Prechecker results: error


PHP lint problems

(0 errors, 0 warnings)

This section shows php lint problems in the code detected by php -l [More info]


PHP coding style problems

(0 errors, 0 warnings)

This section shows the coding style problems detected in the code by phpcs [More info]


Javascript coding style problems

(2 errors, 188 warnings)

This section shows the coding style problems detected in the code by eslint [More info]

theme/snap/amd/src/ajax_notification.js
(#45) Missing JSDoc for parameter 'failMsg'. (valid-jsdoc)
(#45) Expected JSDoc for 'failAction' but found 'failaction'. (valid-jsdoc)
(#45) Missing JSDoc return type. (valid-jsdoc)
(#45) Missing JSDoc parameter type for 'failaction'. (valid-jsdoc)
(#45) Missing JSDoc parameter type for 'response'. (valid-jsdoc)
(#52) Extra space after key 'ifErrorShowBestMsg'. (key-spacing)
(#56) Missing JSDoc parameter type for 'response'. (valid-jsdoc)
(#56) Missing JSDoc return type. (valid-jsdoc)
(#89) Missing space before opening brace. (space-before-blocks)
(#114) Empty block statement. (no-empty)
(#117) Multiple spaces found before '==='. (no-multi-spaces)
(#139) Infix operators must be spaced. (space-infix-ops)
(#180) Extra space after key 'sesskey'. (key-spacing)
(#181) Extra space after key 'failedactionmsg'. (key-spacing)
(#184) Expected to return a value at the end of this function. (consistent-return)
(#206) Infix operators must be spaced. (space-infix-ops)
theme/snap/amd/src/conversation_badge_count-lazy.js
(#34) Missing space before opening brace. (space-before-blocks)
theme/snap/amd/src/course_conditionals-lazy.js
(#31) Multiple spaces found before 'courseConfig'. (no-multi-spaces)
(#33) There should be no spaces inside this paren. (space-in-parens)
(#44) Expected JSDoc for 'changedHTML' but found 'availableHTML'. (valid-jsdoc)
theme/snap/amd/src/course_modules.js
(#91) Expected JSDoc for 'completionHTML' but found 'completionhtml'. (valid-jsdoc)
(#105) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#157) 'M.str' is restricted from being used. Use AMD module "core/str" or M.util.get_string() (no-restricted-properties)
(#193) Missing JSDoc parameter type for 'appendto'. (valid-jsdoc)
(#193) Missing JSDoc parameter type for 'onclose'. (valid-jsdoc)
(#213) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#230) Missing JSDoc parameter type for 'content'. (valid-jsdoc)
(#230) Missing JSDoc parameter type for 'appendto'. (valid-jsdoc)
(#230) Missing JSDoc parameter type for 'onclose'. (valid-jsdoc)
theme/snap/amd/src/course-lazy.js
(#34) Missing JSDoc for parameter 'courseConfig'. (valid-jsdoc)
(#51) Missing JSDoc parameter type for 'string'. (valid-jsdoc)
(#51) Unexpected @return tag; function has no return statement. (valid-jsdoc)
(#51) Expected JSDoc for 'modid' but found 'string'. (valid-jsdoc)
(#94) Expected space(s) after "if". (keyword-spacing)
(#165) Multiple spaces found before 'function'. (no-multi-spaces)
(#175) There should be no spaces inside this paren. (space-in-parens)
(#180) Infix operators must be spaced. (space-infix-ops)
theme/snap/amd/src/cover_image.js
(#27) Multiple spaces found before 'M'. (no-multi-spaces)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#32) Infix operators must be spaced. (space-infix-ops)
(#32) Infix operators must be spaced. (space-infix-ops)
(#40) Missing JSDoc parameter type for 'size'. (valid-jsdoc)
(#47) There should be no spaces inside this paren. (space-in-parens)
(#47) There should be no spaces inside this paren. (space-in-parens)
(#48) There should be no spaces inside this paren. (space-in-parens)
(#48) There should be no spaces inside this paren. (space-in-parens)
(#161) Missing space before opening brace. (space-before-blocks)
(#195) Missing space before opening brace. (space-before-blocks)
(#214) Missing JSDoc for parameter 'siteMaxBytes'. (valid-jsdoc)
theme/snap/amd/src/dndupload-lazy.js
(#36) Missing space before opening brace. (space-before-blocks)
(#39) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#44) Unexpected space before function parentheses. (space-before-function-paren)
(#58) Expected space(s) after "if". (keyword-spacing)
(#58) Identifier 'theme_snap_course_file_handlers' is not in camel case. (camelcase)
(#59) Identifier 'theme_snap_course_file_handlers' is not in camel case. (camelcase)
(#82) Infix operators must be spaced. (space-infix-ops)
theme/snap/amd/src/footer_alert.js
(#66) Missing JSDoc for parameter 'str'. (valid-jsdoc)
(#85) Missing JSDoc for parameter 'onCancel'. (valid-jsdoc)
(#90) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
theme/snap/amd/src/model_view.js
(#36) Expected to return a value at the end of this function. (consistent-return)
(#82) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
theme/snap/amd/src/personal_menu.js
(#57) Missing JSDoc for parameter 'type'. (valid-jsdoc)
(#65) Identifier 'cache_key' is not in camel case. (camelcase)
(#85) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#86) Identifier 'cache_key' is not in camel case. (camelcase)
(#117) Missing JSDoc @returns for function. (valid-jsdoc)
(#117) Missing JSDoc for parameter 'href'. (valid-jsdoc)
(#192) Missing JSDoc for parameter 'sitePolicyAcceptReqd'. (valid-jsdoc)
theme/snap/amd/src/pm_course_cards.js
(#34) Missing JSDoc parameter type for 'crsinfo'. (valid-jsdoc)
(#53) Missing JSDoc parameter type for 'courseids[]'. (valid-jsdoc)
(#53) Expected JSDoc for 'courseids' but found 'courseids[]'. (valid-jsdoc)
(#63) Identifier 'courseinfo_key' is not in camel case. (camelcase)
(#79) Identifier 'courseinfo_key' is not in camel case. (camelcase)
(#112) Missing space before opening brace. (space-before-blocks)
(#119) Missing JSDoc @returns for function. (valid-jsdoc)
(#123) Expected to return a value at the end of this function. (consistent-return)
(#127) Extra space after key 'Animation'. (key-spacing)
(#128) Extra space after key 'OAnimation'. (key-spacing)
(#129) Extra space after key 'MozAnimation'. (key-spacing)
(#130) Extra space after key 'WebkitAnimation'. (key-spacing)
(#152) Extra space after key 'appeartopoffset'. (key-spacing)
(#152) Extra space after key 'appearleftoffset'. (key-spacing)
(#166) Identifier 'courseinfo_key' is not in camel case. (camelcase)
theme/snap/amd/src/pm_course_favorites.js
(#30) Missing JSDoc return type. (valid-jsdoc)
(#80) Missing JSDoc @returns for function. (valid-jsdoc)
(#213) Missing space before opening brace. (space-before-blocks)
(#219) 'jsid' used outside of binding context. (block-scoped-var)
(#220) 'jsid' used outside of binding context. (block-scoped-var)
(#224) 'jsid' used outside of binding context. (block-scoped-var)
(#228) 'jsid' is already defined. (no-redeclare)
(#228) 'jsid' used outside of binding context. (block-scoped-var)
(#229) 'jsid' used outside of binding context. (block-scoped-var)
(#232) 'jsid' used outside of binding context. (block-scoped-var)
theme/snap/amd/src/section_asset_management.js
(#56) Missing JSDoc @returns for function. (valid-jsdoc)
(#64) Infix operators must be spaced. (space-infix-ops)
(#64) Infix operators must be spaced. (space-infix-ops)
(#79) Missing JSDoc parameter type for 'jsPendingKey'. (valid-jsdoc)
(#88) Missing JSDoc for parameter 'jsPendingKey'. (valid-jsdoc)
(#96) 'trigger' used outside of binding context. (block-scoped-var)
(#97) 'subSelector' used outside of binding context. (block-scoped-var)
(#98) 'trigger' used outside of binding context. (block-scoped-var)
(#98) 'subSelector' used outside of binding context. (block-scoped-var)
(#100) 'trigger' used outside of binding context. (block-scoped-var)
(#119) Missing JSDoc @returns for function. (valid-jsdoc)
(#163) 'M.str' is restricted from being used. Use AMD module "core/str" or M.util.get_string() (no-restricted-properties)
(#184) Expected JSDoc for 'onSuccess' but found 'onsuccess'. (valid-jsdoc)
(#184) Expected JSDoc for 'finalItem' but found 'finaltime'. (valid-jsdoc)
(#457) Extra space after key 'action'. (key-spacing)
(#458) Extra space after key 'sectionreturn'. (key-spacing)
(#459) Extra space after key 'id'. (key-spacing)
(#505) Identifier 'get_error_strings' is not in camel case. (camelcase)
(#667) Expected JSDoc for 'onComplete' but found 'callback'. (valid-jsdoc)
(#704) Expected space(s) after "if". (keyword-spacing)
(#705) 'toggle' used outside of binding context. (block-scoped-var)
(#708) 'toggle' used outside of binding context. (block-scoped-var)
(#708) 'toggle' is already defined. (no-redeclare)
(#724) 'toggle' used outside of binding context. (block-scoped-var)
(#724) 'toggle' used outside of binding context. (block-scoped-var)
(#757) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#758) 'toggle' used outside of binding context. (block-scoped-var)
(#758) 'toggle' used outside of binding context. (block-scoped-var)
(#759) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#796) Infix operators must be spaced. (space-infix-ops)
(#815) Missing JSDoc parameter type for 'sectionNumber'. (valid-jsdoc)
(#815) Missing JSDoc parameter type for 'toggle'. (valid-jsdoc)
(#1016) Identifier 'handle_resource_dim' is not in camel case. (camelcase)
theme/snap/amd/src/snap.js
(#34) Identifier 'theme_snap' is not in camel case. (camelcase)
(#48) Missing JSDoc @returns for function. (valid-jsdoc)
(#48) Missing JSDoc parameter type for 'href'. (valid-jsdoc)
(#78) Unexpected @return tag; function has no return statement. (valid-jsdoc)
(#119) Missing JSDoc @returns for function. (valid-jsdoc)
(#135) Unexpected 'this'. (no-invalid-this)
(#135) Unexpected 'this'. (no-invalid-this)
(#173) Unexpected 'this'. (no-invalid-this)
(#177) Unexpected 'this'. (no-invalid-this)
(#177) Unexpected 'this'. (no-invalid-this)
(#182) Unexpected @return tag; function has no return statement. (valid-jsdoc)
(#203) Missing JSDoc parameter type for 'string'. (valid-jsdoc)
(#203) Expected JSDoc for 'searchString' but found 'string'. (valid-jsdoc)
(#263) Missing JSDoc for parameter 'courseLib'. (valid-jsdoc)
(#291) Unexpected 'this'. (no-invalid-this)
(#291) Unexpected 'this'. (no-invalid-this)
(#294) Unexpected 'this'. (no-invalid-this)
(#294) Unexpected 'this'. (no-invalid-this)
(#294) There should be no spaces inside this paren. (space-in-parens)
(#294) There should be no spaces inside this paren. (space-in-parens)
(#303) Unexpected 'this'. (no-invalid-this)
(#314) Unexpected 'this'. (no-invalid-this)
(#316) Unexpected 'this'. (no-invalid-this)
(#319) Unexpected 'this'. (no-invalid-this)
(#322) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#325) Unexpected 'this'. (no-invalid-this)
(#325) Infix operators must be spaced. (space-infix-ops)
(#355) Unexpected 'this'. (no-invalid-this)
(#407) Unexpected 'this'. (no-invalid-this)
(#438) Unexpected 'this'. (no-invalid-this)
(#440) Unexpected 'this'. (no-invalid-this)
(#441) Unexpected 'this'. (no-invalid-this)
(#455) Unexpected 'this'. (no-invalid-this)
(#497) Expected JSDoc for 'messageBadgeCountEnabled' but found 'conversationBadgeCountEnabled'. (valid-jsdoc)
(#497) Missing JSDoc for parameter 'sitePolicyAcceptReqd'. (valid-jsdoc)
(#532) Function 'anonymous' has a complexity of 21. (complexity)
(#595) Identifier 'mod_settings_id_re' is not in camel case. (camelcase)
(#596) Identifier 'on_mod_settings' is not in camel case. (camelcase)
(#596) Identifier 'mod_settings_id_re' is not in camel case. (camelcase)
(#597) Identifier 'on_course_settings' is not in camel case. (camelcase)
(#598) Identifier 'on_section_settings' is not in camel case. (camelcase)
(#599) Identifier 'page_blacklist' is not in camel case. (camelcase)
(#600) Identifier 'page_not_in_blacklist' is not in camel case. (camelcase)
(#600) Identifier 'page_blacklist' is not in camel case. (camelcase)
(#602) Identifier 'on_mod_settings' is not in camel case. (camelcase)
(#602) Identifier 'on_course_settings' is not in camel case. (camelcase)
(#602) Identifier 'on_section_settings' is not in camel case. (camelcase)
(#602) Identifier 'page_not_in_blacklist' is not in camel case. (camelcase)
(#628) Identifier 'main_form' is not in camel case. (camelcase)
(#629) Identifier 'append_to' is not in camel case. (camelcase)
(#641) Identifier 'on_mod_settings' is not in camel case. (camelcase)
(#653) 'description' is already defined. (no-redeclare)
theme/snap/amd/src/util.js
(#30) Missing JSDoc for parameter 'func'. (valid-jsdoc)
(#30) Missing JSDoc for parameter 'callBack'. (valid-jsdoc)
(#30) Missing JSDoc for parameter 'forceCallBack'. (valid-jsdoc)
(#30) Missing JSDoc for parameter 'maxIterations'. (valid-jsdoc)
(#30) Missing JSDoc for parameter 'i'. (valid-jsdoc)
(#53) Missing JSDoc parameter type for 'el'. (valid-jsdoc)
theme/snap/Gruntfile.js
(#33) 'module' is not defined. (no-undef)
(#45) Multiple spaces found before '+'. (no-multi-spaces)
(#54) 'stderror' is defined but never used. (no-unused-vars)
(#64) Identifier 'prime_theme_cache' is not in camel case. (camelcase)
(#80) A space is required after ','. (comma-spacing)

CSS problems

(6667 errors, 289 warnings)

This section shows CSS problems detected by stylelint [More info]

theme/snap/scss/_behat.scss
(#17) Unexpected !important (declaration-no-important)
(#18) Unexpected !important (declaration-no-important)
(#24) Unexpected !important (declaration-no-important)
theme/snap/scss/_blocks.scss
(#115) Unexpected duplicate "border" (declaration-block-no-duplicate-properties)
(#188) Unexpected !important (declaration-no-important)
(#235) Unexpected !important (declaration-no-important)
theme/snap/scss/_boost.scss
(#28) Expected empty line before at-rule (at-rule-empty-line-before)
(#17) Expected no more than 2 empty line(s) (max-empty-lines)
theme/snap/scss/_brand.scss
(#66) Expected single space before "{" (block-opening-brace-space-before)
(#67) Expected single space before "{" (block-opening-brace-space-before)
(#79) Expected single space before "{" (block-opening-brace-space-before)
(#129) Expected single space before "{" (block-opening-brace-space-before)
(#184) Unexpected whitespace before ";" (declaration-block-semicolon-space-before)
(#351) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#49) Unexpected !important (declaration-no-important)
(#50) Unexpected !important (declaration-no-important)
(#51) Unexpected !important (declaration-no-important)
(#52) Unexpected !important (declaration-no-important)
(#53) Unexpected !important (declaration-no-important)
(#54) Unexpected !important (declaration-no-important)
(#55) Unexpected !important (declaration-no-important)
(#56) Unexpected !important (declaration-no-important)
(#57) Unexpected !important (declaration-no-important)
(#270) Expected no more than 2 empty line(s) (max-empty-lines)
(#70) Expected newline after "," (selector-list-comma-newline-after)
(#133) Expected newline after "," (selector-list-comma-newline-after)
(#134) Expected newline after "," (selector-list-comma-newline-after)
(#135) Expected newline after "," (selector-list-comma-newline-after)
(#136) Expected newline after "," (selector-list-comma-newline-after)
(#137) Expected newline after "," (selector-list-comma-newline-after)
(#138) Expected newline after "," (selector-list-comma-newline-after)
(#464) Unexpected unknown type selector "progress-bar-info" (selector-type-no-unknown)
theme/snap/scss/_core.scss
(#1216) Expected empty line before at-rule (at-rule-empty-line-before)
(#1387) Unexpected empty block (block-no-empty)
(#3516) Expected single space before "{" (block-opening-brace-space-before)
(#3523) Expected single space before "{" (block-opening-brace-space-before)
(#3529) Expected single space before "{" (block-opening-brace-space-before)
(#1871) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#3353) Expected newline after ":" with a multi-line declaration (declaration-colon-newline-after)
(#3420) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#3426) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#3432) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#3441) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#3455) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#3466) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#3484) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#26) Unexpected !important (declaration-no-important)
(#146) Unexpected !important (declaration-no-important)
(#271) Unexpected !important (declaration-no-important)
(#324) Unexpected !important (declaration-no-important)
(#342) Unexpected !important (declaration-no-important)
(#363) Unexpected !important (declaration-no-important)
(#371) Unexpected !important (declaration-no-important)
(#372) Unexpected !important (declaration-no-important)
(#373) Unexpected !important (declaration-no-important)
(#374) Unexpected !important (declaration-no-important)
(#375) Unexpected !important (declaration-no-important)
(#376) Unexpected !important (declaration-no-important)
(#377) Unexpected !important (declaration-no-important)
(#387) Unexpected !important (declaration-no-important)
(#388) Unexpected !important (declaration-no-important)
(#1110) Unexpected !important (declaration-no-important)
(#1430) Unexpected !important (declaration-no-important)
(#1558) Unexpected !important (declaration-no-important)
(#1642) Unexpected !important (declaration-no-important)
(#1824) Unexpected !important (declaration-no-important)
(#2024) Unexpected !important (declaration-no-important)
(#2031) Unexpected !important (declaration-no-important)
(#2242) Unexpected !important (declaration-no-important)
(#2243) Unexpected !important (declaration-no-important)
(#2325) Unexpected !important (declaration-no-important)
(#2326) Unexpected !important (declaration-no-important)
(#2330) Unexpected !important (declaration-no-important)
(#2335) Unexpected !important (declaration-no-important)
(#2374) Unexpected !important (declaration-no-important)
(#2375) Unexpected !important (declaration-no-important)
(#2410) Unexpected !important (declaration-no-important)
(#2415) Unexpected !important (declaration-no-important)
(#2436) Unexpected !important (declaration-no-important)
(#2798) Unexpected !important (declaration-no-important)
(#3136) Unexpected !important (declaration-no-important)
(#3137) Unexpected !important (declaration-no-important)
(#3142) Unexpected !important (declaration-no-important)
(#3143) Unexpected !important (declaration-no-important)
(#3154) Unexpected !important (declaration-no-important)
(#3157) Unexpected !important (declaration-no-important)
(#3385) Unexpected !important (declaration-no-important)
(#3405) Unexpected !important (declaration-no-important)
(#3451) Unexpected !important (declaration-no-important)
(#3459) Unexpected !important (declaration-no-important)
(#3462) Unexpected !important (declaration-no-important)
(#3576) Unexpected !important (declaration-no-important)
(#119) Expected single space after "," in a single-line function (function-comma-space-after)
(#119) Expected single space after "," in a single-line function (function-comma-space-after)
(#119) Expected single space after "," in a single-line function (function-comma-space-after)
(#1088) Expected single space after "," in a single-line function (function-comma-space-after)
(#1088) Expected single space after "," in a single-line function (function-comma-space-after)
(#1088) Expected single space after "," in a single-line function (function-comma-space-after)
(#1201) Expected single space after "," in a single-line function (function-comma-space-after)
(#1201) Expected single space after "," in a single-line function (function-comma-space-after)
(#1201) Expected single space after "," in a single-line function (function-comma-space-after)
(#1249) Expected single space after "," in a single-line function (function-comma-space-after)
(#1249) Expected single space after "," in a single-line function (function-comma-space-after)
(#1249) Expected single space after "," in a single-line function (function-comma-space-after)
(#346) Expected indentation of 4 spaces (indentation)
(#347) Expected indentation of 4 spaces (indentation)
(#348) Expected indentation of 4 spaces (indentation)
(#349) Expected indentation of 4 spaces (indentation)
(#679) Expected indentation of 8 spaces (indentation)
(#3354) Expected indentation of 12 spaces (indentation)
(#3355) Expected indentation of 12 spaces (indentation)
(#3462) Unexpected unit (length-zero-no-unit)
(#1066) Expected no more than 2 empty line(s) (max-empty-lines)
(#2464) Expected line length to be no more than 132 characters (max-line-length)
(#3162) Unexpected whitespace after "=" (selector-attribute-operator-space-after)
(#3162) Unexpected whitespace before "=" (selector-attribute-operator-space-before)
(#256) Expected single space after "+" (selector-combinator-space-after)
(#306) Expected single space after ">" (selector-combinator-space-after)
(#683) Expected single space after ">" (selector-combinator-space-after)
(#683) Expected single space after ">" (selector-combinator-space-after)
(#683) Expected single space after ">" (selector-combinator-space-after)
(#818) Expected single space after ">" (selector-combinator-space-after)
(#1069) Expected single space after ">" (selector-combinator-space-after)
(#1069) Expected single space after "+" (selector-combinator-space-after)
(#2030) Expected single space after ">" (selector-combinator-space-after)
(#2068) Expected single space after ">" (selector-combinator-space-after)
(#256) Expected single space before "+" (selector-combinator-space-before)
(#306) Expected single space before ">" (selector-combinator-space-before)
(#683) Expected single space before ">" (selector-combinator-space-before)
(#1069) Expected single space before "+" (selector-combinator-space-before)
(#2030) Expected single space before ">" (selector-combinator-space-before)
(#2068) Expected single space before ">" (selector-combinator-space-before)
(#2803) Expected single space before "+" (selector-combinator-space-before)
(#270) Expected newline after "," (selector-list-comma-newline-after)
(#3476) Expected newline after "," (selector-list-comma-newline-after)
(#3476) Expected newline after "," (selector-list-comma-newline-after)
(#3476) Expected newline after "," (selector-list-comma-newline-after)
(#3476) Expected newline after "," (selector-list-comma-newline-after)
(#3607) Expected newline after "," (selector-list-comma-newline-after)
(#262) Unexpected unknown pseudo-element selector "::disabled" (selector-pseudo-element-no-unknown)
(#950) Unexpected time value "0s" less than or equal to 100ms (time-no-imperceptible)
theme/snap/scss/_course.scss
(#1835) Unexpected empty block (block-no-empty)
(#122) Expected single space before "{" (block-opening-brace-space-before)
(#127) Expected single space before "{" (block-opening-brace-space-before)
(#1067) Expected single space before "{" (block-opening-brace-space-before)
(#1686) Expected single space before "{" (block-opening-brace-space-before)
(#1689) Expected single space before "{" (block-opening-brace-space-before)
(#1705) Expected single space before "{" (block-opening-brace-space-before)
(#1774) Expected single space before "{" (block-opening-brace-space-before)
(#902) Expected "#4ABC96" to be "#4abc96" (color-hex-case)
(#914) Expected "#F7981D" to be "#f7981d" (color-hex-case)
(#1370) Unexpected duplicate "width" (declaration-block-no-duplicate-properties)
(#97) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#691) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1687) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1690) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1729) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1750) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1751) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1752) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1753) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1754) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1755) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1756) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1757) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1768) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1818) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1892) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#93) Unexpected !important (declaration-no-important)
(#164) Unexpected !important (declaration-no-important)
(#262) Unexpected !important (declaration-no-important)
(#340) Unexpected !important (declaration-no-important)
(#436) Unexpected !important (declaration-no-important)
(#464) Unexpected !important (declaration-no-important)
(#467) Unexpected !important (declaration-no-important)
(#590) Unexpected !important (declaration-no-important)
(#672) Unexpected !important (declaration-no-important)
(#956) Unexpected !important (declaration-no-important)
(#1129) Unexpected !important (declaration-no-important)
(#1142) Unexpected !important (declaration-no-important)
(#1149) Unexpected !important (declaration-no-important)
(#1156) Unexpected !important (declaration-no-important)
(#1161) Unexpected !important (declaration-no-important)
(#1176) Unexpected !important (declaration-no-important)
(#1184) Unexpected !important (declaration-no-important)
(#1197) Unexpected !important (declaration-no-important)
(#1281) Unexpected !important (declaration-no-important)
(#1322) Unexpected !important (declaration-no-important)
(#1479) Unexpected !important (declaration-no-important)
(#1480) Unexpected !important (declaration-no-important)
(#1481) Unexpected !important (declaration-no-important)
(#1585) Unexpected !important (declaration-no-important)
(#1665) Unexpected !important (declaration-no-important)
(#1756) Unexpected !important (declaration-no-important)
(#1757) Unexpected !important (declaration-no-important)
(#1776) Unexpected !important (declaration-no-important)
(#1786) Unexpected !important (declaration-no-important)
(#1818) Unexpected !important (declaration-no-important)
(#1824) Unexpected !important (declaration-no-important)
(#609) Expected single space after "," in a single-line function (function-comma-space-after)
(#609) Expected single space after "," in a single-line function (function-comma-space-after)
(#609) Expected single space after "," in a single-line function (function-comma-space-after)
(#1326) Expected single space after "," in a single-line function (function-comma-space-after)
(#1326) Expected single space after "," in a single-line function (function-comma-space-after)
(#1326) Expected single space after "," in a single-line function (function-comma-space-after)
(#1390) Expected single space after "," in a single-line function (function-comma-space-after)
(#1390) Expected single space after "," in a single-line function (function-comma-space-after)
(#1390) Expected single space after "," in a single-line function (function-comma-space-after)
(#1864) Expected single space after "," in a single-line function (function-comma-space-after)
(#1864) Expected single space after "," in a single-line function (function-comma-space-after)
(#1864) Expected single space after "," in a single-line function (function-comma-space-after)
(#123) Expected indentation of 12 spaces (indentation)
(#132) Expected indentation of 12 spaces (indentation)
(#1184) Expected indentation of 8 spaces (indentation)
(#1205) Expected indentation of 8 spaces (indentation)
(#1686) Expected indentation of 4 spaces (indentation)
(#1688) Expected indentation of 4 spaces (indentation)
(#1687) Expected indentation of 8 spaces (indentation)
(#1689) Expected indentation of 4 spaces (indentation)
(#1691) Expected indentation of 4 spaces (indentation)
(#1690) Expected indentation of 8 spaces (indentation)
(#1743) Expected indentation of 12 spaces (indentation)
(#1818) Expected indentation of 8 spaces (indentation)
(#1850) Expected indentation of 4 spaces (indentation)
(#1852) Expected indentation of 4 spaces (indentation)
(#1851) Expected indentation of 8 spaces (indentation)
(#1854) Expected indentation of 4 spaces (indentation)
(#1856) Expected indentation of 4 spaces (indentation)
(#1855) Expected indentation of 8 spaces (indentation)
(#1858) Expected indentation of 4 spaces (indentation)
(#1869) Expected indentation of 4 spaces (indentation)
(#1859) Expected indentation of 8 spaces (indentation)
(#1860) Expected indentation of 8 spaces (indentation)
(#1861) Expected indentation of 8 spaces (indentation)
(#1862) Expected indentation of 8 spaces (indentation)
(#1863) Expected indentation of 8 spaces (indentation)
(#1864) Expected indentation of 8 spaces (indentation)
(#1865) Expected indentation of 8 spaces (indentation)
(#1866) Expected indentation of 8 spaces (indentation)
(#1867) Expected indentation of 8 spaces (indentation)
(#1868) Expected indentation of 8 spaces (indentation)
(#1871) Expected indentation of 4 spaces (indentation)
(#1880) Expected indentation of 4 spaces (indentation)
(#1872) Expected indentation of 8 spaces (indentation)
(#1873) Expected indentation of 8 spaces (indentation)
(#1874) Expected indentation of 8 spaces (indentation)
(#1875) Expected indentation of 8 spaces (indentation)
(#1876) Expected indentation of 8 spaces (indentation)
(#1877) Expected indentation of 8 spaces (indentation)
(#1878) Expected indentation of 8 spaces (indentation)
(#1879) Expected indentation of 8 spaces (indentation)
(#1910) Expected indentation of 8 spaces (indentation)
(#1920) Expected indentation of 4 spaces (indentation)
(#1923) Expected indentation of 4 spaces (indentation)
(#1921) Expected indentation of 8 spaces (indentation)
(#1922) Expected indentation of 8 spaces (indentation)
(#645) Expected no more than 2 empty line(s) (max-empty-lines)
(#646) Expected no more than 2 empty line(s) (max-empty-lines)
(#815) Expected no more than 2 empty line(s) (max-empty-lines)
(#816) Expected no more than 2 empty line(s) (max-empty-lines)
(#1682) Expected no more than 2 empty line(s) (max-empty-lines)
(#1876) Unexpected unknown property "font-color" (property-no-unknown)
(#526) Expected single space after ">" (selector-combinator-space-after)
(#527) Expected single space after ">" (selector-combinator-space-after)
(#1039) Expected single space after ">" (selector-combinator-space-after)
(#1352) Expected single space after ">" (selector-combinator-space-after)
(#1352) Expected single space after ">" (selector-combinator-space-after)
(#1353) Expected single space after ">" (selector-combinator-space-after)
(#1358) Expected single space after ">" (selector-combinator-space-after)
(#1358) Expected single space after ">" (selector-combinator-space-after)
(#1382) Expected single space after ">" (selector-combinator-space-after)
(#1441) Expected single space after ">" (selector-combinator-space-after)
(#1441) Expected single space after ">" (selector-combinator-space-after)
(#526) Expected single space before ">" (selector-combinator-space-before)
(#527) Expected single space before ">" (selector-combinator-space-before)
(#1039) Expected single space before ">" (selector-combinator-space-before)
(#1352) Expected single space before ">" (selector-combinator-space-before)
(#1352) Expected single space before ">" (selector-combinator-space-before)
(#1353) Expected single space before ">" (selector-combinator-space-before)
(#1358) Expected single space before ">" (selector-combinator-space-before)
(#1358) Expected single space before ">" (selector-combinator-space-before)
(#1382) Expected single space before ">" (selector-combinator-space-before)
(#1441) Expected single space before ">" (selector-combinator-space-before)
(#1441) Expected single space before ">" (selector-combinator-space-before)
(#39) Expected newline after "," (selector-list-comma-newline-after)
(#1844) Expected newline after "," (selector-list-comma-newline-after)
theme/snap/scss/_courselistings.scss
(#22) Unexpected whitespace before ":" (declaration-colon-space-before)
(#6) Expected single space after ">" (selector-combinator-space-after)
(#6) Expected single space before ">" (selector-combinator-space-before)
theme/snap/scss/_coursemanagement.scss
(#7) Expected single space before "{" (block-opening-brace-space-before)
(#60) Expected single space after ">" (selector-combinator-space-after)
(#60) Expected single space after ">" (selector-combinator-space-after)
(#60) Expected single space before ">" (selector-combinator-space-before)
(#60) Expected single space before ">" (selector-combinator-space-before)
theme/snap/scss/_filemanager.scss
(#54) Unexpected !important (declaration-no-important)
theme/snap/scss/_forms.scss
(#78) Expected single space before "{" (block-opening-brace-space-before)
(#446) Expected single space before "{" (block-opening-brace-space-before)
(#450) Expected single space before "{" (block-opening-brace-space-before)
(#172) Unexpected duplicate "text-transform" (declaration-block-no-duplicate-properties)
(#85) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#223) Unexpected !important (declaration-no-important)
(#244) Unexpected !important (declaration-no-important)
(#245) Unexpected !important (declaration-no-important)
(#246) Unexpected !important (declaration-no-important)
(#369) Unexpected !important (declaration-no-important)
(#444) Unexpected !important (declaration-no-important)
(#481) Unexpected !important (declaration-no-important)
(#485) Unexpected !important (declaration-no-important)
(#297) Expected indentation of 8 spaces (indentation)
(#511) Expected indentation of 8 spaces (indentation)
(#512) Expected indentation of 8 spaces (indentation)
(#514) Expected indentation of 8 spaces (indentation)
(#515) Expected indentation of 12 spaces (indentation)
theme/snap/scss/_joule.scss
(#31) Expected single space before "{" (block-opening-brace-space-before)
(#19) Expected single space after "," in a single-line function (function-comma-space-after)
(#19) Expected single space after "," in a single-line function (function-comma-space-after)
(#19) Expected single space after "," in a single-line function (function-comma-space-after)
theme/snap/scss/_message.scss
(#47) Expected single space before "{" (block-opening-brace-space-before)
(#81) Expected single space before "{" (block-opening-brace-space-before)
(#39) Unexpected !important (declaration-no-important)
(#77) Unexpected !important (declaration-no-important)
theme/snap/scss/_mixins.scss
(#112) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#47) Expected single space after "," in a single-line function (function-comma-space-after)
(#47) Expected single space after "," in a single-line function (function-comma-space-after)
(#47) Expected single space after "," in a single-line function (function-comma-space-after)
(#48) Expected single space after "," in a single-line function (function-comma-space-after)
(#48) Expected single space after "," in a single-line function (function-comma-space-after)
(#48) Expected single space after "," in a single-line function (function-comma-space-after)
(#49) Expected single space after "," in a single-line function (function-comma-space-after)
(#49) Expected single space after "," in a single-line function (function-comma-space-after)
(#49) Expected single space after "," in a single-line function (function-comma-space-after)
(#50) Expected single space after "," in a single-line function (function-comma-space-after)
(#50) Expected single space after "," in a single-line function (function-comma-space-after)
(#50) Expected single space after "," in a single-line function (function-comma-space-after)
(#53) Expected single space after "," in a single-line function (function-comma-space-after)
(#53) Expected single space after "," in a single-line function (function-comma-space-after)
(#53) Expected single space after "," in a single-line function (function-comma-space-after)
(#54) Expected single space after "," in a single-line function (function-comma-space-after)
(#54) Expected single space after "," in a single-line function (function-comma-space-after)
(#54) Expected single space after "," in a single-line function (function-comma-space-after)
(#55) Expected single space after "," in a single-line function (function-comma-space-after)
(#55) Expected single space after "," in a single-line function (function-comma-space-after)
(#55) Expected single space after "," in a single-line function (function-comma-space-after)
(#56) Expected single space after "," in a single-line function (function-comma-space-after)
(#56) Expected single space after "," in a single-line function (function-comma-space-after)
(#56) Expected single space after "," in a single-line function (function-comma-space-after)
(#59) Expected single space after "," in a single-line function (function-comma-space-after)
(#59) Expected single space after "," in a single-line function (function-comma-space-after)
(#59) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#61) Expected single space after "," in a single-line function (function-comma-space-after)
(#61) Expected single space after "," in a single-line function (function-comma-space-after)
(#61) Expected single space after "," in a single-line function (function-comma-space-after)
(#62) Expected single space after "," in a single-line function (function-comma-space-after)
(#62) Expected single space after "," in a single-line function (function-comma-space-after)
(#62) Expected single space after "," in a single-line function (function-comma-space-after)
(#65) Expected single space after "," in a single-line function (function-comma-space-after)
(#65) Expected single space after "," in a single-line function (function-comma-space-after)
(#65) Expected single space after "," in a single-line function (function-comma-space-after)
(#66) Expected single space after "," in a single-line function (function-comma-space-after)
(#66) Expected single space after "," in a single-line function (function-comma-space-after)
(#66) Expected single space after "," in a single-line function (function-comma-space-after)
(#67) Expected single space after "," in a single-line function (function-comma-space-after)
(#67) Expected single space after "," in a single-line function (function-comma-space-after)
(#67) Expected single space after "," in a single-line function (function-comma-space-after)
(#68) Expected single space after "," in a single-line function (function-comma-space-after)
(#68) Expected single space after "," in a single-line function (function-comma-space-after)
(#68) Expected single space after "," in a single-line function (function-comma-space-after)
(#71) Expected single space after "," in a single-line function (function-comma-space-after)
(#71) Expected single space after "," in a single-line function (function-comma-space-after)
(#71) Expected single space after "," in a single-line function (function-comma-space-after)
(#72) Expected single space after "," in a single-line function (function-comma-space-after)
(#72) Expected single space after "," in a single-line function (function-comma-space-after)
(#72) Expected single space after "," in a single-line function (function-comma-space-after)
(#73) Expected single space after "," in a single-line function (function-comma-space-after)
(#73) Expected single space after "," in a single-line function (function-comma-space-after)
(#73) Expected single space after "," in a single-line function (function-comma-space-after)
(#74) Expected single space after "," in a single-line function (function-comma-space-after)
(#74) Expected single space after "," in a single-line function (function-comma-space-after)
(#74) Expected single space after "," in a single-line function (function-comma-space-after)
(#80) Expected single space after "," in a single-line function (function-comma-space-after)
(#80) Expected single space after "," in a single-line function (function-comma-space-after)
(#80) Expected single space after "," in a single-line function (function-comma-space-after)
(#81) Expected single space after "," in a single-line function (function-comma-space-after)
(#81) Expected single space after "," in a single-line function (function-comma-space-after)
(#81) Expected single space after "," in a single-line function (function-comma-space-after)
(#82) Expected single space after "," in a single-line function (function-comma-space-after)
(#82) Expected single space after "," in a single-line function (function-comma-space-after)
(#82) Expected single space after "," in a single-line function (function-comma-space-after)
(#83) Expected single space after "," in a single-line function (function-comma-space-after)
(#83) Expected single space after "," in a single-line function (function-comma-space-after)
(#83) Expected single space after "," in a single-line function (function-comma-space-after)
(#86) Expected single space after "," in a single-line function (function-comma-space-after)
(#86) Expected single space after "," in a single-line function (function-comma-space-after)
(#86) Expected single space after "," in a single-line function (function-comma-space-after)
(#87) Expected single space after "," in a single-line function (function-comma-space-after)
(#87) Expected single space after "," in a single-line function (function-comma-space-after)
(#87) Expected single space after "," in a single-line function (function-comma-space-after)
(#88) Expected single space after "," in a single-line function (function-comma-space-after)
(#88) Expected single space after "," in a single-line function (function-comma-space-after)
(#88) Expected single space after "," in a single-line function (function-comma-space-after)
(#89) Expected single space after "," in a single-line function (function-comma-space-after)
(#89) Expected single space after "," in a single-line function (function-comma-space-after)
(#89) Expected single space after "," in a single-line function (function-comma-space-after)
(#92) Expected single space after "," in a single-line function (function-comma-space-after)
(#92) Expected single space after "," in a single-line function (function-comma-space-after)
(#92) Expected single space after "," in a single-line function (function-comma-space-after)
(#93) Expected single space after "," in a single-line function (function-comma-space-after)
(#93) Expected single space after "," in a single-line function (function-comma-space-after)
(#93) Expected single space after "," in a single-line function (function-comma-space-after)
(#94) Expected single space after "," in a single-line function (function-comma-space-after)
(#94) Expected single space after "," in a single-line function (function-comma-space-after)
(#94) Expected single space after "," in a single-line function (function-comma-space-after)
(#95) Expected single space after "," in a single-line function (function-comma-space-after)
(#95) Expected single space after "," in a single-line function (function-comma-space-after)
(#95) Expected single space after "," in a single-line function (function-comma-space-after)
(#98) Expected single space after "," in a single-line function (function-comma-space-after)
(#98) Expected single space after "," in a single-line function (function-comma-space-after)
(#98) Expected single space after "," in a single-line function (function-comma-space-after)
(#99) Expected single space after "," in a single-line function (function-comma-space-after)
(#99) Expected single space after "," in a single-line function (function-comma-space-after)
(#99) Expected single space after "," in a single-line function (function-comma-space-after)
(#100) Expected single space after "," in a single-line function (function-comma-space-after)
(#100) Expected single space after "," in a single-line function (function-comma-space-after)
(#100) Expected single space after "," in a single-line function (function-comma-space-after)
(#101) Expected single space after "," in a single-line function (function-comma-space-after)
(#101) Expected single space after "," in a single-line function (function-comma-space-after)
(#101) Expected single space after "," in a single-line function (function-comma-space-after)
(#104) Expected single space after "," in a single-line function (function-comma-space-after)
(#104) Expected single space after "," in a single-line function (function-comma-space-after)
(#104) Expected single space after "," in a single-line function (function-comma-space-after)
(#105) Expected single space after "," in a single-line function (function-comma-space-after)
(#105) Expected single space after "," in a single-line function (function-comma-space-after)
(#105) Expected single space after "," in a single-line function (function-comma-space-after)
(#106) Expected single space after "," in a single-line function (function-comma-space-after)
(#106) Expected single space after "," in a single-line function (function-comma-space-after)
(#106) Expected single space after "," in a single-line function (function-comma-space-after)
(#107) Expected single space after "," in a single-line function (function-comma-space-after)
(#107) Expected single space after "," in a single-line function (function-comma-space-after)
(#107) Expected single space after "," in a single-line function (function-comma-space-after)
(#128) Expected single space after "," in a single-line function (function-comma-space-after)
(#128) Expected single space after "," in a single-line function (function-comma-space-after)
(#128) Expected single space after "," in a single-line function (function-comma-space-after)
(#129) Expected single space after "," in a single-line function (function-comma-space-after)
(#129) Expected single space after "," in a single-line function (function-comma-space-after)
(#129) Expected single space after "," in a single-line function (function-comma-space-after)
(#130) Expected single space after "," in a single-line function (function-comma-space-after)
(#130) Expected single space after "," in a single-line function (function-comma-space-after)
(#130) Expected single space after "," in a single-line function (function-comma-space-after)
(#131) Expected single space after "," in a single-line function (function-comma-space-after)
(#131) Expected single space after "," in a single-line function (function-comma-space-after)
(#131) Expected single space after "," in a single-line function (function-comma-space-after)
(#141) Expected single space after "," in a single-line function (function-comma-space-after)
(#141) Expected single space after "," in a single-line function (function-comma-space-after)
(#141) Expected single space after "," in a single-line function (function-comma-space-after)
(#142) Expected single space after "," in a single-line function (function-comma-space-after)
(#142) Expected single space after "," in a single-line function (function-comma-space-after)
(#142) Expected single space after "," in a single-line function (function-comma-space-after)
(#143) Expected single space after "," in a single-line function (function-comma-space-after)
(#143) Expected single space after "," in a single-line function (function-comma-space-after)
(#143) Expected single space after "," in a single-line function (function-comma-space-after)
(#144) Expected single space after "," in a single-line function (function-comma-space-after)
(#144) Expected single space after "," in a single-line function (function-comma-space-after)
(#144) Expected single space after "," in a single-line function (function-comma-space-after)
(#2) Expected indentation of 4 spaces (indentation)
(#3) Expected indentation of 4 spaces (indentation)
(#4) Expected indentation of 4 spaces (indentation)
(#5) Expected indentation of 4 spaces (indentation)
(#6) Expected indentation of 4 spaces (indentation)
(#7) Expected indentation of 4 spaces (indentation)
(#8) Expected indentation of 4 spaces (indentation)
(#9) Expected indentation of 4 spaces (indentation)
(#10) Expected indentation of 4 spaces (indentation)
(#11) Expected indentation of 4 spaces (indentation)
(#12) Expected indentation of 4 spaces (indentation)
(#14) Expected indentation of 4 spaces (indentation)
(#21) Expected indentation of 4 spaces (indentation)
(#15) Expected indentation of 4 spaces (indentation)
(#16) Expected indentation of 4 spaces (indentation)
(#17) Expected indentation of 8 spaces (indentation)
(#20) Expected indentation of 8 spaces (indentation)
(#18) Expected indentation of 8 spaces (indentation)
(#19) Expected indentation of 12 spaces (indentation)
(#23) Expected indentation of 4 spaces (indentation)
(#25) Expected indentation of 4 spaces (indentation)
(#24) Expected indentation of 8 spaces (indentation)
(#26) Expected indentation of 4 spaces (indentation)
(#28) Expected indentation of 4 spaces (indentation)
(#27) Expected indentation of 8 spaces (indentation)
(#30) Expected indentation of 4 spaces (indentation)
(#35) Expected indentation of 4 spaces (indentation)
(#31) Expected indentation of 4 spaces (indentation)
(#32) Expected indentation of 8 spaces (indentation)
(#33) Expected indentation of 8 spaces (indentation)
(#34) Expected indentation of 8 spaces (indentation)
(#37) Expected indentation of 4 spaces (indentation)
(#42) Expected indentation of 4 spaces (indentation)
(#38) Expected indentation of 4 spaces (indentation)
(#39) Expected indentation of 8 spaces (indentation)
(#40) Expected indentation of 8 spaces (indentation)
(#41) Expected indentation of 8 spaces (indentation)
(#46) Expected indentation of 4 spaces (indentation)
(#51) Expected indentation of 4 spaces (indentation)
(#47) Expected indentation of 8 spaces (indentation)
(#48) Expected indentation of 8 spaces (indentation)
(#49) Expected indentation of 8 spaces (indentation)
(#50) Expected indentation of 8 spaces (indentation)
(#52) Expected indentation of 4 spaces (indentation)
(#57) Expected indentation of 4 spaces (indentation)
(#53) Expected indentation of 8 spaces (indentation)
(#54) Expected indentation of 8 spaces (indentation)
(#55) Expected indentation of 8 spaces (indentation)
(#56) Expected indentation of 8 spaces (indentation)
(#58) Expected indentation of 4 spaces (indentation)
(#63) Expected indentation of 4 spaces (indentation)
(#59) Expected indentation of 8 spaces (indentation)
(#60) Expected indentation of 8 spaces (indentation)
(#61) Expected indentation of 8 spaces (indentation)
(#62) Expected indentation of 8 spaces (indentation)
(#64) Expected indentation of 4 spaces (indentation)
(#69) Expected indentation of 4 spaces (indentation)
(#65) Expected indentation of 8 spaces (indentation)
(#66) Expected indentation of 8 spaces (indentation)
(#67) Expected indentation of 8 spaces (indentation)
(#68) Expected indentation of 8 spaces (indentation)
(#70) Expected indentation of 4 spaces (indentation)
(#75) Expected indentation of 4 spaces (indentation)
(#71) Expected indentation of 8 spaces (indentation)
(#72) Expected indentation of 8 spaces (indentation)
(#73) Expected indentation of 8 spaces (indentation)
(#74) Expected indentation of 8 spaces (indentation)
(#79) Expected indentation of 4 spaces (indentation)
(#84) Expected indentation of 4 spaces (indentation)
(#80) Expected indentation of 8 spaces (indentation)
(#81) Expected indentation of 8 spaces (indentation)
(#82) Expected indentation of 8 spaces (indentation)
(#83) Expected indentation of 8 spaces (indentation)
(#85) Expected indentation of 4 spaces (indentation)
(#90) Expected indentation of 4 spaces (indentation)
(#86) Expected indentation of 8 spaces (indentation)
(#87) Expected indentation of 8 spaces (indentation)
(#88) Expected indentation of 8 spaces (indentation)
(#89) Expected indentation of 8 spaces (indentation)
(#91) Expected indentation of 4 spaces (indentation)
(#96) Expected indentation of 4 spaces (indentation)
(#92) Expected indentation of 8 spaces (indentation)
(#93) Expected indentation of 8 spaces (indentation)
(#94) Expected indentation of 8 spaces (indentation)
(#95) Expected indentation of 8 spaces (indentation)
(#97) Expected indentation of 4 spaces (indentation)
(#102) Expected indentation of 4 spaces (indentation)
(#98) Expected indentation of 8 spaces (indentation)
(#99) Expected indentation of 8 spaces (indentation)
(#100) Expected indentation of 8 spaces (indentation)
(#101) Expected indentation of 8 spaces (indentation)
(#103) Expected indentation of 4 spaces (indentation)
(#108) Expected indentation of 4 spaces (indentation)
(#104) Expected indentation of 8 spaces (indentation)
(#105) Expected indentation of 8 spaces (indentation)
(#106) Expected indentation of 8 spaces (indentation)
(#107) Expected indentation of 8 spaces (indentation)
(#112) Expected indentation of 4 spaces (indentation)
(#113) Expected indentation of 4 spaces (indentation)
(#114) Expected indentation of 4 spaces (indentation)
(#115) Expected indentation of 4 spaces (indentation)
(#116) Expected indentation of 4 spaces (indentation)
(#117) Expected indentation of 4 spaces (indentation)
(#118) Expected indentation of 4 spaces (indentation)
(#119) Expected indentation of 4 spaces (indentation)
(#120) Expected indentation of 4 spaces (indentation)
(#121) Expected indentation of 4 spaces (indentation)
(#122) Expected indentation of 4 spaces (indentation)
(#123) Expected indentation of 4 spaces (indentation)
(#124) Expected indentation of 4 spaces (indentation)
(#125) Expected indentation of 4 spaces (indentation)
(#126) Expected indentation of 4 spaces (indentation)
(#127) Expected indentation of 4 spaces (indentation)
(#128) Expected indentation of 4 spaces (indentation)
(#129) Expected indentation of 4 spaces (indentation)
(#130) Expected indentation of 4 spaces (indentation)
(#131) Expected indentation of 4 spaces (indentation)
(#132) Expected indentation of 4 spaces (indentation)
(#133) Expected indentation of 4 spaces (indentation)
(#134) Expected indentation of 4 spaces (indentation)
(#135) Expected indentation of 4 spaces (indentation)
(#139) Expected indentation of 4 spaces (indentation)
(#140) Expected indentation of 4 spaces (indentation)
(#141) Expected indentation of 4 spaces (indentation)
(#142) Expected indentation of 4 spaces (indentation)
(#143) Expected indentation of 4 spaces (indentation)
(#144) Expected indentation of 4 spaces (indentation)
(#122) Unexpected unit (length-zero-no-unit)
(#123) Unexpected unit (length-zero-no-unit)
theme/snap/scss/_personalmenu.scss
(#323) Expected single space before "{" (block-opening-brace-space-before)
(#213) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#306) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#269) Expected newline after ":" with a multi-line declaration (declaration-colon-newline-after)
(#65) Unexpected !important (declaration-no-important)
(#144) Unexpected !important (declaration-no-important)
(#148) Unexpected !important (declaration-no-important)
(#305) Unexpected !important (declaration-no-important)
(#270) Expected indentation of 16 spaces (indentation)
(#182) Unexpected extra semicolon (no-extra-semicolons)
(#194) Unexpected extra semicolon (no-extra-semicolons)
(#41) Unexpected unknown animation name "snap-drop" (no-unknown-animations)
theme/snap/scss/_plugins.scss
(#320) Expected single space before "{" (block-opening-brace-space-before)
(#346) Expected single space before "{" (block-opening-brace-space-before)
(#431) Expected single space before "{" (block-opening-brace-space-before)
(#279) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#280) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#342) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#342) Unexpected whitespace before ":" (declaration-colon-space-before)
(#95) Unexpected !important (declaration-no-important)
(#96) Unexpected !important (declaration-no-important)
(#100) Unexpected !important (declaration-no-important)
(#149) Unexpected !important (declaration-no-important)
(#392) Unexpected !important (declaration-no-important)
(#393) Unexpected !important (declaration-no-important)
(#425) Unexpected !important (declaration-no-important)
(#426) Unexpected !important (declaration-no-important)
(#434) Unexpected !important (declaration-no-important)
(#438) Unexpected !important (declaration-no-important)
(#439) Unexpected !important (declaration-no-important)
(#314) Expected indentation of 4 spaces (indentation)
(#470) Expected single space after ">" (selector-combinator-space-after)
(#470) Expected single space before ">" (selector-combinator-space-before)
(#291) Expected newline after "," (selector-list-comma-newline-after)
theme/snap/scss/_print.scss
(#45) Unexpected !important (declaration-no-important)
(#28) Expected indentation of 4 spaces (indentation)
(#38) Expected single space after ">" (selector-combinator-space-after)
(#38) Expected single space before ">" (selector-combinator-space-before)
(#24) Expected newline after "," (selector-list-comma-newline-after)
(#24) Expected newline after "," (selector-list-comma-newline-after)
(#24) Expected newline after "," (selector-list-comma-newline-after)
(#24) Expected newline after "," (selector-list-comma-newline-after)
theme/snap/scss/_themesettings.scss
(#7) Expected single space before "{" (block-opening-brace-space-before)
(#19) Expected single space before "{" (block-opening-brace-space-before)
(#48) Unexpected !important (declaration-no-important)
(#51) Unexpected !important (declaration-no-important)
(#104) Unexpected !important (declaration-no-important)
(#105) Unexpected !important (declaration-no-important)
theme/snap/scss/_toc.scss
(#107) Expected single space before "{" (block-opening-brace-space-before)
(#110) Expected single space before "{" (block-opening-brace-space-before)
(#368) Expected single space before "{" (block-opening-brace-space-before)
(#221) Unexpected duplicate "border" (declaration-block-no-duplicate-properties)
(#324) Unexpected !important (declaration-no-important)
(#329) Unexpected !important (declaration-no-important)
(#348) Unexpected !important (declaration-no-important)
(#243) Expected single space after "," in a single-line function (function-comma-space-after)
(#243) Expected single space after "," in a single-line function (function-comma-space-after)
(#243) Expected single space after "," in a single-line function (function-comma-space-after)
(#62) Expected indentation of 4 spaces (indentation)
(#63) Expected indentation of 4 spaces (indentation)
(#65) Expected indentation of 4 spaces (indentation)
(#67) Expected indentation of 4 spaces (indentation)
(#69) Expected indentation of 4 spaces (indentation)
(#68) Expected indentation of 8 spaces (indentation)
(#202) Expected indentation of 8 spaces (indentation)
(#203) Expected indentation of 8 spaces (indentation)
(#204) Expected indentation of 8 spaces (indentation)
(#205) Expected indentation of 8 spaces (indentation)
(#206) Expected indentation of 8 spaces (indentation)
(#208) Expected indentation of 8 spaces (indentation)
(#209) Expected indentation of 8 spaces (indentation)
(#210) Expected indentation of 8 spaces (indentation)
(#215) Expected indentation of 4 spaces (indentation)
(#216) Expected indentation of 4 spaces (indentation)
(#217) Expected indentation of 4 spaces (indentation)
(#218) Expected indentation of 4 spaces (indentation)
(#219) Expected indentation of 4 spaces (indentation)
(#220) Expected indentation of 4 spaces (indentation)
(#221) Expected indentation of 4 spaces (indentation)
(#222) Expected indentation of 4 spaces (indentation)
(#224) Expected indentation of 4 spaces (indentation)
(#230) Expected indentation of 4 spaces (indentation)
(#225) Expected indentation of 4 spaces (indentation)
(#139) Expected no more than 2 empty line(s) (max-empty-lines)
(#177) Expected single space after ">" (selector-combinator-space-after)
theme/snap/scss/_userprofile.scss
(#100) Expected single space before "{" (block-opening-brace-space-before)
(#79) Unexpected duplicate "column-count" (declaration-block-no-duplicate-properties)
(#146) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#41) Expected indentation of 8 spaces (indentation)
(#43) Expected indentation of 8 spaces (indentation)
(#45) Expected indentation of 8 spaces (indentation)
(#47) Expected indentation of 8 spaces (indentation)
(#53) Expected indentation of 8 spaces (indentation)
(#52) Expected indentation of 12 spaces (indentation)
(#51) Expected indentation of 16 spaces (indentation)
theme/snap/scss/_yui.scss
(#327) Expected single space before "{" (block-opening-brace-space-before)
(#333) Expected single space before "{" (block-opening-brace-space-before)
(#338) Expected single space before "{" (block-opening-brace-space-before)
(#331) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#328) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#329) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#331) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#334) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#336) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#339) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#341) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#263) Expected single space after "," in a single-line function (function-comma-space-after)
(#263) Expected single space after "," in a single-line function (function-comma-space-after)
(#263) Expected single space after "," in a single-line function (function-comma-space-after)
(#307) Expected single space after "," in a single-line function (function-comma-space-after)
(#307) Expected single space after "," in a single-line function (function-comma-space-after)
(#307) Expected single space after "," in a single-line function (function-comma-space-after)
(#43) Expected indentation of 4 spaces (indentation)
(#44) Expected indentation of 4 spaces (indentation)
(#45) Expected indentation of 4 spaces (indentation)
(#49) Expected indentation of 4 spaces (indentation)
(#50) Expected indentation of 4 spaces (indentation)
(#119) Expected indentation of 12 spaces (indentation)
(#128) Expected indentation of 12 spaces (indentation)
(#120) Expected indentation of 12 spaces (indentation)
(#121) Expected indentation of 12 spaces (indentation)
(#122) Expected indentation of 16 spaces (indentation)
(#123) Expected indentation of 16 spaces (indentation)
(#124) Expected indentation of 16 spaces (indentation)
(#125) Expected indentation of 16 spaces (indentation)
(#126) Expected indentation of 16 spaces (indentation)
(#127) Expected indentation of 16 spaces (indentation)
(#137) Expected indentation of 12 spaces (indentation)
(#141) Expected indentation of 12 spaces (indentation)
(#138) Expected indentation of 12 spaces (indentation)
(#139) Expected indentation of 16 spaces (indentation)
(#140) Expected indentation of 16 spaces (indentation)
(#151) Expected indentation of 8 spaces (indentation)
(#153) Expected indentation of 8 spaces (indentation)
(#152) Expected indentation of 12 spaces (indentation)
(#344) Expected indentation of 16 spaces (indentation)
(#345) Expected indentation of 16 spaces (indentation)
(#346) Expected indentation of 16 spaces (indentation)
(#347) Expected indentation of 16 spaces (indentation)
(#348) Expected indentation of 16 spaces (indentation)
(#349) Expected indentation of 16 spaces (indentation)
(#350) Expected indentation of 16 spaces (indentation)
(#351) Expected indentation of 16 spaces (indentation)
(#356) Expected indentation of 16 spaces (indentation)
(#352) Expected indentation of 20 spaces (indentation)
(#353) Expected indentation of 20 spaces (indentation)
(#354) Expected indentation of 20 spaces (indentation)
(#355) Expected indentation of 20 spaces (indentation)
(#396) Expected indentation of 12 spaces (indentation)
(#397) Expected indentation of 12 spaces (indentation)
(#398) Expected indentation of 12 spaces (indentation)
(#399) Expected indentation of 12 spaces (indentation)
(#400) Expected indentation of 12 spaces (indentation)
(#401) Expected indentation of 12 spaces (indentation)
(#402) Expected indentation of 12 spaces (indentation)
(#414) Expected indentation of 20 spaces (indentation)
(#415) Expected indentation of 20 spaces (indentation)
(#416) Expected indentation of 20 spaces (indentation)
(#428) Expected indentation of 16 spaces (indentation)
(#429) Expected indentation of 16 spaces (indentation)
(#430) Expected indentation of 16 spaces (indentation)
(#431) Expected indentation of 16 spaces (indentation)
(#495) Expected no more than 2 empty line(s) (max-empty-lines)
(#157) Expected single space before ">" (selector-combinator-space-before)
(#19) Unexpected time value "0s" less than or equal to 100ms (time-no-imperceptible)
(#30) Unexpected time value "0s" less than or equal to 100ms (time-no-imperceptible)
theme/snap/scss/pre.scss
(#37) Expected "#8BC34A" to be "#8bc34a" (color-hex-case)
(#38) Expected "#FF9800" to be "#ff9800" (color-hex-case)
(#39) Expected "#E91E63" to be "#e91e63" (color-hex-case)
(#40) Expected "#03A9F4" to be "#03a9f4" (color-hex-case)
(#83) Expected "#03A9F4" to be "#03a9f4" (color-hex-case)
(#86) Expected "#F44336" to be "#f44336" (color-hex-case)
(#87) Expected "#8BC34A" to be "#8bc34a" (color-hex-case)
(#88) Expected "#55B5CC" to be "#55b5cc" (color-hex-case)
(#91) Expected "#8BC34A" to be "#8bc34a" (color-hex-case)
(#92) Expected "#03A9F4" to be "#03a9f4" (color-hex-case)
(#93) Expected "#FFA000" to be "#ffa000" (color-hex-case)
(#101) Expected single space after "," in a single-line function (function-comma-space-after)
(#101) Expected single space after "," in a single-line function (function-comma-space-after)
(#101) Expected single space after "," in a single-line function (function-comma-space-after)
(#105) Expected single space after "," in a single-line function (function-comma-space-after)
(#105) Expected single space after "," in a single-line function (function-comma-space-after)
(#105) Expected single space after "," in a single-line function (function-comma-space-after)
(#57) Unexpected newline in string (string-no-newline)
(#58) Unexpected newline in string (string-no-newline)
(#59) Unexpected newline in string (string-no-newline)
(#60) Unexpected newline in string (string-no-newline)
(#61) Unexpected newline in string (string-no-newline)
(#62) Unexpected newline in string (string-no-newline)
(#63) Unexpected newline in string (string-no-newline)
(#64) Unexpected newline in string (string-no-newline)
(#65) Unexpected newline in string (string-no-newline)
(#66) Unexpected newline in string (string-no-newline)
(#67) Unexpected newline in string (string-no-newline)
(#68) Unexpected newline in string (string-no-newline)
(#69) Unexpected newline in string (string-no-newline)
(#70) Unexpected newline in string (string-no-newline)
(#71) Unexpected newline in string (string-no-newline)
(#72) Unexpected newline in string (string-no-newline)
(#73) Unexpected newline in string (string-no-newline)
(#74) Unexpected newline in string (string-no-newline)
(#75) Unexpected newline in string (string-no-newline)
(#76) Unexpected newline in string (string-no-newline)
(#77) Unexpected newline in string (string-no-newline)
(#78) Unexpected newline in string (string-no-newline)
(#79) Unexpected newline in string (string-no-newline)
(#80) Unexpected newline in string (string-no-newline)
(#81) Unexpected newline in string (string-no-newline)
(#82) Unexpected newline in string (string-no-newline)
(#83) Unexpected newline in string (string-no-newline)
(#84) Unexpected newline in string (string-no-newline)
(#85) Unexpected newline in string (string-no-newline)
(#86) Unexpected newline in string (string-no-newline)
(#87) Unexpected newline in string (string-no-newline)
(#88) Unexpected newline in string (string-no-newline)
(#89) Unexpected newline in string (string-no-newline)
(#90) Unexpected newline in string (string-no-newline)
(#91) Unexpected newline in string (string-no-newline)
(#92) Unexpected newline in string (string-no-newline)
(#93) Unexpected newline in string (string-no-newline)
(#94) Unexpected newline in string (string-no-newline)
(#95) Unexpected newline in string (string-no-newline)
(#96) Unexpected newline in string (string-no-newline)
(#97) Unexpected newline in string (string-no-newline)
(#98) Unexpected newline in string (string-no-newline)
(#99) Unexpected newline in string (string-no-newline)
(#100) Unexpected newline in string (string-no-newline)
(#101) Unexpected newline in string (string-no-newline)
(#102) Unexpected newline in string (string-no-newline)
(#103) Unexpected newline in string (string-no-newline)
(#104) Unexpected newline in string (string-no-newline)
(#105) Unexpected newline in string (string-no-newline)
(#106) Unexpected newline in string (string-no-newline)
(#107) Unexpected newline in string (string-no-newline)
(#108) Unexpected newline in string (string-no-newline)
(#109) Unexpected newline in string (string-no-newline)
(#110) Unexpected newline in string (string-no-newline)
(#111) Unexpected newline in string (string-no-newline)
(#112) Unexpected newline in string (string-no-newline)
(#113) Unexpected newline in string (string-no-newline)
(#114) Unexpected newline in string (string-no-newline)
(#115) Unexpected newline in string (string-no-newline)
theme/snap/style/editor.css
(#406) Expected empty line before at-rule (at-rule-empty-line-before)
(#562) Expected empty line before at-rule (at-rule-empty-line-before)
(#696) Expected empty line before at-rule (at-rule-empty-line-before)
(#701) Expected empty line before at-rule (at-rule-empty-line-before)
(#706) Expected empty line before at-rule (at-rule-empty-line-before)
(#883) Expected empty line before at-rule (at-rule-empty-line-before)
(#1041) Expected empty line before at-rule (at-rule-empty-line-before)
(#1199) Expected empty line before at-rule (at-rule-empty-line-before)
(#1552) Expected empty line before at-rule (at-rule-empty-line-before)
(#2257) Expected empty line before at-rule (at-rule-empty-line-before)
(#2280) Expected empty line before at-rule (at-rule-empty-line-before)
(#2295) Expected empty line before at-rule (at-rule-empty-line-before)
(#2300) Expected empty line before at-rule (at-rule-empty-line-before)
(#2305) Expected empty line before at-rule (at-rule-empty-line-before)
(#2310) Expected empty line before at-rule (at-rule-empty-line-before)
(#2325) Expected empty line before at-rule (at-rule-empty-line-before)
(#2330) Expected empty line before at-rule (at-rule-empty-line-before)
(#2335) Expected empty line before at-rule (at-rule-empty-line-before)
(#2340) Expected empty line before at-rule (at-rule-empty-line-before)
(#2355) Expected empty line before at-rule (at-rule-empty-line-before)
(#2360) Expected empty line before at-rule (at-rule-empty-line-before)
(#2365) Expected empty line before at-rule (at-rule-empty-line-before)
(#2370) Expected empty line before at-rule (at-rule-empty-line-before)
(#2385) Expected empty line before at-rule (at-rule-empty-line-before)
(#2390) Expected empty line before at-rule (at-rule-empty-line-before)
(#2395) Expected empty line before at-rule (at-rule-empty-line-before)
(#2400) Expected empty line before at-rule (at-rule-empty-line-before)
(#2405) Expected empty line before at-rule (at-rule-empty-line-before)
(#2410) Expected empty line before at-rule (at-rule-empty-line-before)
(#2415) Expected empty line before at-rule (at-rule-empty-line-before)
(#2423) Expected empty line before at-rule (at-rule-empty-line-before)
(#2441) Expected empty line before at-rule (at-rule-empty-line-before)
(#2449) Expected empty line before at-rule (at-rule-empty-line-before)
(#2457) Expected empty line before at-rule (at-rule-empty-line-before)
(#2462) Expected empty line before at-rule (at-rule-empty-line-before)
(#2572) Expected empty line before at-rule (at-rule-empty-line-before)
(#2585) Expected empty line before at-rule (at-rule-empty-line-before)
(#4257) Expected empty line before at-rule (at-rule-empty-line-before)
(#4326) Expected empty line before at-rule (at-rule-empty-line-before)
(#4415) Expected empty line before at-rule (at-rule-empty-line-before)
(#4539) Expected empty line before at-rule (at-rule-empty-line-before)
(#4941) Expected empty line before at-rule (at-rule-empty-line-before)
(#4946) Expected empty line before at-rule (at-rule-empty-line-before)
(#5015) Expected empty line before at-rule (at-rule-empty-line-before)
(#5110) Expected empty line before at-rule (at-rule-empty-line-before)
(#5270) Expected empty line before at-rule (at-rule-empty-line-before)
(#5366) Expected empty line before at-rule (at-rule-empty-line-before)
(#5486) Expected empty line before at-rule (at-rule-empty-line-before)
(#5539) Expected empty line before at-rule (at-rule-empty-line-before)
(#5578) Expected empty line before at-rule (at-rule-empty-line-before)
(#5800) Expected empty line before at-rule (at-rule-empty-line-before)
(#5820) Expected empty line before at-rule (at-rule-empty-line-before)
(#5832) Expected empty line before at-rule (at-rule-empty-line-before)
(#5845) Expected empty line before at-rule (at-rule-empty-line-before)
(#5857) Expected empty line before at-rule (at-rule-empty-line-before)
(#6085) Expected empty line before at-rule (at-rule-empty-line-before)
(#6124) Expected empty line before at-rule (at-rule-empty-line-before)
(#6298) Expected empty line before at-rule (at-rule-empty-line-before)
(#7112) Expected empty line before at-rule (at-rule-empty-line-before)
(#7256) Expected empty line before at-rule (at-rule-empty-line-before)
(#7354) Expected empty line before at-rule (at-rule-empty-line-before)
(#7437) Expected empty line before at-rule (at-rule-empty-line-before)
(#7495) Expected empty line before at-rule (at-rule-empty-line-before)
(#7503) Expected empty line before at-rule (at-rule-empty-line-before)
(#7971) Expected empty line before at-rule (at-rule-empty-line-before)
(#8669) Expected empty line before at-rule (at-rule-empty-line-before)
(#8838) Expected empty line before at-rule (at-rule-empty-line-before)
(#9469) Expected empty line before at-rule (at-rule-empty-line-before)
(#9485) Expected empty line before at-rule (at-rule-empty-line-before)
(#9501) Expected empty line before at-rule (at-rule-empty-line-before)
(#9668) Expected empty line before at-rule (at-rule-empty-line-before)
(#9865) Expected empty line before at-rule (at-rule-empty-line-before)
(#9996) Expected empty line before at-rule (at-rule-empty-line-before)
(#10114) Expected empty line before at-rule (at-rule-empty-line-before)
(#10135) Expected empty line before at-rule (at-rule-empty-line-before)
(#10141) Expected empty line before at-rule (at-rule-empty-line-before)
(#10147) Expected empty line before at-rule (at-rule-empty-line-before)
(#10161) Expected empty line before at-rule (at-rule-empty-line-before)
(#10248) Expected empty line before at-rule (at-rule-empty-line-before)
(#10366) Expected empty line before at-rule (at-rule-empty-line-before)
(#10394) Expected empty line before at-rule (at-rule-empty-line-before)
(#10558) Expected empty line before at-rule (at-rule-empty-line-before)
(#10598) Expected empty line before at-rule (at-rule-empty-line-before)
(#10612) Expected empty line before at-rule (at-rule-empty-line-before)
(#10633) Expected empty line before at-rule (at-rule-empty-line-before)
(#10747) Expected empty line before at-rule (at-rule-empty-line-before)
(#10800) Expected empty line before at-rule (at-rule-empty-line-before)
(#10806) Expected empty line before at-rule (at-rule-empty-line-before)
(#10812) Expected empty line before at-rule (at-rule-empty-line-before)
(#11033) Expected empty line before at-rule (at-rule-empty-line-before)
(#11040) Expected empty line before at-rule (at-rule-empty-line-before)
(#210) Expected "#03A9F4" to be "#03a9f4" (color-hex-case)
(#448) Expected "#03A9F4" to be "#03a9f4" (color-hex-case)
(#455) Expected "#8BC34A" to be "#8bc34a" (color-hex-case)
(#462) Expected "#03A9F4" to be "#03a9f4" (color-hex-case)
(#469) Expected "#FF9800" to be "#ff9800" (color-hex-case)
(#476) Expected "#E91E63" to be "#e91e63" (color-hex-case)
(#484) Expected "#03A9F4" to be "#03a9f4" (color-hex-case)
(#1651) Expected "#03A9F4" to be "#03a9f4" (color-hex-case)
(#1675) Expected "#03A9F4" to be "#03a9f4" (color-hex-case)
(#1677) Expected "#03A9F4" to be "#03a9f4" (color-hex-case)
(#1681) Expected "#03A9F4" to be "#03a9f4" (color-hex-case)
(#1686) Expected "#03A9F4" to be "#03a9f4" (color-hex-case)
(#1693) Expected "#03A9F4" to be "#03a9f4" (color-hex-case)
(#1706) Expected "#03A9F4" to be "#03a9f4" (color-hex-case)
(#1725) Expected "#03A9F4" to be "#03a9f4" (color-hex-case)
(#1729) Expected "#03A9F4" to be "#03a9f4" (color-hex-case)
(#1732) Expected "#03A9F4" to be "#03a9f4" (color-hex-case)
(#1734) Expected "#03A9F4" to be "#03a9f4" (color-hex-case)
(#1738) Expected "#03A9F4" to be "#03a9f4" (color-hex-case)
(#1743) Expected "#03A9F4" to be "#03a9f4" (color-hex-case)
(#1750) Expected "#03A9F4" to be "#03a9f4" (color-hex-case)
(#1763) Expected "#03A9F4" to be "#03a9f4" (color-hex-case)
(#1782) Expected "#03A9F4" to be "#03a9f4" (color-hex-case)
(#1786) Expected "#03A9F4" to be "#03a9f4" (color-hex-case)
(#1789) Expected "#8BC34A" to be "#8bc34a" (color-hex-case)
(#1791) Expected "#8BC34A" to be "#8bc34a" (color-hex-case)
(#1795) Expected "#8BC34A" to be "#8bc34a" (color-hex-case)
(#1800) Expected "#8BC34A" to be "#8bc34a" (color-hex-case)
(#1807) Expected "#8BC34A" to be "#8bc34a" (color-hex-case)
(#1820) Expected "#8BC34A" to be "#8bc34a" (color-hex-case)
(#1839) Expected "#8BC34A" to be "#8bc34a" (color-hex-case)
(#1843) Expected "#8BC34A" to be "#8bc34a" (color-hex-case)
(#1846) Expected "#03A9F4" to be "#03a9f4" (color-hex-case)
(#1848) Expected "#03A9F4" to be "#03a9f4" (color-hex-case)
(#1852) Expected "#03A9F4" to be "#03a9f4" (color-hex-case)
(#1857) Expected "#03A9F4" to be "#03a9f4" (color-hex-case)
(#1864) Expected "#03A9F4" to be "#03a9f4" (color-hex-case)
(#1877) Expected "#03A9F4" to be "#03a9f4" (color-hex-case)
(#1896) Expected "#03A9F4" to be "#03a9f4" (color-hex-case)
(#1900) Expected "#03A9F4" to be "#03a9f4" (color-hex-case)
(#1903) Expected "#FF9800" to be "#ff9800" (color-hex-case)
(#1905) Expected "#FF9800" to be "#ff9800" (color-hex-case)
(#1909) Expected "#FF9800" to be "#ff9800" (color-hex-case)
(#1914) Expected "#FF9800" to be "#ff9800" (color-hex-case)
(#1921) Expected "#FF9800" to be "#ff9800" (color-hex-case)
(#1934) Expected "#FF9800" to be "#ff9800" (color-hex-case)
(#1953) Expected "#FF9800" to be "#ff9800" (color-hex-case)
(#1957) Expected "#FF9800" to be "#ff9800" (color-hex-case)
(#1960) Expected "#E91E63" to be "#e91e63" (color-hex-case)
(#1962) Expected "#E91E63" to be "#e91e63" (color-hex-case)
(#1966) Expected "#E91E63" to be "#e91e63" (color-hex-case)
(#1971) Expected "#E91E63" to be "#e91e63" (color-hex-case)
(#1978) Expected "#E91E63" to be "#e91e63" (color-hex-case)
(#1991) Expected "#E91E63" to be "#e91e63" (color-hex-case)
(#2010) Expected "#E91E63" to be "#e91e63" (color-hex-case)
(#2014) Expected "#E91E63" to be "#e91e63" (color-hex-case)
(#2017) Expected "#03A9F4" to be "#03a9f4" (color-hex-case)
(#2113) Expected "#8BC34A" to be "#8bc34a" (color-hex-case)
(#2124) Expected "#03A9F4" to be "#03a9f4" (color-hex-case)
(#2135) Expected "#FF9800" to be "#ff9800" (color-hex-case)
(#2146) Expected "#E91E63" to be "#e91e63" (color-hex-case)
(#2174) Expected "#03A9F4" to be "#03a9f4" (color-hex-case)
(#2662) Expected "#E91E63" to be "#e91e63" (color-hex-case)
(#2666) Expected "#8BC34A" to be "#8bc34a" (color-hex-case)
(#2711) Expected "#FFEE69" to be "#ffee69" (color-hex-case)
(#2712) Expected "#A6982B" to be "#a6982b" (color-hex-case)
(#2713) Expected "#D4C237" to be "#d4c237" (color-hex-case)
(#3069) Expected "#CCC" to be "#ccc" (color-hex-case)
(#3170) Expected "#FFF" to be "#fff" (color-hex-case)
(#3235) Expected "#CCC" to be "#ccc" (color-hex-case)
(#3470) Expected "#EEE" to be "#eee" (color-hex-case)
(#3483) Expected "#E91E63" to be "#e91e63" (color-hex-case)
(#3644) Expected "#FFFFFF" to be "#ffffff" (color-hex-case)
(#3701) Expected "#DDD" to be "#ddd" (color-hex-case)
(#3714) Expected "#9DA0A4" to be "#9da0a4" (color-hex-case)
(#3725) Expected "#E1E1E8" to be "#e1e1e8" (color-hex-case)
(#3726) Expected "#E1E1E8" to be "#e1e1e8" (color-hex-case)
(#3727) Expected "#E1E1E8" to be "#e1e1e8" (color-hex-case)
(#3728) Expected "#F7F7F9" to be "#f7f7f9" (color-hex-case)
(#3800) Expected "#03A9F4" to be "#03a9f4" (color-hex-case)
(#3839) Expected "#03A9F4" to be "#03a9f4" (color-hex-case)
(#4634) Expected "#03A9F4" to be "#03a9f4" (color-hex-case)
(#4637) Expected "#8BC34A" to be "#8bc34a" (color-hex-case)
(#4643) Expected "#8BC34A" to be "#8bc34a" (color-hex-case)
(#4646) Expected "#03A9F4" to be "#03a9f4" (color-hex-case)
(#4652) Expected "#03A9F4" to be "#03a9f4" (color-hex-case)
(#4655) Expected "#FF9800" to be "#ff9800" (color-hex-case)
(#4661) Expected "#FF9800" to be "#ff9800" (color-hex-case)
(#4664) Expected "#E91E63" to be "#e91e63" (color-hex-case)
(#4670) Expected "#E91E63" to be "#e91e63" (color-hex-case)
(#4680) Expected "#03A9F4" to be "#03a9f4" (color-hex-case)
(#4682) Expected "#03A9F4" to be "#03a9f4" (color-hex-case)
(#4722) Expected "#03A9F4" to be "#03a9f4" (color-hex-case)
(#4724) Expected "#03A9F4" to be "#03a9f4" (color-hex-case)
(#4738) Expected "#03A9F4" to be "#03a9f4" (color-hex-case)
(#4763) Expected "#03A9F4" to be "#03a9f4" (color-hex-case)
(#4768) Expected "#03A9F4" to be "#03a9f4" (color-hex-case)
(#4775) Expected "#03A9F4" to be "#03a9f4" (color-hex-case)
(#4788) Expected "#03A9F4" to be "#03a9f4" (color-hex-case)
(#4807) Expected "#03A9F4" to be "#03a9f4" (color-hex-case)
(#4811) Expected "#03A9F4" to be "#03a9f4" (color-hex-case)
(#4939) Expected "#FF9800" to be "#ff9800" (color-hex-case)
(#5615) Expected "#8BC34A" to be "#8bc34a" (color-hex-case)
(#5630) Expected "#03A9F4" to be "#03a9f4" (color-hex-case)
(#5950) Expected "#03A9F4" to be "#03a9f4" (color-hex-case)
(#5952) Expected "#03A9F4" to be "#03a9f4" (color-hex-case)
(#5966) Expected "#03A9F4" to be "#03a9f4" (color-hex-case)
(#5991) Expected "#03A9F4" to be "#03a9f4" (color-hex-case)
(#5996) Expected "#03A9F4" to be "#03a9f4" (color-hex-case)
(#6003) Expected "#03A9F4" to be "#03a9f4" (color-hex-case)
(#6016) Expected "#03A9F4" to be "#03a9f4" (color-hex-case)
(#6035) Expected "#03A9F4" to be "#03a9f4" (color-hex-case)
(#6039) Expected "#03A9F4" to be "#03a9f4" (color-hex-case)
(#6478) Expected "#03A9F4" to be "#03a9f4" (color-hex-case)
(#6480) Expected "#03A9F4" to be "#03a9f4" (color-hex-case)
(#6522) Expected "#03A9F4" to be "#03a9f4" (color-hex-case)
(#6574) Expected "#03A9F4" to be "#03a9f4" (color-hex-case)
(#6582) Expected "#03A9F4" to be "#03a9f4" (color-hex-case)
(#6598) Expected "#03A9F4" to be "#03a9f4" (color-hex-case)
(#6638) Expected "#03A9F4" to be "#03a9f4" (color-hex-case)
(#6693) Expected "#03A9F4" to be "#03a9f4" (color-hex-case)
(#6700) Expected "#03A9F4" to be "#03a9f4" (color-hex-case)
(#6779) Expected "#03A9F4" to be "#03a9f4" (color-hex-case)
(#6802) Expected "#03A9F4" to be "#03a9f4" (color-hex-case)
(#7927) Expected "#03A9F4" to be "#03a9f4" (color-hex-case)
(#7934) Expected "#03A9F4" to be "#03a9f4" (color-hex-case)
(#8764) Expected "#03A9F4" to be "#03a9f4" (color-hex-case)
(#8782) Expected "#F44336" to be "#f44336" (color-hex-case)
(#8791) Expected "#8BC34A" to be "#8bc34a" (color-hex-case)
(#8800) Expected "#55B5CC" to be "#55b5cc" (color-hex-case)
(#8805) Expected "#4ABC96" to be "#4abc96" (color-hex-case)
(#8814) Expected "#F7981D" to be "#f7981d" (color-hex-case)
(#8879) Expected "#8BC34A" to be "#8bc34a" (color-hex-case)
(#8884) Expected "#03A9F4" to be "#03a9f4" (color-hex-case)
(#8892) Expected "#FFA000" to be "#ffa000" (color-hex-case)
(#9007) Expected "#8BC34A" to be "#8bc34a" (color-hex-case)
(#9152) Expected "#8BC34A" to be "#8bc34a" (color-hex-case)
(#9371) Expected "#03A9F4" to be "#03a9f4" (color-hex-case)
(#9532) Expected "#8BC34A" to be "#8bc34a" (color-hex-case)
(#10362) Expected "#8BC34A" to be "#8bc34a" (color-hex-case)
(#10419) Expected "#FEC111" to be "#fec111" (color-hex-case)
(#10507) Expected "#03A9F4" to be "#03a9f4" (color-hex-case)
(#10869) Expected "#03A9F4" to be "#03a9f4" (color-hex-case)
(#11134) Expected "#03A9F4" to be "#03a9f4" (color-hex-case)
(#11138) Expected "#03A9F4" to be "#03a9f4" (color-hex-case)
(#11141) Expected "#03A9F4" to be "#03a9f4" (color-hex-case)
(#11146) Expected "#03A9F4" to be "#03a9f4" (color-hex-case)
(#11150) Expected "#03A9F4" to be "#03a9f4" (color-hex-case)
(#11159) Expected "#03A9F4" to be "#03a9f4" (color-hex-case)
(#11170) Expected "#03A9F4" to be "#03a9f4" (color-hex-case)
(#11176) Expected "#03A9F4" to be "#03a9f4" (color-hex-case)
(#11185) Expected "#03A9F4" to be "#03a9f4" (color-hex-case)
(#11188) Expected "#03A9F4" to be "#03a9f4" (color-hex-case)
(#11202) Expected "#03A9F4" to be "#03a9f4" (color-hex-case)
(#11205) Expected "#E91E63" to be "#e91e63" (color-hex-case)
(#11208) Expected "#03A9F4" to be "#03a9f4" (color-hex-case)
(#11216) Expected "#03A9F4" to be "#03a9f4" (color-hex-case)
(#11259) Expected "#03A9F4" to be "#03a9f4" (color-hex-case)
(#11269) Expected "#03A9F4" to be "#03a9f4" (color-hex-case)
(#11272) Expected "#03A9F4" to be "#03a9f4" (color-hex-case)
(#11275) Expected "#03A9F4" to be "#03a9f4" (color-hex-case)
(#11278) Expected "#03A9F4" to be "#03a9f4" (color-hex-case)
(#11281) Expected "#03A9F4" to be "#03a9f4" (color-hex-case)
(#11284) Expected "#03A9F4" to be "#03a9f4" (color-hex-case)
(#11326) Expected "#03A9F4" to be "#03a9f4" (color-hex-case)
(#11327) Expected "#03A9F4" to be "#03a9f4" (color-hex-case)
(#11368) Expected "#03A9F4" to be "#03a9f4" (color-hex-case)
(#11522) Expected "#03A9F4" to be "#03a9f4" (color-hex-case)
(#11524) Expected "#03A9F4" to be "#03a9f4" (color-hex-case)
(#11568) Expected "#03A9F4" to be "#03a9f4" (color-hex-case)
(#11574) Expected "#03A9F4" to be "#03a9f4" (color-hex-case)
(#11575) Expected "#03A9F4" to be "#03a9f4" (color-hex-case)
(#11588) Expected "#03A9F4" to be "#03a9f4" (color-hex-case)
(#11600) Expected "#03A9F4" to be "#03a9f4" (color-hex-case)
(#11613) Expected "#03A9F4" to be "#03a9f4" (color-hex-case)
(#11617) Expected "#03A9F4" to be "#03a9f4" (color-hex-case)
(#11620) Expected "#03A9F4" to be "#03a9f4" (color-hex-case)
(#11623) Expected "#03A9F4" to be "#03a9f4" (color-hex-case)
(#11627) Expected "#03A9F4" to be "#03a9f4" (color-hex-case)
(#11630) Expected "#03A9F4" to be "#03a9f4" (color-hex-case)
(#11635) Expected "#03A9F4" to be "#03a9f4" (color-hex-case)
(#11640) Expected "#03A9F4" to be "#03a9f4" (color-hex-case)
(#11645) Expected "#03A9F4" to be "#03a9f4" (color-hex-case)
(#11651) Expected "#03A9F4" to be "#03a9f4" (color-hex-case)
(#11655) Expected "#03A9F4" to be "#03a9f4" (color-hex-case)
(#11659) Expected "#03A9F4" to be "#03a9f4" (color-hex-case)
(#11665) Expected "#03A9F4" to be "#03a9f4" (color-hex-case)
(#11677) Expected "#03A9F4" to be "#03a9f4" (color-hex-case)
(#11708) Expected "#03A9F4" to be "#03a9f4" (color-hex-case)
(#11709) Expected "#03A9F4" to be "#03a9f4" (color-hex-case)
(#11713) Expected "#03A9F4" to be "#03a9f4" (color-hex-case)
(#11719) Expected "#03A9F4" to be "#03a9f4" (color-hex-case)
(#11723) Expected "#03A9F4" to be "#03a9f4" (color-hex-case)
(#11733) Expected "#03A9F4" to be "#03a9f4" (color-hex-case)
(#11742) Expected "#03A9F4" to be "#03a9f4" (color-hex-case)
(#11746) Expected "#03A9F4" to be "#03a9f4" (color-hex-case)
(#11750) Expected "#03A9F4" to be "#03a9f4" (color-hex-case)
(#11753) Expected "#03A9F4" to be "#03a9f4" (color-hex-case)
(#11762) Expected "#03A9F4" to be "#03a9f4" (color-hex-case)
(#11765) Expected "#03A9F4" to be "#03a9f4" (color-hex-case)
(#2714) Expected "#000000" to be "#000" (color-hex-length)
(#3644) Expected "#FFFFFF" to be "#FFF" (color-hex-length)
(#1609) Unexpected duplicate "border-color" (declaration-block-no-duplicate-properties)
(#2511) Unexpected duplicate "border" (declaration-block-no-duplicate-properties)
(#3388) Unexpected duplicate "border" (declaration-block-no-duplicate-properties)
(#8209) Unexpected duplicate "margin" (declaration-block-no-duplicate-properties)
(#9807) Unexpected duplicate "border" (declaration-block-no-duplicate-properties)
(#10331) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#10508) Unexpected duplicate "font-weight" (declaration-block-no-duplicate-properties)
(#10567) Unexpected duplicate "margin-top" (declaration-block-no-duplicate-properties)
(#10764) Unexpected duplicate "padding-right" (declaration-block-no-duplicate-properties)
(#11022) Unexpected duplicate "column-count" (declaration-block-no-duplicate-properties)
(#2230) Unexpected !important (declaration-no-important)
(#2233) Unexpected !important (declaration-no-important)
(#2236) Unexpected !important (declaration-no-important)
(#2239) Unexpected !important (declaration-no-important)
(#2252) Unexpected !important (declaration-no-important)
(#2264) Unexpected !important (declaration-no-important)
(#2278) Unexpected !important (declaration-no-important)
(#2282) Unexpected !important (declaration-no-important)
(#2285) Unexpected !important (declaration-no-important)
(#2288) Unexpected !important (declaration-no-important)
(#2292) Unexpected !important (declaration-no-important)
(#2297) Unexpected !important (declaration-no-important)
(#2302) Unexpected !important (declaration-no-important)
(#2307) Unexpected !important (declaration-no-important)
(#2312) Unexpected !important (declaration-no-important)
(#2315) Unexpected !important (declaration-no-important)
(#2318) Unexpected !important (declaration-no-important)
(#2322) Unexpected !important (declaration-no-important)
(#2327) Unexpected !important (declaration-no-important)
(#2332) Unexpected !important (declaration-no-important)
(#2337) Unexpected !important (declaration-no-important)
(#2342) Unexpected !important (declaration-no-important)
(#2345) Unexpected !important (declaration-no-important)
(#2348) Unexpected !important (declaration-no-important)
(#2352) Unexpected !important (declaration-no-important)
(#2357) Unexpected !important (declaration-no-important)
(#2362) Unexpected !important (declaration-no-important)
(#2367) Unexpected !important (declaration-no-important)
(#2372) Unexpected !important (declaration-no-important)
(#2375) Unexpected !important (declaration-no-important)
(#2378) Unexpected !important (declaration-no-important)
(#2382) Unexpected !important (declaration-no-important)
(#2387) Unexpected !important (declaration-no-important)
(#2392) Unexpected !important (declaration-no-important)
(#2397) Unexpected !important (declaration-no-important)
(#2402) Unexpected !important (declaration-no-important)
(#2407) Unexpected !important (declaration-no-important)
(#2412) Unexpected !important (declaration-no-important)
(#2417) Unexpected !important (declaration-no-important)
(#2421) Unexpected !important (declaration-no-important)
(#2425) Unexpected !important (declaration-no-important)
(#2428) Unexpected !important (declaration-no-important)
(#2431) Unexpected !important (declaration-no-important)
(#2435) Unexpected !important (declaration-no-important)
(#2439) Unexpected !important (declaration-no-important)
(#2443) Unexpected !important (declaration-no-important)
(#2447) Unexpected !important (declaration-no-important)
(#2451) Unexpected !important (declaration-no-important)
(#2455) Unexpected !important (declaration-no-important)
(#2459) Unexpected !important (declaration-no-important)
(#2464) Unexpected !important (declaration-no-important)
(#3610) Unexpected !important (declaration-no-important)
(#4126) Unexpected !important (declaration-no-important)
(#4163) Unexpected !important (declaration-no-important)
(#4183) Unexpected !important (declaration-no-important)
(#4260) Unexpected !important (declaration-no-important)
(#4261) Unexpected !important (declaration-no-important)
(#4262) Unexpected !important (declaration-no-important)
(#4263) Unexpected !important (declaration-no-important)
(#4413) Unexpected !important (declaration-no-important)
(#4420) Unexpected !important (declaration-no-important)
(#4437) Unexpected !important (declaration-no-important)
(#4445) Unexpected !important (declaration-no-important)
(#4446) Unexpected !important (declaration-no-important)
(#4447) Unexpected !important (declaration-no-important)
(#4448) Unexpected !important (declaration-no-important)
(#4449) Unexpected !important (declaration-no-important)
(#4450) Unexpected !important (declaration-no-important)
(#4451) Unexpected !important (declaration-no-important)
(#4457) Unexpected !important (declaration-no-important)
(#4468) Unexpected !important (declaration-no-important)
(#4469) Unexpected !important (declaration-no-important)
(#4473) Unexpected !important (declaration-no-important)
(#4977) Unexpected !important (declaration-no-important)
(#5161) Unexpected !important (declaration-no-important)
(#5317) Unexpected !important (declaration-no-important)
(#5318) Unexpected !important (declaration-no-important)
(#5512) Unexpected !important (declaration-no-important)
(#5676) Unexpected !important (declaration-no-important)
(#5742) Unexpected !important (declaration-no-important)
(#5908) Unexpected !important (declaration-no-important)
(#6322) Unexpected !important (declaration-no-important)
(#6323) Unexpected !important (declaration-no-important)
(#6384) Unexpected !important (declaration-no-important)
(#6385) Unexpected !important (declaration-no-important)
(#6388) Unexpected !important (declaration-no-important)
(#6391) Unexpected !important (declaration-no-important)
(#6417) Unexpected !important (declaration-no-important)
(#6418) Unexpected !important (declaration-no-important)
(#6449) Unexpected !important (declaration-no-important)
(#6453) Unexpected !important (declaration-no-important)
(#6707) Unexpected !important (declaration-no-important)
(#7229) Unexpected !important (declaration-no-important)
(#7432) Unexpected !important (declaration-no-important)
(#7433) Unexpected !important (declaration-no-important)
(#7439) Unexpected !important (declaration-no-important)
(#7440) Unexpected !important (declaration-no-important)
(#7558) Unexpected !important (declaration-no-important)
(#7559) Unexpected !important (declaration-no-important)
(#7560) Unexpected !important (declaration-no-important)
(#7624) Unexpected !important (declaration-no-important)
(#7625) Unexpected !important (declaration-no-important)
(#7863) Unexpected !important (declaration-no-important)
(#7874) Unexpected !important (declaration-no-important)
(#7903) Unexpected !important (declaration-no-important)
(#7909) Unexpected !important (declaration-no-important)
(#7912) Unexpected !important (declaration-no-important)
(#7973) Unexpected !important (declaration-no-important)
(#8003) Unexpected !important (declaration-no-important)
(#8030) Unexpected !important (declaration-no-important)
(#8125) Unexpected !important (declaration-no-important)
(#8176) Unexpected !important (declaration-no-important)
(#8277) Unexpected !important (declaration-no-important)
(#8426) Unexpected !important (declaration-no-important)
(#8442) Unexpected !important (declaration-no-important)
(#8445) Unexpected !important (declaration-no-important)
(#8533) Unexpected !important (declaration-no-important)
(#8610) Unexpected !important (declaration-no-important)
(#8843) Unexpected !important (declaration-no-important)
(#8982) Unexpected !important (declaration-no-important)
(#8992) Unexpected !important (declaration-no-important)
(#8997) Unexpected !important (declaration-no-important)
(#9002) Unexpected !important (declaration-no-important)
(#9005) Unexpected !important (declaration-no-important)
(#9010) Unexpected !important (declaration-no-important)
(#9022) Unexpected !important (declaration-no-important)
(#9128) Unexpected !important (declaration-no-important)
(#9152) Unexpected !important (declaration-no-important)
(#9290) Unexpected !important (declaration-no-important)
(#9291) Unexpected !important (declaration-no-important)
(#9292) Unexpected !important (declaration-no-important)
(#9474) Unexpected !important (declaration-no-important)
(#9542) Unexpected !important (declaration-no-important)
(#9543) Unexpected !important (declaration-no-important)
(#9560) Unexpected !important (declaration-no-important)
(#9572) Unexpected !important (declaration-no-important)
(#9591) Unexpected !important (declaration-no-important)
(#9595) Unexpected !important (declaration-no-important)
(#9889) Unexpected !important (declaration-no-important)
(#9904) Unexpected !important (declaration-no-important)
(#10166) Unexpected !important (declaration-no-important)
(#10205) Unexpected !important (declaration-no-important)
(#10207) Unexpected !important (declaration-no-important)
(#10301) Unexpected !important (declaration-no-important)
(#10302) Unexpected !important (declaration-no-important)
(#10338) Unexpected !important (declaration-no-important)
(#10451) Unexpected !important (declaration-no-important)
(#10556) Unexpected !important (declaration-no-important)
(#10745) Unexpected !important (declaration-no-important)
(#11010) Unexpected !important (declaration-no-important)
(#11123) Unexpected !important (declaration-no-important)
(#11124) Unexpected !important (declaration-no-important)
(#11125) Unexpected !important (declaration-no-important)
(#11126) Unexpected !important (declaration-no-important)
(#11127) Unexpected !important (declaration-no-important)
(#11128) Unexpected !important (declaration-no-important)
(#11129) Unexpected !important (declaration-no-important)
(#11130) Unexpected !important (declaration-no-important)
(#11131) Unexpected !important (declaration-no-important)
(#11779) Unexpected !important (declaration-no-important)
(#11780) Unexpected !important (declaration-no-important)
(#11784) Unexpected !important (declaration-no-important)
(#3) Expected indentation of 4 spaces (indentation)
(#4) Expected indentation of 4 spaces (indentation)
(#5) Expected indentation of 4 spaces (indentation)
(#8) Expected indentation of 4 spaces (indentation)
(#23) Expected indentation of 4 spaces (indentation)
(#29) Expected indentation of 4 spaces (indentation)
(#30) Expected indentation of 4 spaces (indentation)
(#33) Expected indentation of 4 spaces (indentation)
(#34) Expected indentation of 4 spaces (indentation)
(#38) Expected indentation of 4 spaces (indentation)
(#41) Expected indentation of 4 spaces (indentation)
(#45) Expected indentation of 4 spaces (indentation)
(#48) Expected indentation of 4 spaces (indentation)
(#52) Expected indentation of 4 spaces (indentation)
(#55) Expected indentation of 4 spaces (indentation)
(#58) Expected indentation of 4 spaces (indentation)
(#59) Expected indentation of 4 spaces (indentation)
(#62) Expected indentation of 4 spaces (indentation)
(#63) Expected indentation of 4 spaces (indentation)
(#66) Expected indentation of 4 spaces (indentation)
(#70) Expected indentation of 4 spaces (indentation)
(#71) Expected indentation of 4 spaces (indentation)
(#72) Expected indentation of 4 spaces (indentation)
(#73) Expected indentation of 4 spaces (indentation)
(#76) Expected indentation of 4 spaces (indentation)
(#79) Expected indentation of 4 spaces (indentation)
(#82) Expected indentation of 4 spaces (indentation)
(#85) Expected indentation of 4 spaces (indentation)
(#88) Expected indentation of 4 spaces (indentation)
(#91) Expected indentation of 4 spaces (indentation)
(#92) Expected indentation of 4 spaces (indentation)
(#95) Expected indentation of 4 spaces (indentation)
(#101) Expected indentation of 4 spaces (indentation)
(#102) Expected indentation of 4 spaces (indentation)
(#109) Expected indentation of 4 spaces (indentation)
(#110) Expected indentation of 4 spaces (indentation)
(#111) Expected indentation of 4 spaces (indentation)
(#114) Expected indentation of 4 spaces (indentation)
(#118) Expected indentation of 4 spaces (indentation)
(#124) Expected indentation of 4 spaces (indentation)
(#125) Expected indentation of 4 spaces (indentation)
(#129) Expected indentation of 4 spaces (indentation)
(#133) Expected indentation of 4 spaces (indentation)
(#134) Expected indentation of 4 spaces (indentation)
(#137) Expected indentation of 4 spaces (indentation)
(#141) Expected indentation of 4 spaces (indentation)
(#142) Expected indentation of 4 spaces (indentation)
(#146) Expected indentation of 4 spaces (indentation)
(#149) Expected indentation of 4 spaces (indentation)
(#150) Expected indentation of 4 spaces (indentation)
(#154) Expected indentation of 4 spaces (indentation)
(#157) Expected indentation of 4 spaces (indentation)
(#158) Expected indentation of 4 spaces (indentation)
(#159) Expected indentation of 4 spaces (indentation)
(#162) Expected indentation of 4 spaces (indentation)
(#163) Expected indentation of 4 spaces (indentation)
(#166) Expected indentation of 4 spaces (indentation)
(#169) Expected indentation of 4 spaces (indentation)
(#172) Expected indentation of 4 spaces (indentation)
(#173) Expected indentation of 4 spaces (indentation)
(#177) Expected indentation of 4 spaces (indentation)
(#180) Expected indentation of 4 spaces (indentation)
(#181) Expected indentation of 4 spaces (indentation)
(#182) Expected indentation of 4 spaces (indentation)
(#186) Expected indentation of 4 spaces (indentation)
(#187) Expected indentation of 4 spaces (indentation)
(#188) Expected indentation of 4 spaces (indentation)
(#191) Expected indentation of 4 spaces (indentation)
(#192) Expected indentation of 4 spaces (indentation)
(#195) Expected indentation of 4 spaces (indentation)
(#196) Expected indentation of 4 spaces (indentation)
(#197) Expected indentation of 4 spaces (indentation)
(#198) Expected indentation of 4 spaces (indentation)
(#199) Expected indentation of 4 spaces (indentation)
(#205) Expected indentation of 4 spaces (indentation)
(#206) Expected indentation of 4 spaces (indentation)
(#207) Expected indentation of 4 spaces (indentation)
(#210) Expected indentation of 4 spaces (indentation)
(#211) Expected indentation of 4 spaces (indentation)
(#215) Expected indentation of 4 spaces (indentation)
(#216) Expected indentation of 4 spaces (indentation)
(#219) Expected indentation of 4 spaces (indentation)
(#220) Expected indentation of 4 spaces (indentation)
(#223) Expected indentation of 4 spaces (indentation)
(#226) Expected indentation of 4 spaces (indentation)
(#231) Expected indentation of 4 spaces (indentation)
(#232) Expected indentation of 4 spaces (indentation)
(#233) Expected indentation of 4 spaces (indentation)
(#236) Expected indentation of 4 spaces (indentation)
(#239) Expected indentation of 4 spaces (indentation)
(#240) Expected indentation of 4 spaces (indentation)
(#241) Expected indentation of 4 spaces (indentation)
(#242) Expected indentation of 4 spaces (indentation)
(#243) Expected indentation of 4 spaces (indentation)
(#244) Expected indentation of 4 spaces (indentation)
(#245) Expected indentation of 4 spaces (indentation)
(#246) Expected indentation of 4 spaces (indentation)
(#247) Expected indentation of 4 spaces (indentation)
(#248) Expected indentation of 4 spaces (indentation)
(#249) Expected indentation of 4 spaces (indentation)
(#252) Expected indentation of 4 spaces (indentation)
(#255) Expected indentation of 4 spaces (indentation)
(#256) Expected indentation of 4 spaces (indentation)
(#257) Expected indentation of 4 spaces (indentation)
(#258) Expected indentation of 4 spaces (indentation)
(#261) Expected indentation of 4 spaces (indentation)
(#262) Expected indentation of 4 spaces (indentation)
(#263) Expected indentation of 4 spaces (indentation)
(#264) Expected indentation of 4 spaces (indentation)
(#265) Expected indentation of 4 spaces (indentation)
(#266) Expected indentation of 4 spaces (indentation)
(#267) Expected indentation of 4 spaces (indentation)
(#268) Expected indentation of 4 spaces (indentation)
(#272) Expected indentation of 4 spaces (indentation)
(#273) Expected indentation of 4 spaces (indentation)
(#274) Expected indentation of 4 spaces (indentation)
(#275) Expected indentation of 4 spaces (indentation)
(#276) Expected indentation of 4 spaces (indentation)
(#277) Expected indentation of 4 spaces (indentation)
(#280) Expected indentation of 4 spaces (indentation)
(#294) Expected indentation of 4 spaces (indentation)
(#295) Expected indentation of 4 spaces (indentation)
(#296) Expected indentation of 4 spaces (indentation)
(#297) Expected indentation of 4 spaces (indentation)
(#323) Expected indentation of 4 spaces (indentation)
(#324) Expected indentation of 4 spaces (indentation)
(#325) Expected indentation of 4 spaces (indentation)
(#333) Expected indentation of 4 spaces (indentation)
(#334) Expected indentation of 4 spaces (indentation)
(#348) Expected indentation of 4 spaces (indentation)
(#356) Expected indentation of 4 spaces (indentation)
(#357) Expected indentation of 4 spaces (indentation)
(#371) Expected indentation of 4 spaces (indentation)
(#375) Expected indentation of 4 spaces (indentation)
(#379) Expected indentation of 4 spaces (indentation)
(#383) Expected indentation of 4 spaces (indentation)
(#387) Expected indentation of 4 spaces (indentation)
(#391) Expected indentation of 4 spaces (indentation)
(#395) Expected indentation of 4 spaces (indentation)
(#398) Expected indentation of 4 spaces (indentation)
(#401) Expected indentation of 4 spaces (indentation)
(#402) Expected indentation of 4 spaces (indentation)
(#403) Expected indentation of 4 spaces (indentation)
(#404) Expected indentation of 4 spaces (indentation)
(#407) Expected indentation of 4 spaces (indentation)
(#409) Expected indentation of 4 spaces (indentation)
(#408) Expected indentation of 8 spaces (indentation)
(#413) Expected indentation of 4 spaces (indentation)
(#417) Expected indentation of 4 spaces (indentation)
(#418) Expected indentation of 4 spaces (indentation)
(#421) Expected indentation of 4 spaces (indentation)
(#424) Expected indentation of 4 spaces (indentation)
(#427) Expected indentation of 4 spaces (indentation)
(#430) Expected indentation of 4 spaces (indentation)
(#433) Expected indentation of 4 spaces (indentation)
(#436) Expected indentation of 4 spaces (indentation)
(#439) Expected indentation of 4 spaces (indentation)
(#442) Expected indentation of 4 spaces (indentation)
(#445) Expected indentation of 4 spaces (indentation)
(#448) Expected indentation of 4 spaces (indentation)
(#452) Expected indentation of 4 spaces (indentation)
(#455) Expected indentation of 4 spaces (indentation)
(#459) Expected indentation of 4 spaces (indentation)
(#462) Expected indentation of 4 spaces (indentation)
(#466) Expected indentation of 4 spaces (indentation)
(#469) Expected indentation of 4 spaces (indentation)
(#473) Expected indentation of 4 spaces (indentation)
(#476) Expected indentation of 4 spaces (indentation)
(#480) Expected indentation of 4 spaces (indentation)
(#483) Expected indentation of 4 spaces (indentation)
(#484) Expected indentation of 4 spaces (indentation)
(#488) Expected indentation of 4 spaces (indentation)
(#491) Expected indentation of 4 spaces (indentation)
(#495) Expected indentation of 4 spaces (indentation)
(#498) Expected indentation of 4 spaces (indentation)
(#502) Expected indentation of 4 spaces (indentation)
(#505) Expected indentation of 4 spaces (indentation)
(#509) Expected indentation of 4 spaces (indentation)
(#512) Expected indentation of 4 spaces (indentation)
(#516) Expected indentation of 4 spaces (indentation)
(#519) Expected indentation of 4 spaces (indentation)
(#520) Expected indentation of 4 spaces (indentation)
(#521) Expected indentation of 4 spaces (indentation)
(#525) Expected indentation of 4 spaces (indentation)
(#526) Expected indentation of 4 spaces (indentation)
(#532) Expected indentation of 4 spaces (indentation)
(#535) Expected indentation of 4 spaces (indentation)
(#536) Expected indentation of 4 spaces (indentation)
(#539) Expected indentation of 4 spaces (indentation)
(#540) Expected indentation of 4 spaces (indentation)
(#541) Expected indentation of 4 spaces (indentation)
(#544) Expected indentation of 4 spaces (indentation)
(#545) Expected indentation of 4 spaces (indentation)
(#546) Expected indentation of 4 spaces (indentation)
(#549) Expected indentation of 4 spaces (indentation)
(#550) Expected indentation of 4 spaces (indentation)
(#554) Expected indentation of 4 spaces (indentation)
(#557) Expected indentation of 4 spaces (indentation)
(#560) Expected indentation of 4 spaces (indentation)
(#563) Expected indentation of 4 spaces (indentation)
(#571) Expected indentation of 4 spaces (indentation)
(#564) Expected indentation of 8 spaces (indentation)
(#565) Expected indentation of 8 spaces (indentation)
(#566) Expected indentation of 8 spaces (indentation)
(#567) Expected indentation of 8 spaces (indentation)
(#568) Expected indentation of 8 spaces (indentation)
(#569) Expected indentation of 8 spaces (indentation)
(#570) Expected indentation of 8 spaces (indentation)
(#572) Expected indentation of 4 spaces (indentation)
(#574) Expected indentation of 4 spaces (indentation)
(#573) Expected indentation of 8 spaces (indentation)
(#578) Expected indentation of 4 spaces (indentation)
(#579) Expected indentation of 4 spaces (indentation)
(#582) Expected indentation of 4 spaces (indentation)
(#583) Expected indentation of 4 spaces (indentation)
(#586) Expected indentation of 4 spaces (indentation)
(#587) Expected indentation of 4 spaces (indentation)
(#588) Expected indentation of 4 spaces (indentation)
(#589) Expected indentation of 4 spaces (indentation)
(#594) Expected indentation of 4 spaces (indentation)
(#599) Expected indentation of 4 spaces (indentation)
(#600) Expected indentation of 4 spaces (indentation)
(#601) Expected indentation of 4 spaces (indentation)
(#602) Expected indentation of 4 spaces (indentation)
(#607) Expected indentation of 4 spaces (indentation)
(#611) Expected indentation of 4 spaces (indentation)
(#612) Expected indentation of 4 spaces (indentation)
(#613) Expected indentation of 4 spaces (indentation)
(#614) Expected indentation of 4 spaces (indentation)
(#615) Expected indentation of 4 spaces (indentation)
(#623) Expected indentation of 4 spaces (indentation)
(#631) Expected indentation of 4 spaces (indentation)
(#634) Expected indentation of 4 spaces (indentation)
(#635) Expected indentation of 4 spaces (indentation)
(#636) Expected indentation of 4 spaces (indentation)
(#642) Expected indentation of 4 spaces (indentation)
(#645) Expected indentation of 4 spaces (indentation)
(#646) Expected indentation of 4 spaces (indentation)
(#647) Expected indentation of 4 spaces (indentation)
(#648) Expected indentation of 4 spaces (indentation)
(#649) Expected indentation of 4 spaces (indentation)
(#652) Expected indentation of 4 spaces (indentation)
(#653) Expected indentation of 4 spaces (indentation)
(#654) Expected indentation of 4 spaces (indentation)
(#655) Expected indentation of 4 spaces (indentation)
(#656) Expected indentation of 4 spaces (indentation)
(#657) Expected indentation of 4 spaces (indentation)
(#660) Expected indentation of 4 spaces (indentation)
(#661) Expected indentation of 4 spaces (indentation)
(#662) Expected indentation of 4 spaces (indentation)
(#663) Expected indentation of 4 spaces (indentation)
(#666) Expected indentation of 4 spaces (indentation)
(#667) Expected indentation of 4 spaces (indentation)
(#668) Expected indentation of 4 spaces (indentation)
(#669) Expected indentation of 4 spaces (indentation)
(#670) Expected indentation of 4 spaces (indentation)
(#671) Expected indentation of 4 spaces (indentation)
(#672) Expected indentation of 4 spaces (indentation)
(#673) Expected indentation of 4 spaces (indentation)
(#674) Expected indentation of 4 spaces (indentation)
(#675) Expected indentation of 4 spaces (indentation)
(#676) Expected indentation of 4 spaces (indentation)
(#679) Expected indentation of 4 spaces (indentation)
(#680) Expected indentation of 4 spaces (indentation)
(#681) Expected indentation of 4 spaces (indentation)
(#682) Expected indentation of 4 spaces (indentation)
(#683) Expected indentation of 4 spaces (indentation)
(#684) Expected indentation of 4 spaces (indentation)
(#687) Expected indentation of 4 spaces (indentation)
(#688) Expected indentation of 4 spaces (indentation)
(#691) Expected indentation of 4 spaces (indentation)
(#692) Expected indentation of 4 spaces (indentation)
(#693) Expected indentation of 4 spaces (indentation)
(#694) Expected indentation of 4 spaces (indentation)
(#697) Expected indentation of 4 spaces (indentation)
(#699) Expected indentation of 4 spaces (indentation)
(#698) Expected indentation of 8 spaces (indentation)
(#702) Expected indentation of 4 spaces (indentation)
(#704) Expected indentation of 4 spaces (indentation)
(#703) Expected indentation of 8 spaces (indentation)
(#707) Expected indentation of 4 spaces (indentation)
(#709) Expected indentation of 4 spaces (indentation)
(#708) Expected indentation of 8 spaces (indentation)
(#712) Expected indentation of 4 spaces (indentation)
(#713) Expected indentation of 4 spaces (indentation)
(#714) Expected indentation of 4 spaces (indentation)
(#715) Expected indentation of 4 spaces (indentation)
(#718) Expected indentation of 4 spaces (indentation)
(#719) Expected indentation of 4 spaces (indentation)
(#722) Expected indentation of 4 spaces (indentation)
(#723) Expected indentation of 4 spaces (indentation)
(#724) Expected indentation of 4 spaces (indentation)
(#725) Expected indentation of 4 spaces (indentation)
(#728) Expected indentation of 4 spaces (indentation)
(#731) Expected indentation of 4 spaces (indentation)
(#734) Expected indentation of 4 spaces (indentation)
(#737) Expected indentation of 4 spaces (indentation)
(#740) Expected indentation of 4 spaces (indentation)
(#743) Expected indentation of 4 spaces (indentation)
(#746) Expected indentation of 4 spaces (indentation)
(#749) Expected indentation of 4 spaces (indentation)
(#752) Expected indentation of 4 spaces (indentation)
(#755) Expected indentation of 4 spaces (indentation)
(#758) Expected indentation of 4 spaces (indentation)
(#761) Expected indentation of 4 spaces (indentation)
(#764) Expected indentation of 4 spaces (indentation)
(#767) Expected indentation of 4 spaces (indentation)
(#770) Expected indentation of 4 spaces (indentation)
(#773) Expected indentation of 4 spaces (indentation)
(#776) Expected indentation of 4 spaces (indentation)
(#779) Expected indentation of 4 spaces (indentation)
(#782) Expected indentation of 4 spaces (indentation)
(#785) Expected indentation of 4 spaces (indentation)
(#788) Expected indentation of 4 spaces (indentation)
(#791) Expected indentation of 4 spaces (indentation)
(#794) Expected indentation of 4 spaces (indentation)
(#797) Expected indentation of 4 spaces (indentation)
(#800) Expected indentation of 4 spaces (indentation)
(#803) Expected indentation of 4 spaces (indentation)
(#806) Expected indentation of 4 spaces (indentation)
(#809) Expected indentation of 4 spaces (indentation)
(#812) Expected indentation of 4 spaces (indentation)
(#815) Expected indentation of 4 spaces (indentation)
(#818) Expected indentation of 4 spaces (indentation)
(#821) Expected indentation of 4 spaces (indentation)
(#824) Expected indentation of 4 spaces (indentation)
(#827) Expected indentation of 4 spaces (indentation)
(#830) Expected indentation of 4 spaces (indentation)
(#833) Expected indentation of 4 spaces (indentation)
(#836) Expected indentation of 4 spaces (indentation)
(#839) Expected indentation of 4 spaces (indentation)
(#842) Expected indentation of 4 spaces (indentation)
(#845) Expected indentation of 4 spaces (indentation)
(#848) Expected indentation of 4 spaces (indentation)
(#851) Expected indentation of 4 spaces (indentation)
(#854) Expected indentation of 4 spaces (indentation)
(#857) Expected indentation of 4 spaces (indentation)
(#860) Expected indentation of 4 spaces (indentation)
(#863) Expected indentation of 4 spaces (indentation)
(#866) Expected indentation of 4 spaces (indentation)
(#869) Expected indentation of 4 spaces (indentation)
(#872) Expected indentation of 4 spaces (indentation)
(#875) Expected indentation of 4 spaces (indentation)
(#878) Expected indentation of 4 spaces (indentation)
(#881) Expected indentation of 4 spaces (indentation)
(#884) Expected indentation of 4 spaces (indentation)
(#886) Expected indentation of 4 spaces (indentation)
(#885) Expected indentation of 8 spaces (indentation)
(#887) Expected indentation of 4 spaces (indentation)
(#889) Expected indentation of 4 spaces (indentation)
(#888) Expected indentation of 8 spaces (indentation)
(#890) Expected indentation of 4 spaces (indentation)
(#892) Expected indentation of 4 spaces (indentation)
(#891) Expected indentation of 8 spaces (indentation)
(#893) Expected indentation of 4 spaces (indentation)
(#895) Expected indentation of 4 spaces (indentation)
(#894) Expected indentation of 8 spaces (indentation)
(#896) Expected indentation of 4 spaces (indentation)
(#898) Expected indentation of 4 spaces (indentation)
(#897) Expected indentation of 8 spaces (indentation)
(#899) Expected indentation of 4 spaces (indentation)
(#901) Expected indentation of 4 spaces (indentation)
(#900) Expected indentation of 8 spaces (indentation)
(#902) Expected indentation of 4 spaces (indentation)
(#904) Expected indentation of 4 spaces (indentation)
(#903) Expected indentation of 8 spaces (indentation)
(#905) Expected indentation of 4 spaces (indentation)
(#907) Expected indentation of 4 spaces (indentation)
(#906) Expected indentation of 8 spaces (indentation)
(#908) Expected indentation of 4 spaces (indentation)
(#910) Expected indentation of 4 spaces (indentation)
(#909) Expected indentation of 8 spaces (indentation)
(#911) Expected indentation of 4 spaces (indentation)
(#913) Expected indentation of 4 spaces (indentation)
(#912) Expected indentation of 8 spaces (indentation)
(#914) Expected indentation of 4 spaces (indentation)
(#916) Expected indentation of 4 spaces (indentation)
(#915) Expected indentation of 8 spaces (indentation)
(#917) Expected indentation of 4 spaces (indentation)
(#919) Expected indentation of 4 spaces (indentation)
(#918) Expected indentation of 8 spaces (indentation)
(#920) Expected indentation of 4 spaces (indentation)
(#922) Expected indentation of 4 spaces (indentation)
(#921) Expected indentation of 8 spaces (indentation)
(#923) Expected indentation of 4 spaces (indentation)
(#925) Expected indentation of 4 spaces (indentation)
(#924) Expected indentation of 8 spaces (indentation)
(#926) Expected indentation of 4 spaces (indentation)
(#928) Expected indentation of 4 spaces (indentation)
(#927) Expected indentation of 8 spaces (indentation)
(#929) Expected indentation of 4 spaces (indentation)
(#931) Expected indentation of 4 spaces (indentation)
(#930) Expected indentation of 8 spaces (indentation)
(#932) Expected indentation of 4 spaces (indentation)
(#934) Expected indentation of 4 spaces (indentation)
(#933) Expected indentation of 8 spaces (indentation)
(#935) Expected indentation of 4 spaces (indentation)
(#937) Expected indentation of 4 spaces (indentation)
(#936) Expected indentation of 8 spaces (indentation)
(#938) Expected indentation of 4 spaces (indentation)
(#940) Expected indentation of 4 spaces (indentation)
(#939) Expected indentation of 8 spaces (indentation)
(#941) Expected indentation of 4 spaces (indentation)
(#943) Expected indentation of 4 spaces (indentation)
(#942) Expected indentation of 8 spaces (indentation)
(#944) Expected indentation of 4 spaces (indentation)
(#946) Expected indentation of 4 spaces (indentation)
(#945) Expected indentation of 8 spaces (indentation)
(#947) Expected indentation of 4 spaces (indentation)
(#949) Expected indentation of 4 spaces (indentation)
(#948) Expected indentation of 8 spaces (indentation)
(#950) Expected indentation of 4 spaces (indentation)
(#952) Expected indentation of 4 spaces (indentation)
(#951) Expected indentation of 8 spaces (indentation)
(#953) Expected indentation of 4 spaces (indentation)
(#955) Expected indentation of 4 spaces (indentation)
(#954) Expected indentation of 8 spaces (indentation)
(#956) Expected indentation of 4 spaces (indentation)
(#958) Expected indentation of 4 spaces (indentation)
(#957) Expected indentation of 8 spaces (indentation)
(#959) Expected indentation of 4 spaces (indentation)
(#961) Expected indentation of 4 spaces (indentation)
(#960) Expected indentation of 8 spaces (indentation)
(#962) Expected indentation of 4 spaces (indentation)
(#964) Expected indentation of 4 spaces (indentation)
(#963) Expected indentation of 8 spaces (indentation)
(#965) Expected indentation of 4 spaces (indentation)
(#967) Expected indentation of 4 spaces (indentation)
(#966) Expected indentation of 8 spaces (indentation)
(#968) Expected indentation of 4 spaces (indentation)
(#970) Expected indentation of 4 spaces (indentation)
(#969) Expected indentation of 8 spaces (indentation)
(#971) Expected indentation of 4 spaces (indentation)
(#973) Expected indentation of 4 spaces (indentation)
(#972) Expected indentation of 8 spaces (indentation)
(#974) Expected indentation of 4 spaces (indentation)
(#976) Expected indentation of 4 spaces (indentation)
(#975) Expected indentation of 8 spaces (indentation)
(#977) Expected indentation of 4 spaces (indentation)
(#979) Expected indentation of 4 spaces (indentation)
(#978) Expected indentation of 8 spaces (indentation)
(#980) Expected indentation of 4 spaces (indentation)
(#982) Expected indentation of 4 spaces (indentation)
(#981) Expected indentation of 8 spaces (indentation)
(#983) Expected indentation of 4 spaces (indentation)
(#985) Expected indentation of 4 spaces (indentation)
(#984) Expected indentation of 8 spaces (indentation)
(#986) Expected indentation of 4 spaces (indentation)
(#988) Expected indentation of 4 spaces (indentation)
(#987) Expected indentation of 8 spaces (indentation)
(#989) Expected indentation of 4 spaces (indentation)
(#991) Expected indentation of 4 spaces (indentation)
(#990) Expected indentation of 8 spaces (indentation)
(#992) Expected indentation of 4 spaces (indentation)
(#994) Expected indentation of 4 spaces (indentation)
(#993) Expected indentation of 8 spaces (indentation)
(#995) Expected indentation of 4 spaces (indentation)
(#997) Expected indentation of 4 spaces (indentation)
(#996) Expected indentation of 8 spaces (indentation)
(#998) Expected indentation of 4 spaces (indentation)
(#1000) Expected indentation of 4 spaces (indentation)
(#999) Expected indentation of 8 spaces (indentation)
(#1001) Expected indentation of 4 spaces (indentation)
(#1003) Expected indentation of 4 spaces (indentation)
(#1002) Expected indentation of 8 spaces (indentation)
(#1004) Expected indentation of 4 spaces (indentation)
(#1006) Expected indentation of 4 spaces (indentation)
(#1005) Expected indentation of 8 spaces (indentation)
(#1007) Expected indentation of 4 spaces (indentation)
(#1009) Expected indentation of 4 spaces (indentation)
(#1008) Expected indentation of 8 spaces (indentation)
(#1010) Expected indentation of 4 spaces (indentation)
(#1012) Expected indentation of 4 spaces (indentation)
(#1011) Expected indentation of 8 spaces (indentation)
(#1013) Expected indentation of 4 spaces (indentation)
(#1015) Expected indentation of 4 spaces (indentation)
(#1014) Expected indentation of 8 spaces (indentation)
(#1016) Expected indentation of 4 spaces (indentation)
(#1018) Expected indentation of 4 spaces (indentation)
(#1017) Expected indentation of 8 spaces (indentation)
(#1019) Expected indentation of 4 spaces (indentation)
(#1021) Expected indentation of 4 spaces (indentation)
(#1020) Expected indentation of 8 spaces (indentation)
(#1022) Expected indentation of 4 spaces (indentation)
(#1024) Expected indentation of 4 spaces (indentation)
(#1023) Expected indentation of 8 spaces (indentation)
(#1025) Expected indentation of 4 spaces (indentation)
(#1027) Expected indentation of 4 spaces (indentation)
(#1026) Expected indentation of 8 spaces (indentation)
(#1028) Expected indentation of 4 spaces (indentation)
(#1030) Expected indentation of 4 spaces (indentation)
(#1029) Expected indentation of 8 spaces (indentation)
(#1031) Expected indentation of 4 spaces (indentation)
(#1033) Expected indentation of 4 spaces (indentation)
(#1032) Expected indentation of 8 spaces (indentation)
(#1034) Expected indentation of 4 spaces (indentation)
(#1036) Expected indentation of 4 spaces (indentation)
(#1035) Expected indentation of 8 spaces (indentation)
(#1037) Expected indentation of 4 spaces (indentation)
(#1039) Expected indentation of 4 spaces (indentation)
(#1038) Expected indentation of 8 spaces (indentation)
(#1042) Expected indentation of 4 spaces (indentation)
(#1044) Expected indentation of 4 spaces (indentation)
(#1043) Expected indentation of 8 spaces (indentation)
(#1045) Expected indentation of 4 spaces (indentation)
(#1047) Expected indentation of 4 spaces (indentation)
(#1046) Expected indentation of 8 spaces (indentation)
(#1048) Expected indentation of 4 spaces (indentation)
(#1050) Expected indentation of 4 spaces (indentation)
(#1049) Expected indentation of 8 spaces (indentation)
(#1051) Expected indentation of 4 spaces (indentation)
(#1053) Expected indentation of 4 spaces (indentation)
(#1052) Expected indentation of 8 spaces (indentation)
(#1054) Expected indentation of 4 spaces (indentation)
(#1056) Expected indentation of 4 spaces (indentation)
(#1055) Expected indentation of 8 spaces (indentation)
(#1057) Expected indentation of 4 spaces (indentation)
(#1059) Expected indentation of 4 spaces (indentation)
(#1058) Expected indentation of 8 spaces (indentation)
(#1060) Expected indentation of 4 spaces (indentation)
(#1062) Expected indentation of 4 spaces (indentation)
(#1061) Expected indentation of 8 spaces (indentation)
(#1063) Expected indentation of 4 spaces (indentation)
(#1065) Expected indentation of 4 spaces (indentation)
(#1064) Expected indentation of 8 spaces (indentation)
(#1066) Expected indentation of 4 spaces (indentation)
(#1068) Expected indentation of 4 spaces (indentation)
(#1067) Expected indentation of 8 spaces (indentation)
(#1069) Expected indentation of 4 spaces (indentation)
(#1071) Expected indentation of 4 spaces (indentation)
(#1070) Expected indentation of 8 spaces (indentation)
(#1072) Expected indentation of 4 spaces (indentation)
(#1074) Expected indentation of 4 spaces (indentation)
(#1073) Expected indentation of 8 spaces (indentation)
(#1075) Expected indentation of 4 spaces (indentation)
(#1077) Expected indentation of 4 spaces (indentation)
(#1076) Expected indentation of 8 spaces (indentation)
(#1078) Expected indentation of 4 spaces (indentation)
(#1080) Expected indentation of 4 spaces (indentation)
(#1079) Expected indentation of 8 spaces (indentation)
(#1081) Expected indentation of 4 spaces (indentation)
(#1083) Expected indentation of 4 spaces (indentation)
(#1082) Expected indentation of 8 spaces (indentation)
(#1084) Expected indentation of 4 spaces (indentation)
(#1086) Expected indentation of 4 spaces (indentation)
(#1085) Expected indentation of 8 spaces (indentation)
(#1087) Expected indentation of 4 spaces (indentation)
(#1089) Expected indentation of 4 spaces (indentation)
(#1088) Expected indentation of 8 spaces (indentation)
(#1090) Expected indentation of 4 spaces (indentation)
(#1092) Expected indentation of 4 spaces (indentation)
(#1091) Expected indentation of 8 spaces (indentation)
(#1093) Expected indentation of 4 spaces (indentation)
(#1095) Expected indentation of 4 spaces (indentation)
(#1094) Expected indentation of 8 spaces (indentation)
(#1096) Expected indentation of 4 spaces (indentation)
(#1098) Expected indentation of 4 spaces (indentation)
(#1097) Expected indentation of 8 spaces (indentation)
(#1099) Expected indentation of 4 spaces (indentation)
(#1101) Expected indentation of 4 spaces (indentation)
(#1100) Expected indentation of 8 spaces (indentation)
(#1102) Expected indentation of 4 spaces (indentation)
(#1104) Expected indentation of 4 spaces (indentation)
(#1103) Expected indentation of 8 spaces (indentation)
(#1105) Expected indentation of 4 spaces (indentation)
(#1107) Expected indentation of 4 spaces (indentation)
(#1106) Expected indentation of 8 spaces (indentation)
(#1108) Expected indentation of 4 spaces (indentation)
(#1110) Expected indentation of 4 spaces (indentation)
(#1109) Expected indentation of 8 spaces (indentation)
(#1111) Expected indentation of 4 spaces (indentation)
(#1113) Expected indentation of 4 spaces (indentation)
(#1112) Expected indentation of 8 spaces (indentation)
(#1114) Expected indentation of 4 spaces (indentation)
(#1116) Expected indentation of 4 spaces (indentation)
(#1115) Expected indentation of 8 spaces (indentation)
(#1117) Expected indentation of 4 spaces (indentation)
(#1119) Expected indentation of 4 spaces (indentation)
(#1118) Expected indentation of 8 spaces (indentation)
(#1120) Expected indentation of 4 spaces (indentation)
(#1122) Expected indentation of 4 spaces (indentation)
(#1121) Expected indentation of 8 spaces (indentation)
(#1123) Expected indentation of 4 spaces (indentation)
(#1125) Expected indentation of 4 spaces (indentation)
(#1124) Expected indentation of 8 spaces (indentation)
(#1126) Expected indentation of 4 spaces (indentation)
(#1128) Expected indentation of 4 spaces (indentation)
(#1127) Expected indentation of 8 spaces (indentation)
(#1129) Expected indentation of 4 spaces (indentation)
(#1131) Expected indentation of 4 spaces (indentation)
(#1130) Expected indentation of 8 spaces (indentation)
(#1132) Expected indentation of 4 spaces (indentation)
(#1134) Expected indentation of 4 spaces (indentation)
(#1133) Expected indentation of 8 spaces (indentation)
(#1135) Expected indentation of 4 spaces (indentation)
(#1137) Expected indentation of 4 spaces (indentation)
(#1136) Expected indentation of 8 spaces (indentation)
(#1138) Expected indentation of 4 spaces (indentation)
(#1140) Expected indentation of 4 spaces (indentation)
(#1139) Expected indentation of 8 spaces (indentation)
(#1141) Expected indentation of 4 spaces (indentation)
(#1143) Expected indentation of 4 spaces (indentation)
(#1142) Expected indentation of 8 spaces (indentation)
(#1144) Expected indentation of 4 spaces (indentation)
(#1146) Expected indentation of 4 spaces (indentation)
(#1145) Expected indentation of 8 spaces (indentation)
(#1147) Expected indentation of 4 spaces (indentation)
(#1149) Expected indentation of 4 spaces (indentation)
(#1148) Expected indentation of 8 spaces (indentation)
(#1150) Expected indentation of 4 spaces (indentation)
(#1152) Expected indentation of 4 spaces (indentation)
(#1151) Expected indentation of 8 spaces (indentation)
(#1153) Expected indentation of 4 spaces (indentation)
(#1155) Expected indentation of 4 spaces (indentation)
(#1154) Expected indentation of 8 spaces (indentation)
(#1156) Expected indentation of 4 spaces (indentation)
(#1158) Expected indentation of 4 spaces (indentation)
(#1157) Expected indentation of 8 spaces (indentation)
(#1159) Expected indentation of 4 spaces (indentation)
(#1161) Expected indentation of 4 spaces (indentation)
(#1160) Expected indentation of 8 spaces (indentation)
(#1162) Expected indentation of 4 spaces (indentation)
(#1164) Expected indentation of 4 spaces (indentation)
(#1163) Expected indentation of 8 spaces (indentation)
(#1165) Expected indentation of 4 spaces (indentation)
(#1167) Expected indentation of 4 spaces (indentation)
(#1166) Expected indentation of 8 spaces (indentation)
(#1168) Expected indentation of 4 spaces (indentation)
(#1170) Expected indentation of 4 spaces (indentation)
(#1169) Expected indentation of 8 spaces (indentation)
(#1171) Expected indentation of 4 spaces (indentation)
(#1173) Expected indentation of 4 spaces (indentation)
(#1172) Expected indentation of 8 spaces (indentation)
(#1174) Expected indentation of 4 spaces (indentation)
(#1176) Expected indentation of 4 spaces (indentation)
(#1175) Expected indentation of 8 spaces (indentation)
(#1177) Expected indentation of 4 spaces (indentation)
(#1179) Expected indentation of 4 spaces (indentation)
(#1178) Expected indentation of 8 spaces (indentation)
(#1180) Expected indentation of 4 spaces (indentation)
(#1182) Expected indentation of 4 spaces (indentation)
(#1181) Expected indentation of 8 spaces (indentation)
(#1183) Expected indentation of 4 spaces (indentation)
(#1185) Expected indentation of 4 spaces (indentation)
(#1184) Expected indentation of 8 spaces (indentation)
(#1186) Expected indentation of 4 spaces (indentation)
(#1188) Expected indentation of 4 spaces (indentation)
(#1187) Expected indentation of 8 spaces (indentation)
(#1189) Expected indentation of 4 spaces (indentation)
(#1191) Expected indentation of 4 spaces (indentation)
(#1190) Expected indentation of 8 spaces (indentation)
(#1192) Expected indentation of 4 spaces (indentation)
(#1194) Expected indentation of 4 spaces (indentation)
(#1193) Expected indentation of 8 spaces (indentation)
(#1195) Expected indentation of 4 spaces (indentation)
(#1197) Expected indentation of 4 spaces (indentation)
(#1196) Expected indentation of 8 spaces (indentation)
(#1200) Expected indentation of 4 spaces (indentation)
(#1202) Expected indentation of 4 spaces (indentation)
(#1201) Expected indentation of 8 spaces (indentation)
(#1203) Expected indentation of 4 spaces (indentation)
(#1205) Expected indentation of 4 spaces (indentation)
(#1204) Expected indentation of 8 spaces (indentation)
(#1206) Expected indentation of 4 spaces (indentation)
(#1208) Expected indentation of 4 spaces (indentation)
(#1207) Expected indentation of 8 spaces (indentation)
(#1209) Expected indentation of 4 spaces (indentation)
(#1211) Expected indentation of 4 spaces (indentation)
(#1210) Expected indentation of 8 spaces (indentation)
(#1212) Expected indentation of 4 spaces (indentation)
(#1214) Expected indentation of 4 spaces (indentation)
(#1213) Expected indentation of 8 spaces (indentation)
(#1215) Expected indentation of 4 spaces (indentation)
(#1217) Expected indentation of 4 spaces (indentation)
(#1216) Expected indentation of 8 spaces (indentation)
(#1218) Expected indentation of 4 spaces (indentation)
(#1220) Expected indentation of 4 spaces (indentation)
(#1219) Expected indentation of 8 spaces (indentation)
(#1221) Expected indentation of 4 spaces (indentation)
(#1223) Expected indentation of 4 spaces (indentation)
(#1222) Expected indentation of 8 spaces (indentation)
(#1224) Expected indentation of 4 spaces (indentation)
(#1226) Expected indentation of 4 spaces (indentation)
(#1225) Expected indentation of 8 spaces (indentation)
(#1227) Expected indentation of 4 spaces (indentation)
(#1229) Expected indentation of 4 spaces (indentation)
(#1228) Expected indentation of 8 spaces (indentation)
(#1230) Expected indentation of 4 spaces (indentation)
(#1232) Expected indentation of 4 spaces (indentation)
(#1231) Expected indentation of 8 spaces (indentation)
(#1233) Expected indentation of 4 spaces (indentation)
(#1235) Expected indentation of 4 spaces (indentation)
(#1234) Expected indentation of 8 spaces (indentation)
(#1236) Expected indentation of 4 spaces (indentation)
(#1238) Expected indentation of 4 spaces (indentation)
(#1237) Expected indentation of 8 spaces (indentation)
(#1239) Expected indentation of 4 spaces (indentation)
(#1241) Expected indentation of 4 spaces (indentation)
(#1240) Expected indentation of 8 spaces (indentation)
(#1242) Expected indentation of 4 spaces (indentation)
(#1244) Expected indentation of 4 spaces (indentation)
(#1243) Expected indentation of 8 spaces (indentation)
(#1245) Expected indentation of 4 spaces (indentation)
(#1247) Expected indentation of 4 spaces (indentation)
(#1246) Expected indentation of 8 spaces (indentation)
(#1248) Expected indentation of 4 spaces (indentation)
(#1250) Expected indentation of 4 spaces (indentation)
(#1249) Expected indentation of 8 spaces (indentation)
(#1251) Expected indentation of 4 spaces (indentation)
(#1253) Expected indentation of 4 spaces (indentation)
(#1252) Expected indentation of 8 spaces (indentation)
(#1254) Expected indentation of 4 spaces (indentation)
(#1256) Expected indentation of 4 spaces (indentation)
(#1255) Expected indentation of 8 spaces (indentation)
(#1257) Expected indentation of 4 spaces (indentation)
(#1259) Expected indentation of 4 spaces (indentation)
(#1258) Expected indentation of 8 spaces (indentation)
(#1260) Expected indentation of 4 spaces (indentation)
(#1262) Expected indentation of 4 spaces (indentation)
(#1261) Expected indentation of 8 spaces (indentation)
(#1263) Expected indentation of 4 spaces (indentation)
(#1265) Expected indentation of 4 spaces (indentation)
(#1264) Expected indentation of 8 spaces (indentation)
(#1266) Expected indentation of 4 spaces (indentation)
(#1268) Expected indentation of 4 spaces (indentation)
(#1267) Expected indentation of 8 spaces (indentation)
(#1269) Expected indentation of 4 spaces (indentation)
(#1271) Expected indentation of 4 spaces (indentation)
(#1270) Expected indentation of 8 spaces (indentation)
(#1272) Expected indentation of 4 spaces (indentation)
(#1274) Expected indentation of 4 spaces (indentation)
(#1273) Expected indentation of 8 spaces (indentation)
(#1275) Expected indentation of 4 spaces (indentation)
(#1277) Expected indentation of 4 spaces (indentation)
(#1276) Expected indentation of 8 spaces (indentation)
(#1278) Expected indentation of 4 spaces (indentation)
(#1280) Expected indentation of 4 spaces (indentation)
(#1279) Expected indentation of 8 spaces (indentation)
(#1281) Expected indentation of 4 spaces (indentation)
(#1283) Expected indentation of 4 spaces (indentation)
(#1282) Expected indentation of 8 spaces (indentation)
(#1284) Expected indentation of 4 spaces (indentation)
(#1286) Expected indentation of 4 spaces (indentation)
(#1285) Expected indentation of 8 spaces (indentation)
(#1287) Expected indentation of 4 spaces (indentation)
(#1289) Expected indentation of 4 spaces (indentation)
(#1288) Expected indentation of 8 spaces (indentation)
(#1290) Expected indentation of 4 spaces (indentation)
(#1292) Expected indentation of 4 spaces (indentation)
(#1291) Expected indentation of 8 spaces (indentation)
(#1293) Expected indentation of 4 spaces (indentation)
(#1295) Expected indentation of 4 spaces (indentation)
(#1294) Expected indentation of 8 spaces (indentation)
(#1296) Expected indentation of 4 spaces (indentation)
(#1298) Expected indentation of 4 spaces (indentation)
(#1297) Expected indentation of 8 spaces (indentation)
(#1299) Expected indentation of 4 spaces (indentation)
(#1301) Expected indentation of 4 spaces (indentation)
(#1300) Expected indentation of 8 spaces (indentation)
(#1302) Expected indentation of 4 spaces (indentation)
(#1304) Expected indentation of 4 spaces (indentation)
(#1303) Expected indentation of 8 spaces (indentation)
(#1305) Expected indentation of 4 spaces (indentation)
(#1307) Expected indentation of 4 spaces (indentation)
(#1306) Expected indentation of 8 spaces (indentation)
(#1308) Expected indentation of 4 spaces (indentation)
(#1310) Expected indentation of 4 spaces (indentation)
(#1309) Expected indentation of 8 spaces (indentation)
(#1311) Expected indentation of 4 spaces (indentation)
(#1313) Expected indentation of 4 spaces (indentation)
(#1312) Expected indentation of 8 spaces (indentation)
(#1314) Expected indentation of 4 spaces (indentation)
(#1316) Expected indentation of 4 spaces (indentation)
(#1315) Expected indentation of 8 spaces (indentation)
(#1317) Expected indentation of 4 spaces (indentation)
(#1319) Expected indentation of 4 spaces (indentation)
(#1318) Expected indentation of 8 spaces (indentation)
(#1320) Expected indentation of 4 spaces (indentation)
(#1322) Expected indentation of 4 spaces (indentation)
(#1321) Expected indentation of 8 spaces (indentation)
(#1323) Expected indentation of 4 spaces (indentation)
(#1325) Expected indentation of 4 spaces (indentation)
(#1324) Expected indentation of 8 spaces (indentation)
(#1326) Expected indentation of 4 spaces (indentation)
(#1328) Expected indentation of 4 spaces (indentation)
(#1327) Expected indentation of 8 spaces (indentation)
(#1329) Expected indentation of 4 spaces (indentation)
(#1331) Expected indentation of 4 spaces (indentation)
(#1330) Expected indentation of 8 spaces (indentation)
(#1332) Expected indentation of 4 spaces (indentation)
(#1334) Expected indentation of 4 spaces (indentation)
(#1333) Expected indentation of 8 spaces (indentation)
(#1335) Expected indentation of 4 spaces (indentation)
(#1337) Expected indentation of 4 spaces (indentation)
(#1336) Expected indentation of 8 spaces (indentation)
(#1338) Expected indentation of 4 spaces (indentation)
(#1340) Expected indentation of 4 spaces (indentation)
(#1339) Expected indentation of 8 spaces (indentation)
(#1341) Expected indentation of 4 spaces (indentation)
(#1343) Expected indentation of 4 spaces (indentation)
(#1342) Expected indentation of 8 spaces (indentation)
(#1344) Expected indentation of 4 spaces (indentation)
(#1346) Expected indentation of 4 spaces (indentation)
(#1345) Expected indentation of 8 spaces (indentation)
(#1347) Expected indentation of 4 spaces (indentation)
(#1349) Expected indentation of 4 spaces (indentation)
(#1348) Expected indentation of 8 spaces (indentation)
(#1350) Expected indentation of 4 spaces (indentation)
(#1352) Expected indentation of 4 spaces (indentation)
(#1351) Expected indentation of 8 spaces (indentation)
(#1353) Expected indentation of 4 spaces (indentation)
(#1355) Expected indentation of 4 spaces (indentation)
(#1354) Expected indentation of 8 spaces (indentation)
(#1358) Expected indentation of 4 spaces (indentation)
(#1361) Expected indentation of 4 spaces (indentation)
(#1362) Expected indentation of 4 spaces (indentation)
(#1363) Expected indentation of 4 spaces (indentation)
(#1364) Expected indentation of 4 spaces (indentation)
(#1367) Expected indentation of 4 spaces (indentation)
(#1370) Expected indentation of 4 spaces (indentation)
(#1371) Expected indentation of 4 spaces (indentation)
(#1372) Expected indentation of 4 spaces (indentation)
(#1380) Expected indentation of 4 spaces (indentation)
(#1381) Expected indentation of 4 spaces (indentation)
(#1382) Expected indentation of 4 spaces (indentation)
(#1383) Expected indentation of 4 spaces (indentation)
(#1386) Expected indentation of 4 spaces (indentation)
(#1387) Expected indentation of 4 spaces (indentation)
(#1395) Expected indentation of 4 spaces (indentation)
(#1398) Expected indentation of 4 spaces (indentation)
(#1401) Expected indentation of 4 spaces (indentation)
(#1409) Expected indentation of 4 spaces (indentation)
(#1412) Expected indentation of 4 spaces (indentation)
(#1420) Expected indentation of 4 spaces (indentation)
(#1424) Expected indentation of 4 spaces (indentation)
(#1427) Expected indentation of 4 spaces (indentation)
(#1430) Expected indentation of 4 spaces (indentation)
(#1433) Expected indentation of 4 spaces (indentation)
(#1434) Expected indentation of 4 spaces (indentation)
(#1435) Expected indentation of 4 spaces (indentation)
(#1439) Expected indentation of 4 spaces (indentation)
(#1440) Expected indentation of 4 spaces (indentation)
(#1441) Expected indentation of 4 spaces (indentation)
(#1455) Expected indentation of 4 spaces (indentation)
(#1462) Expected indentation of 4 spaces (indentation)
(#1476) Expected indentation of 4 spaces (indentation)
(#1483) Expected indentation of 4 spaces (indentation)
(#1497) Expected indentation of 4 spaces (indentation)
(#1504) Expected indentation of 4 spaces (indentation)
(#1518) Expected indentation of 4 spaces (indentation)
(#1525) Expected indentation of 4 spaces (indentation)
(#1539) Expected indentation of 4 spaces (indentation)
(#1546) Expected indentation of 4 spaces (indentation)
(#1549) Expected indentation of 4 spaces (indentation)
(#1550) Expected indentation of 4 spaces (indentation)
(#1553) Expected indentation of 4 spaces (indentation)
(#1559) Expected indentation of 4 spaces (indentation)
(#1554) Expected indentation of 8 spaces (indentation)
(#1555) Expected indentation of 8 spaces (indentation)
(#1556) Expected indentation of 8 spaces (indentation)
(#1557) Expected indentation of 8 spaces (indentation)
(#1558) Expected indentation of 8 spaces (indentation)
(#1560) Expected indentation of 4 spaces (indentation)
(#1562) Expected indentation of 4 spaces (indentation)
(#1561) Expected indentation of 8 spaces (indentation)
(#1563) Expected indentation of 4 spaces (indentation)
(#1570) Expected indentation of 4 spaces (indentation)
(#1564) Expected indentation of 4 spaces (indentation)
(#1565) Expected indentation of 4 spaces (indentation)
(#1566) Expected indentation of 4 spaces (indentation)
(#1567) Expected indentation of 4 spaces (indentation)
(#1568) Expected indentation of 4 spaces (indentation)
(#1569) Expected indentation of 8 spaces (indentation)
(#1571) Expected indentation of 4 spaces (indentation)
(#1573) Expected indentation of 4 spaces (indentation)
(#1572) Expected indentation of 8 spaces (indentation)
(#1574) Expected indentation of 4 spaces (indentation)
(#1581) Expected indentation of 4 spaces (indentation)
(#1575) Expected indentation of 4 spaces (indentation)
(#1576) Expected indentation of 4 spaces (indentation)
(#1577) Expected indentation of 4 spaces (indentation)
(#1578) Expected indentation of 4 spaces (indentation)
(#1579) Expected indentation of 4 spaces (indentation)
(#1580) Expected indentation of 8 spaces (indentation)
(#1582) Expected indentation of 4 spaces (indentation)
(#1589) Expected indentation of 4 spaces (indentation)
(#1583) Expected indentation of 4 spaces (indentation)
(#1584) Expected indentation of 4 spaces (indentation)
(#1585) Expected indentation of 4 spaces (indentation)
(#1586) Expected indentation of 4 spaces (indentation)
(#1587) Expected indentation of 4 spaces (indentation)
(#1588) Expected indentation of 8 spaces (indentation)
(#1590) Expected indentation of 4 spaces (indentation)
(#1595) Expected indentation of 4 spaces (indentation)
(#1591) Expected indentation of 4 spaces (indentation)
(#1592) Expected indentation of 4 spaces (indentation)
(#1593) Expected indentation of 4 spaces (indentation)
(#1594) Expected indentation of 8 spaces (indentation)
(#1598) Expected indentation of 4 spaces (indentation)
(#1599) Expected indentation of 4 spaces (indentation)
(#1600) Expected indentation of 4 spaces (indentation)
(#1601) Expected indentation of 4 spaces (indentation)
(#1602) Expected indentation of 4 spaces (indentation)
(#1603) Expected indentation of 4 spaces (indentation)
(#1604) Expected indentation of 4 spaces (indentation)
(#1605) Expected indentation of 4 spaces (indentation)
(#1608) Expected indentation of 4 spaces (indentation)
(#1609) Expected indentation of 4 spaces (indentation)
(#1612) Expected indentation of 4 spaces (indentation)
(#1613) Expected indentation of 4 spaces (indentation)
(#1616) Expected indentation of 4 spaces (indentation)
(#1617) Expected indentation of 4 spaces (indentation)
(#1620) Expected indentation of 4 spaces (indentation)
(#1621) Expected indentation of 4 spaces (indentation)
(#1622) Expected indentation of 4 spaces (indentation)
(#1623) Expected indentation of 4 spaces (indentation)
(#1624) Expected indentation of 4 spaces (indentation)
(#1625) Expected indentation of 4 spaces (indentation)
(#1626) Expected indentation of 4 spaces (indentation)
(#1627) Expected indentation of 4 spaces (indentation)
(#1628) Expected indentation of 4 spaces (indentation)
(#1629) Expected indentation of 4 spaces (indentation)
(#1630) Expected indentation of 4 spaces (indentation)
(#1631) Expected indentation of 4 spaces (indentation)
(#1632) Expected indentation of 4 spaces (indentation)
(#1633) Expected indentation of 4 spaces (indentation)
(#1634) Expected indentation of 4 spaces (indentation)
(#1635) Expected indentation of 4 spaces (indentation)
(#1636) Expected indentation of 4 spaces (indentation)
(#1637) Expected indentation of 4 spaces (indentation)
(#1645) Expected indentation of 4 spaces (indentation)
(#1646) Expected indentation of 4 spaces (indentation)
(#1651) Expected indentation of 4 spaces (indentation)
(#1652) Expected indentation of 4 spaces (indentation)
(#1656) Expected indentation of 4 spaces (indentation)
(#1657) Expected indentation of 4 spaces (indentation)
(#1658) Expected indentation of 4 spaces (indentation)
(#1659) Expected indentation of 4 spaces (indentation)
(#1664) Expected indentation of 4 spaces (indentation)
(#1665) Expected indentation of 4 spaces (indentation)
(#1666) Expected indentation of 4 spaces (indentation)
(#1667) Expected indentation of 4 spaces (indentation)
(#1668) Expected indentation of 4 spaces (indentation)
(#1672) Expected indentation of 4 spaces (indentation)
(#1675) Expected indentation of 4 spaces (indentation)
(#1676) Expected indentation of 4 spaces (indentation)
(#1677) Expected indentation of 4 spaces (indentation)
(#1681) Expected indentation of 4 spaces (indentation)
(#1682) Expected indentation of 4 spaces (indentation)
(#1683) Expected indentation of 4 spaces (indentation)
(#1686) Expected indentation of 4 spaces (indentation)
(#1687) Expected indentation of 4 spaces (indentation)
(#1688) Expected indentation of 4 spaces (indentation)
(#1693) Expected indentation of 4 spaces (indentation)
(#1694) Expected indentation of 4 spaces (indentation)
(#1695) Expected indentation of 4 spaces (indentation)
(#1706) Expected indentation of 4 spaces (indentation)
(#1707) Expected indentation of 4 spaces (indentation)
(#1708) Expected indentation of 4 spaces (indentation)
(#1713) Expected indentation of 4 spaces (indentation)
(#1724) Expected indentation of 4 spaces (indentation)
(#1725) Expected indentation of 4 spaces (indentation)
(#1728) Expected indentation of 4 spaces (indentation)
(#1729) Expected indentation of 4 spaces (indentation)
(#1732) Expected indentation of 4 spaces (indentation)
(#1733) Expected indentation of 4 spaces (indentation)
(#1734) Expected indentation of 4 spaces (indentation)
(#1738) Expected indentation of 4 spaces (indentation)
(#1739) Expected indentation of 4 spaces (indentation)
(#1740) Expected indentation of 4 spaces (indentation)
(#1743) Expected indentation of 4 spaces (indentation)
(#1744) Expected indentation of 4 spaces (indentation)
(#1745) Expected indentation of 4 spaces (indentation)
(#1750) Expected indentation of 4 spaces (indentation)
(#1751) Expected indentation of 4 spaces (indentation)
(#1752) Expected indentation of 4 spaces (indentation)
(#1763) Expected indentation of 4 spaces (indentation)
(#1764) Expected indentation of 4 spaces (indentation)
(#1765) Expected indentation of 4 spaces (indentation)
(#1770) Expected indentation of 4 spaces (indentation)
(#1781) Expected indentation of 4 spaces (indentation)
(#1782) Expected indentation of 4 spaces (indentation)
(#1785) Expected indentation of 4 spaces (indentation)
(#1786) Expected indentation of 4 spaces (indentation)
(#1789) Expected indentation of 4 spaces (indentation)
(#1790) Expected indentation of 4 spaces (indentation)
(#1791) Expected indentation of 4 spaces (indentation)
(#1795) Expected indentation of 4 spaces (indentation)
(#1796) Expected indentation of 4 spaces (indentation)
(#1797) Expected indentation of 4 spaces (indentation)
(#1800) Expected indentation of 4 spaces (indentation)
(#1801) Expected indentation of 4 spaces (indentation)
(#1802) Expected indentation of 4 spaces (indentation)
(#1807) Expected indentation of 4 spaces (indentation)
(#1808) Expected indentation of 4 spaces (indentation)
(#1809) Expected indentation of 4 spaces (indentation)
(#1820) Expected indentation of 4 spaces (indentation)
(#1821) Expected indentation of 4 spaces (indentation)
(#1822) Expected indentation of 4 spaces (indentation)
(#1827) Expected indentation of 4 spaces (indentation)
(#1838) Expected indentation of 4 spaces (indentation)
(#1839) Expected indentation of 4 spaces (indentation)
(#1842) Expected indentation of 4 spaces (indentation)
(#1843) Expected indentation of 4 spaces (indentation)
(#1846) Expected indentation of 4 spaces (indentation)
(#1847) Expected indentation of 4 spaces (indentation)
(#1848) Expected indentation of 4 spaces (indentation)
(#1852) Expected indentation of 4 spaces (indentation)
(#1853) Expected indentation of 4 spaces (indentation)
(#1854) Expected indentation of 4 spaces (indentation)
(#1857) Expected indentation of 4 spaces (indentation)
(#1858) Expected indentation of 4 spaces (indentation)
(#1859) Expected indentation of 4 spaces (indentation)
(#1864) Expected indentation of 4 spaces (indentation)
(#1865) Expected indentation of 4 spaces (indentation)
(#1866) Expected indentation of 4 spaces (indentation)
(#1877) Expected indentation of 4 spaces (indentation)
(#1878) Expected indentation of 4 spaces (indentation)
(#1879) Expected indentation of 4 spaces (indentation)
(#1884) Expected indentation of 4 spaces (indentation)
(#1895) Expected indentation of 4 spaces (indentation)
(#1896) Expected indentation of 4 spaces (indentation)
(#1899) Expected indentation of 4 spaces (indentation)
(#1900) Expected indentation of 4 spaces (indentation)
(#1903) Expected indentation of 4 spaces (indentation)
(#1904) Expected indentation of 4 spaces (indentation)
(#1905) Expected indentation of 4 spaces (indentation)
(#1909) Expected indentation of 4 spaces (indentation)
(#1910) Expected indentation of 4 spaces (indentation)
(#1911) Expected indentation of 4 spaces (indentation)
(#1914) Expected indentation of 4 spaces (indentation)
(#1915) Expected indentation of 4 spaces (indentation)
(#1916) Expected indentation of 4 spaces (indentation)
(#1921) Expected indentation of 4 spaces (indentation)
(#1922) Expected indentation of 4 spaces (indentation)
(#1923) Expected indentation of 4 spaces (indentation)
(#1934) Expected indentation of 4 spaces (indentation)
(#1935) Expected indentation of 4 spaces (indentation)
(#1936) Expected indentation of 4 spaces (indentation)
(#1941) Expected indentation of 4 spaces (indentation)
(#1952) Expected indentation of 4 spaces (indentation)
(#1953) Expected indentation of 4 spaces (indentation)
(#1956) Expected indentation of 4 spaces (indentation)
(#1957) Expected indentation of 4 spaces (indentation)
(#1960) Expected indentation of 4 spaces (indentation)
(#1961) Expected indentation of 4 spaces (indentation)
(#1962) Expected indentation of 4 spaces (indentation)
(#1966) Expected indentation of 4 spaces (indentation)
(#1967) Expected indentation of 4 spaces (indentation)
(#1968) Expected indentation of 4 spaces (indentation)
(#1971) Expected indentation of 4 spaces (indentation)
(#1972) Expected indentation of 4 spaces (indentation)
(#1973) Expected indentation of 4 spaces (indentation)
(#1978) Expected indentation of 4 spaces (indentation)
(#1979) Expected indentation of 4 spaces (indentation)
(#1980) Expected indentation of 4 spaces (indentation)
(#1991) Expected indentation of 4 spaces (indentation)
(#1992) Expected indentation of 4 spaces (indentation)
(#1993) Expected indentation of 4 spaces (indentation)
(#1998) Expected indentation of 4 spaces (indentation)
(#2009) Expected indentation of 4 spaces (indentation)
(#2010) Expected indentation of 4 spaces (indentation)
(#2013) Expected indentation of 4 spaces (indentation)
(#2014) Expected indentation of 4 spaces (indentation)
(#2017) Expected indentation of 4 spaces (indentation)
(#2018) Expected indentation of 4 spaces (indentation)
(#2019) Expected indentation of 4 spaces (indentation)
(#2026) Expected indentation of 4 spaces (indentation)
(#2027) Expected indentation of 4 spaces (indentation)
(#2028) Expected indentation of 4 spaces (indentation)
(#2034) Expected indentation of 4 spaces (indentation)
(#2038) Expected indentation of 4 spaces (indentation)
(#2039) Expected indentation of 4 spaces (indentation)
(#2040) Expected indentation of 4 spaces (indentation)
(#2046) Expected indentation of 4 spaces (indentation)
(#2047) Expected indentation of 4 spaces (indentation)
(#2050) Expected indentation of 4 spaces (indentation)
(#2051) Expected indentation of 4 spaces (indentation)
(#2052) Expected indentation of 4 spaces (indentation)
(#2053) Expected indentation of 4 spaces (indentation)
(#2056) Expected indentation of 4 spaces (indentation)
(#2057) Expected indentation of 4 spaces (indentation)
(#2058) Expected indentation of 4 spaces (indentation)
(#2059) Expected indentation of 4 spaces (indentation)
(#2062) Expected indentation of 4 spaces (indentation)
(#2063) Expected indentation of 4 spaces (indentation)
(#2064) Expected indentation of 4 spaces (indentation)
(#2065) Expected indentation of 4 spaces (indentation)
(#2068) Expected indentation of 4 spaces (indentation)
(#2069) Expected indentation of 4 spaces (indentation)
(#2072) Expected indentation of 4 spaces (indentation)
(#2077) Expected indentation of 4 spaces (indentation)
(#2080) Expected indentation of 4 spaces (indentation)
(#2081) Expected indentation of 4 spaces (indentation)
(#2082) Expected indentation of 4 spaces (indentation)
(#2083) Expected indentation of 4 spaces (indentation)
(#2086) Expected indentation of 4 spaces (indentation)
(#2087) Expected indentation of 4 spaces (indentation)
(#2090) Expected indentation of 4 spaces (indentation)
(#2094) Expected indentation of 4 spaces (indentation)
(#2097) Expected indentation of 4 spaces (indentation)
(#2101) Expected indentation of 4 spaces (indentation)
(#2105) Expected indentation of 4 spaces (indentation)
(#2106) Expected indentation of 4 spaces (indentation)
(#2107) Expected indentation of 4 spaces (indentation)
(#2108) Expected indentation of 4 spaces (indentation)
(#2111) Expected indentation of 4 spaces (indentation)
(#2112) Expected indentation of 4 spaces (indentation)
(#2113) Expected indentation of 4 spaces (indentation)
(#2116) Expected indentation of 4 spaces (indentation)
(#2119) Expected indentation of 4 spaces (indentation)
(#2122) Expected indentation of 4 spaces (indentation)
(#2123) Expected indentation of 4 spaces (indentation)
(#2124) Expected indentation of 4 spaces (indentation)
(#2127) Expected indentation of 4 spaces (indentation)
(#2130) Expected indentation of 4 spaces (indentation)
(#2133) Expected indentation of 4 spaces (indentation)
(#2134) Expected indentation of 4 spaces (indentation)
(#2135) Expected indentation of 4 spaces (indentation)
(#2138) Expected indentation of 4 spaces (indentation)
(#2141) Expected indentation of 4 spaces (indentation)
(#2144) Expected indentation of 4 spaces (indentation)
(#2145) Expected indentation of 4 spaces (indentation)
(#2146) Expected indentation of 4 spaces (indentation)
(#2149) Expected indentation of 4 spaces (indentation)
(#2152) Expected indentation of 4 spaces (indentation)
(#2155) Expected indentation of 4 spaces (indentation)
(#2156) Expected indentation of 4 spaces (indentation)
(#2157) Expected indentation of 4 spaces (indentation)
(#2158) Expected indentation of 4 spaces (indentation)
(#2159) Expected indentation of 4 spaces (indentation)
(#2160) Expected indentation of 4 spaces (indentation)
(#2161) Expected indentation of 4 spaces (indentation)
(#2162) Expected indentation of 4 spaces (indentation)
(#2163) Expected indentation of 4 spaces (indentation)
(#2164) Expected indentation of 4 spaces (indentation)
(#2168) Expected indentation of 4 spaces (indentation)
(#2169) Expected indentation of 4 spaces (indentation)
(#2174) Expected indentation of 4 spaces (indentation)
(#2177) Expected indentation of 4 spaces (indentation)
(#2178) Expected indentation of 4 spaces (indentation)
(#2206) Expected indentation of 4 spaces (indentation)
(#2207) Expected indentation of 4 spaces (indentation)
(#2222) Expected indentation of 4 spaces (indentation)
(#2225) Expected indentation of 4 spaces (indentation)
(#2226) Expected indentation of 4 spaces (indentation)
(#2227) Expected indentation of 4 spaces (indentation)
(#2230) Expected indentation of 4 spaces (indentation)
(#2233) Expected indentation of 4 spaces (indentation)
(#2236) Expected indentation of 4 spaces (indentation)
(#2239) Expected indentation of 4 spaces (indentation)
(#2242) Expected indentation of 4 spaces (indentation)
(#2245) Expected indentation of 4 spaces (indentation)
(#2246) Expected indentation of 4 spaces (indentation)
(#2247) Expected indentation of 4 spaces (indentation)
(#2248) Expected indentation of 4 spaces (indentation)
(#2249) Expected indentation of 4 spaces (indentation)
(#2252) Expected indentation of 4 spaces (indentation)
(#2255) Expected indentation of 4 spaces (indentation)
(#2258) Expected indentation of 4 spaces (indentation)
(#2264) Expected indentation of 4 spaces (indentation)
(#2278) Expected indentation of 4 spaces (indentation)
(#2281) Expected indentation of 4 spaces (indentation)
(#2283) Expected indentation of 4 spaces (indentation)
(#2282) Expected indentation of 8 spaces (indentation)
(#2284) Expected indentation of 4 spaces (indentation)
(#2286) Expected indentation of 4 spaces (indentation)
(#2285) Expected indentation of 8 spaces (indentation)
(#2287) Expected indentation of 4 spaces (indentation)
(#2289) Expected indentation of 4 spaces (indentation)
(#2288) Expected indentation of 8 spaces (indentation)
(#2290) Expected indentation of 4 spaces (indentation)
(#2293) Expected indentation of 4 spaces (indentation)
(#2291) Expected indentation of 4 spaces (indentation)
(#2292) Expected indentation of 8 spaces (indentation)
(#2296) Expected indentation of 4 spaces (indentation)
(#2298) Expected indentation of 4 spaces (indentation)
(#2297) Expected indentation of 8 spaces (indentation)
(#2301) Expected indentation of 4 spaces (indentation)
(#2303) Expected indentation of 4 spaces (indentation)
(#2302) Expected indentation of 8 spaces (indentation)
(#2306) Expected indentation of 4 spaces (indentation)
(#2308) Expected indentation of 4 spaces (indentation)
(#2307) Expected indentation of 8 spaces (indentation)
(#2311) Expected indentation of 4 spaces (indentation)
(#2313) Expected indentation of 4 spaces (indentation)
(#2312) Expected indentation of 8 spaces (indentation)
(#2314) Expected indentation of 4 spaces (indentation)
(#2316) Expected indentation of 4 spaces (indentation)
(#2315) Expected indentation of 8 spaces (indentation)
(#2317) Expected indentation of 4 spaces (indentation)
(#2319) Expected indentation of 4 spaces (indentation)
(#2318) Expected indentation of 8 spaces (indentation)
(#2320) Expected indentation of 4 spaces (indentation)
(#2323) Expected indentation of 4 spaces (indentation)
(#2321) Expected indentation of 4 spaces (indentation)
(#2322) Expected indentation of 8 spaces (indentation)
(#2326) Expected indentation of 4 spaces (indentation)
(#2328) Expected indentation of 4 spaces (indentation)
(#2327) Expected indentation of 8 spaces (indentation)
(#2331) Expected indentation of 4 spaces (indentation)
(#2333) Expected indentation of 4 spaces (indentation)
(#2332) Expected indentation of 8 spaces (indentation)
(#2336) Expected indentation of 4 spaces (indentation)
(#2338) Expected indentation of 4 spaces (indentation)
(#2337) Expected indentation of 8 spaces (indentation)
(#2341) Expected indentation of 4 spaces (indentation)
(#2343) Expected indentation of 4 spaces (indentation)
(#2342) Expected indentation of 8 spaces (indentation)
(#2344) Expected indentation of 4 spaces (indentation)
(#2346) Expected indentation of 4 spaces (indentation)
(#2345) Expected indentation of 8 spaces (indentation)
(#2347) Expected indentation of 4 spaces (indentation)
(#2349) Expected indentation of 4 spaces (indentation)
(#2348) Expected indentation of 8 spaces (indentation)
(#2350) Expected indentation of 4 spaces (indentation)
(#2353) Expected indentation of 4 spaces (indentation)
(#2351) Expected indentation of 4 spaces (indentation)
(#2352) Expected indentation of 8 spaces (indentation)
(#2356) Expected indentation of 4 spaces (indentation)
(#2358) Expected indentation of 4 spaces (indentation)
(#2357) Expected indentation of 8 spaces (indentation)
(#2361) Expected indentation of 4 spaces (indentation)
(#2363) Expected indentation of 4 spaces (indentation)
(#2362) Expected indentation of 8 spaces (indentation)
(#2366) Expected indentation of 4 spaces (indentation)
(#2368) Expected indentation of 4 spaces (indentation)
(#2367) Expected indentation of 8 spaces (indentation)
(#2371) Expected indentation of 4 spaces (indentation)
(#2373) Expected indentation of 4 spaces (indentation)
(#2372) Expected indentation of 8 spaces (indentation)
(#2374) Expected indentation of 4 spaces (indentation)
(#2376) Expected indentation of 4 spaces (indentation)
(#2375) Expected indentation of 8 spaces (indentation)
(#2377) Expected indentation of 4 spaces (indentation)
(#2379) Expected indentation of 4 spaces (indentation)
(#2378) Expected indentation of 8 spaces (indentation)
(#2380) Expected indentation of 4 spaces (indentation)
(#2383) Expected indentation of 4 spaces (indentation)
(#2381) Expected indentation of 4 spaces (indentation)
(#2382) Expected indentation of 8 spaces (indentation)
(#2386) Expected indentation of 4 spaces (indentation)
(#2388) Expected indentation of 4 spaces (indentation)
(#2387) Expected indentation of 8 spaces (indentation)
(#2391) Expected indentation of 4 spaces (indentation)
(#2393) Expected indentation of 4 spaces (indentation)
(#2392) Expected indentation of 8 spaces (indentation)
(#2396) Expected indentation of 4 spaces (indentation)
(#2398) Expected indentation of 4 spaces (indentation)
(#2397) Expected indentation of 8 spaces (indentation)
(#2401) Expected indentation of 4 spaces (indentation)
(#2403) Expected indentation of 4 spaces (indentation)
(#2402) Expected indentation of 8 spaces (indentation)
(#2406) Expected indentation of 4 spaces (indentation)
(#2408) Expected indentation of 4 spaces (indentation)
(#2407) Expected indentation of 8 spaces (indentation)
(#2411) Expected indentation of 4 spaces (indentation)
(#2413) Expected indentation of 4 spaces (indentation)
(#2412) Expected indentation of 8 spaces (indentation)
(#2416) Expected indentation of 4 spaces (indentation)
(#2418) Expected indentation of 4 spaces (indentation)
(#2417) Expected indentation of 8 spaces (indentation)
(#2421) Expected indentation of 4 spaces (indentation)
(#2424) Expected indentation of 4 spaces (indentation)
(#2426) Expected indentation of 4 spaces (indentation)
(#2425) Expected indentation of 8 spaces (indentation)
(#2427) Expected indentation of 4 spaces (indentation)
(#2429) Expected indentation of 4 spaces (indentation)
(#2428) Expected indentation of 8 spaces (indentation)
(#2430) Expected indentation of 4 spaces (indentation)
(#2432) Expected indentation of 4 spaces (indentation)
(#2431) Expected indentation of 8 spaces (indentation)
(#2433) Expected indentation of 4 spaces (indentation)
(#2436) Expected indentation of 4 spaces (indentation)
(#2434) Expected indentation of 4 spaces (indentation)
(#2435) Expected indentation of 8 spaces (indentation)
(#2439) Expected indentation of 4 spaces (indentation)
(#2442) Expected indentation of 4 spaces (indentation)
(#2444) Expected indentation of 4 spaces (indentation)
(#2443) Expected indentation of 8 spaces (indentation)
(#2447) Expected indentation of 4 spaces (indentation)
(#2450) Expected indentation of 4 spaces (indentation)
(#2452) Expected indentation of 4 spaces (indentation)
(#2451) Expected indentation of 8 spaces (indentation)
(#2455) Expected indentation of 4 spaces (indentation)
(#2458) Expected indentation of 4 spaces (indentation)
(#2460) Expected indentation of 4 spaces (indentation)
(#2459) Expected indentation of 8 spaces (indentation)
(#2463) Expected indentation of 4 spaces (indentation)
(#2465) Expected indentation of 4 spaces (indentation)
(#2464) Expected indentation of 8 spaces (indentation)
(#2468) Expected indentation of 4 spaces (indentation)
(#2471) Expected indentation of 4 spaces (indentation)
(#2472) Expected indentation of 4 spaces (indentation)
(#2473) Expected indentation of 4 spaces (indentation)
(#2474) Expected indentation of 4 spaces (indentation)
(#2475) Expected indentation of 4 spaces (indentation)
(#2476) Expected indentation of 4 spaces (indentation)
(#2477) Expected indentation of 4 spaces (indentation)
(#2478) Expected indentation of 4 spaces (indentation)
(#2479) Expected indentation of 4 spaces (indentation)
(#2480) Expected indentation of 4 spaces (indentation)
(#2483) Expected indentation of 4 spaces (indentation)
(#2484) Expected indentation of 4 spaces (indentation)
(#2485) Expected indentation of 4 spaces (indentation)
(#2486) Expected indentation of 4 spaces (indentation)
(#2487) Expected indentation of 4 spaces (indentation)
(#2488) Expected indentation of 4 spaces (indentation)
(#2489) Expected indentation of 4 spaces (indentation)
(#2490) Expected indentation of 4 spaces (indentation)
(#2493) Expected indentation of 4 spaces (indentation)
(#2494) Expected indentation of 4 spaces (indentation)
(#2495) Expected indentation of 4 spaces (indentation)
(#2496) Expected indentation of 4 spaces (indentation)
(#2499) Expected indentation of 4 spaces (indentation)
(#2500) Expected indentation of 4 spaces (indentation)
(#2503) Expected indentation of 4 spaces (indentation)
(#2504) Expected indentation of 4 spaces (indentation)
(#2505) Expected indentation of 4 spaces (indentation)
(#2508) Expected indentation of 4 spaces (indentation)
(#2509) Expected indentation of 4 spaces (indentation)
(#2510) Expected indentation of 4 spaces (indentation)
(#2511) Expected indentation of 4 spaces (indentation)
(#2512) Expected indentation of 4 spaces (indentation)
(#2513) Expected indentation of 4 spaces (indentation)
(#2514) Expected indentation of 4 spaces (indentation)
(#2515) Expected indentation of 4 spaces (indentation)
(#2516) Expected indentation of 4 spaces (indentation)
(#2519) Expected indentation of 4 spaces (indentation)
(#2520) Expected indentation of 4 spaces (indentation)
(#2521) Expected indentation of 4 spaces (indentation)
(#2522) Expected indentation of 4 spaces (indentation)
(#2523) Expected indentation of 4 spaces (indentation)
(#2524) Expected indentation of 4 spaces (indentation)
(#2525) Expected indentation of 4 spaces (indentation)
(#2528) Expected indentation of 4 spaces (indentation)
(#2529) Expected indentation of 4 spaces (indentation)
(#2532) Expected indentation of 4 spaces (indentation)
(#2533) Expected indentation of 4 spaces (indentation)
(#2536) Expected indentation of 4 spaces (indentation)
(#2537) Expected indentation of 4 spaces (indentation)
(#2540) Expected indentation of 4 spaces (indentation)
(#2543) Expected indentation of 4 spaces (indentation)
(#2544) Expected indentation of 4 spaces (indentation)
(#2547) Expected indentation of 4 spaces (indentation)
(#2548) Expected indentation of 4 spaces (indentation)
(#2551) Expected indentation of 4 spaces (indentation)
(#2552) Expected indentation of 4 spaces (indentation)
(#2553) Expected indentation of 4 spaces (indentation)
(#2556) Expected indentation of 4 spaces (indentation)
(#2557) Expected indentation of 4 spaces (indentation)
(#2560) Expected indentation of 4 spaces (indentation)
(#2563) Expected indentation of 4 spaces (indentation)
(#2566) Expected indentation of 4 spaces (indentation)
(#2567) Expected indentation of 4 spaces (indentation)
(#2568) Expected indentation of 4 spaces (indentation)
(#2569) Expected indentation of 4 spaces (indentation)
(#2570) Expected indentation of 4 spaces (indentation)
(#2573) Expected indentation of 4 spaces (indentation)
(#2576) Expected indentation of 4 spaces (indentation)
(#2574) Expected indentation of 8 spaces (indentation)
(#2575) Expected indentation of 8 spaces (indentation)
(#2577) Expected indentation of 4 spaces (indentation)
(#2580) Expected indentation of 4 spaces (indentation)
(#2578) Expected indentation of 8 spaces (indentation)
(#2579) Expected indentation of 8 spaces (indentation)
(#2581) Expected indentation of 4 spaces (indentation)
(#2583) Expected indentation of 4 spaces (indentation)
(#2582) Expected indentation of 8 spaces (indentation)
(#2586) Expected indentation of 4 spaces (indentation)
(#2588) Expected indentation of 4 spaces (indentation)
(#2587) Expected indentation of 8 spaces (indentation)
(#2597) Expected indentation of 4 spaces (indentation)
(#2602) Expected indentation of 4 spaces (indentation)
(#2605) Expected indentation of 4 spaces (indentation)
(#2611) Expected indentation of 4 spaces (indentation)
(#2630) Expected indentation of 4 spaces (indentation)
(#2633) Expected indentation of 4 spaces (indentation)
(#2634) Expected indentation of 4 spaces (indentation)
(#2645) Expected indentation of 4 spaces (indentation)
(#2646) Expected indentation of 4 spaces (indentation)
(#2647) Expected indentation of 4 spaces (indentation)
(#2651) Expected indentation of 4 spaces (indentation)
(#2654) Expected indentation of 4 spaces (indentation)
(#2658) Expected indentation of 4 spaces (indentation)
(#2662) Expected indentation of 4 spaces (indentation)
(#2666) Expected indentation of 4 spaces (indentation)
(#2669) Expected indentation of 4 spaces (indentation)
(#2672) Expected indentation of 4 spaces (indentation)
(#2676) Expected indentation of 4 spaces (indentation)
(#2679) Expected indentation of 4 spaces (indentation)
(#2682) Expected indentation of 4 spaces (indentation)
(#2685) Expected indentation of 4 spaces (indentation)
(#2688) Expected indentation of 4 spaces (indentation)
(#2691) Expected indentation of 4 spaces (indentation)
(#2694) Expected indentation of 4 spaces (indentation)
(#2697) Expected indentation of 4 spaces (indentation)
(#2698) Expected indentation of 4 spaces (indentation)
(#2701) Expected indentation of 4 spaces (indentation)
(#2704) Expected indentation of 4 spaces (indentation)
(#2705) Expected indentation of 4 spaces (indentation)
(#2708) Expected indentation of 4 spaces (indentation)
(#2711) Expected indentation of 4 spaces (indentation)
(#2712) Expected indentation of 4 spaces (indentation)
(#2713) Expected indentation of 4 spaces (indentation)
(#2714) Expected indentation of 4 spaces (indentation)
(#2715) Expected indentation of 4 spaces (indentation)
(#2716) Expected indentation of 4 spaces (indentation)
(#2717) Expected indentation of 4 spaces (indentation)
(#2718) Expected indentation of 4 spaces (indentation)
(#2719) Expected indentation of 4 spaces (indentation)
(#2722) Expected indentation of 4 spaces (indentation)
(#2723) Expected indentation of 4 spaces (indentation)
(#2724) Expected indentation of 4 spaces (indentation)
(#2725) Expected indentation of 4 spaces (indentation)
(#2726) Expected indentation of 4 spaces (indentation)
(#2727) Expected indentation of 4 spaces (indentation)
(#2728) Expected indentation of 4 spaces (indentation)
(#2735) Expected indentation of 4 spaces (indentation)
(#2738) Expected indentation of 4 spaces (indentation)
(#2741) Expected indentation of 4 spaces (indentation)
(#2744) Expected indentation of 4 spaces (indentation)
(#2745) Expected indentation of 4 spaces (indentation)
(#2749) Expected indentation of 4 spaces (indentation)
(#2750) Expected indentation of 4 spaces (indentation)
(#2754) Expected indentation of 4 spaces (indentation)
(#2755) Expected indentation of 4 spaces (indentation)
(#2756) Expected indentation of 4 spaces (indentation)
(#2757) Expected indentation of 4 spaces (indentation)
(#2760) Expected indentation of 4 spaces (indentation)
(#2761) Expected indentation of 4 spaces (indentation)
(#2762) Expected indentation of 4 spaces (indentation)
(#2763) Expected indentation of 4 spaces (indentation)
(#2767) Expected indentation of 4 spaces (indentation)
(#2768) Expected indentation of 4 spaces (indentation)
(#2769) Expected indentation of 4 spaces (indentation)
(#2770) Expected indentation of 4 spaces (indentation)
(#2784) Expected indentation of 4 spaces (indentation)
(#2785) Expected indentation of 4 spaces (indentation)
(#2788) Expected indentation of 4 spaces (indentation)
(#2789) Expected indentation of 4 spaces (indentation)
(#2790) Expected indentation of 4 spaces (indentation)
(#2793) Expected indentation of 4 spaces (indentation)
(#2794) Expected indentation of 4 spaces (indentation)
(#2795) Expected indentation of 4 spaces (indentation)
(#2798) Expected indentation of 4 spaces (indentation)
(#2799) Expected indentation of 4 spaces (indentation)
(#2800) Expected indentation of 4 spaces (indentation)
(#2803) Expected indentation of 4 spaces (indentation)
(#2804) Expected indentation of 4 spaces (indentation)
(#2807) Expected indentation of 4 spaces (indentation)
(#2808) Expected indentation of 4 spaces (indentation)
(#2811) Expected indentation of 4 spaces (indentation)
(#2812) Expected indentation of 4 spaces (indentation)
(#2815) Expected indentation of 4 spaces (indentation)
(#2816) Expected indentation of 4 spaces (indentation)
(#2819) Expected indentation of 4 spaces (indentation)
(#2820) Expected indentation of 4 spaces (indentation)
(#2823) Expected indentation of 4 spaces (indentation)
(#2824) Expected indentation of 4 spaces (indentation)
(#2827) Expected indentation of 4 spaces (indentation)
(#2830) Expected indentation of 4 spaces (indentation)
(#2833) Expected indentation of 4 spaces (indentation)
(#2836) Expected indentation of 4 spaces (indentation)
(#2839) Expected indentation of 4 spaces (indentation)
(#2840) Expected indentation of 4 spaces (indentation)
(#2841) Expected indentation of 4 spaces (indentation)
(#2844) Expected indentation of 4 spaces (indentation)
(#2847) Expected indentation of 4 spaces (indentation)
(#2848) Expected indentation of 4 spaces (indentation)
(#2851) Expected indentation of 4 spaces (indentation)
(#2854) Expected indentation of 4 spaces (indentation)
(#2857) Expected indentation of 4 spaces (indentation)
(#2858) Expected indentation of 4 spaces (indentation)
(#2859) Expected indentation of 4 spaces (indentation)
(#2863) Expected indentation of 4 spaces (indentation)
(#2866) Expected indentation of 4 spaces (indentation)
(#2869) Expected indentation of 4 spaces (indentation)
(#2870) Expected indentation of 4 spaces (indentation)
(#2874) Expected indentation of 4 spaces (indentation)
(#2875) Expected indentation of 4 spaces (indentation)
(#2878) Expected indentation of 4 spaces (indentation)
(#2881) Expected indentation of 4 spaces (indentation)
(#2884) Expected indentation of 4 spaces (indentation)
(#2885) Expected indentation of 4 spaces (indentation)
(#2886) Expected indentation of 4 spaces (indentation)
(#2887) Expected indentation of 4 spaces (indentation)
(#2888) Expected indentation of 4 spaces (indentation)
(#2889) Expected indentation of 4 spaces (indentation)
(#2890) Expected indentation of 4 spaces (indentation)
(#2891) Expected indentation of 4 spaces (indentation)
(#2894) Expected indentation of 4 spaces (indentation)
(#2895) Expected indentation of 4 spaces (indentation)
(#2896) Expected indentation of 4 spaces (indentation)
(#2897) Expected indentation of 4 spaces (indentation)
(#2898) Expected indentation of 4 spaces (indentation)
(#2899) Expected indentation of 4 spaces (indentation)
(#2900) Expected indentation of 4 spaces (indentation)
(#2904) Expected indentation of 4 spaces (indentation)
(#2908) Expected indentation of 4 spaces (indentation)
(#2909) Expected indentation of 4 spaces (indentation)
(#2910) Expected indentation of 4 spaces (indentation)
(#2911) Expected indentation of 4 spaces (indentation)
(#2917) Expected indentation of 4 spaces (indentation)
(#2918) Expected indentation of 4 spaces (indentation)
(#2921) Expected indentation of 4 spaces (indentation)
(#2922) Expected indentation of 4 spaces (indentation)
(#2923) Expected indentation of 4 spaces (indentation)
(#2926) Expected indentation of 4 spaces (indentation)
(#2929) Expected indentation of 4 spaces (indentation)
(#2930) Expected indentation of 4 spaces (indentation)
(#2933) Expected indentation of 4 spaces (indentation)
(#2936) Expected indentation of 4 spaces (indentation)
(#2937) Expected indentation of 4 spaces (indentation)
(#2940) Expected indentation of 4 spaces (indentation)
(#2943) Expected indentation of 4 spaces (indentation)
(#2946) Expected indentation of 4 spaces (indentation)
(#2949) Expected indentation of 4 spaces (indentation)
(#2950) Expected indentation of 4 spaces (indentation)
(#2951) Expected indentation of 4 spaces (indentation)
(#2954) Expected indentation of 4 spaces (indentation)
(#2957) Expected indentation of 4 spaces (indentation)
(#2961) Expected indentation of 4 spaces (indentation)
(#2964) Expected indentation of 4 spaces (indentation)
(#2967) Expected indentation of 4 spaces (indentation)
(#2968) Expected indentation of 4 spaces (indentation)
(#2969) Expected indentation of 4 spaces (indentation)
(#2973) Expected indentation of 4 spaces (indentation)
(#2977) Expected indentation of 4 spaces (indentation)
(#2980) Expected indentation of 4 spaces (indentation)
(#2983) Expected indentation of 4 spaces (indentation)
(#2984) Expected indentation of 4 spaces (indentation)
(#2985) Expected indentation of 4 spaces (indentation)
(#2988) Expected indentation of 4 spaces (indentation)
(#2991) Expected indentation of 4 spaces (indentation)
(#2994) Expected indentation of 4 spaces (indentation)
(#2995) Expected indentation of 4 spaces (indentation)
(#2999) Expected indentation of 4 spaces (indentation)
(#3002) Expected indentation of 4 spaces (indentation)
(#3005) Expected indentation of 4 spaces (indentation)
(#3008) Expected indentation of 4 spaces (indentation)
(#3009) Expected indentation of 4 spaces (indentation)
(#3012) Expected indentation of 4 spaces (indentation)
(#3015) Expected indentation of 4 spaces (indentation)
(#3018) Expected indentation of 4 spaces (indentation)
(#3019) Expected indentation of 4 spaces (indentation)
(#3020) Expected indentation of 4 spaces (indentation)
(#3021) Expected indentation of 4 spaces (indentation)
(#3024) Expected indentation of 4 spaces (indentation)
(#3025) Expected indentation of 4 spaces (indentation)
(#3028) Expected indentation of 4 spaces (indentation)
(#3029) Expected indentation of 4 spaces (indentation)
(#3032) Expected indentation of 4 spaces (indentation)
(#3033) Expected indentation of 4 spaces (indentation)
(#3036) Expected indentation of 4 spaces (indentation)
(#3039) Expected indentation of 4 spaces (indentation)
(#3042) Expected indentation of 4 spaces (indentation)
(#3045) Expected indentation of 4 spaces (indentation)
(#3046) Expected indentation of 4 spaces (indentation)
(#3047) Expected indentation of 4 spaces (indentation)
(#3048) Expected indentation of 4 spaces (indentation)
(#3049) Expected indentation of 4 spaces (indentation)
(#3052) Expected indentation of 4 spaces (indentation)
(#3053) Expected indentation of 4 spaces (indentation)
(#3054) Expected indentation of 4 spaces (indentation)
(#3055) Expected indentation of 4 spaces (indentation)
(#3056) Expected indentation of 4 spaces (indentation)
(#3057) Expected indentation of 4 spaces (indentation)
(#3060) Expected indentation of 4 spaces (indentation)
(#3063) Expected indentation of 4 spaces (indentation)
(#3066) Expected indentation of 4 spaces (indentation)
(#3069) Expected indentation of 4 spaces (indentation)
(#3072) Expected indentation of 4 spaces (indentation)
(#3073) Expected indentation of 4 spaces (indentation)
(#3076) Expected indentation of 4 spaces (indentation)
(#3077) Expected indentation of 4 spaces (indentation)
(#3080) Expected indentation of 4 spaces (indentation)
(#3081) Expected indentation of 4 spaces (indentation)
(#3084) Expected indentation of 4 spaces (indentation)
(#3085) Expected indentation of 4 spaces (indentation)
(#3086) Expected indentation of 4 spaces (indentation)
(#3087) Expected indentation of 4 spaces (indentation)
(#3090) Expected indentation of 4 spaces (indentation)
(#3091) Expected indentation of 4 spaces (indentation)
(#3092) Expected indentation of 4 spaces (indentation)
(#3093) Expected indentation of 4 spaces (indentation)
(#3096) Expected indentation of 4 spaces (indentation)
(#3097) Expected indentation of 4 spaces (indentation)
(#3100) Expected indentation of 4 spaces (indentation)
(#3103) Expected indentation of 4 spaces (indentation)
(#3106) Expected indentation of 4 spaces (indentation)
(#3109) Expected indentation of 4 spaces (indentation)
(#3112) Expected indentation of 4 spaces (indentation)
(#3118) Expected indentation of 4 spaces (indentation)
(#3121) Expected indentation of 4 spaces (indentation)
(#3125) Expected indentation of 4 spaces (indentation)
(#3126) Expected indentation of 4 spaces (indentation)
(#3129) Expected indentation of 4 spaces (indentation)
(#3132) Expected indentation of 4 spaces (indentation)
(#3133) Expected indentation of 4 spaces (indentation)
(#3136) Expected indentation of 4 spaces (indentation)
(#3142) Expected indentation of 4 spaces (indentation)
(#3143) Expected indentation of 4 spaces (indentation)
(#3149) Expected indentation of 4 spaces (indentation)
(#3152) Expected indentation of 4 spaces (indentation)
(#3155) Expected indentation of 4 spaces (indentation)
(#3156) Expected indentation of 4 spaces (indentation)
(#3159) Expected indentation of 4 spaces (indentation)
(#3162) Expected indentation of 4 spaces (indentation)
(#3165) Expected indentation of 4 spaces (indentation)
(#3169) Expected indentation of 4 spaces (indentation)
(#3170) Expected indentation of 4 spaces (indentation)
(#3171) Expected indentation of 4 spaces (indentation)
(#3175) Expected indentation of 4 spaces (indentation)
(#3178) Expected indentation of 4 spaces (indentation)
(#3179) Expected indentation of 4 spaces (indentation)
(#3182) Expected indentation of 4 spaces (indentation)
(#3183) Expected indentation of 4 spaces (indentation)
(#3186) Expected indentation of 4 spaces (indentation)
(#3189) Expected indentation of 4 spaces (indentation)
(#3190) Expected indentation of 4 spaces (indentation)
(#3191) Expected indentation of 4 spaces (indentation)
(#3195) Expected indentation of 4 spaces (indentation)
(#3196) Expected indentation of 4 spaces (indentation)
(#3197) Expected indentation of 4 spaces (indentation)
(#3200) Expected indentation of 4 spaces (indentation)
(#3201) Expected indentation of 4 spaces (indentation)
(#3204) Expected indentation of 4 spaces (indentation)
(#3208) Expected indentation of 4 spaces (indentation)
(#3209) Expected indentation of 4 spaces (indentation)
(#3210) Expected indentation of 4 spaces (indentation)
(#3211) Expected indentation of 4 spaces (indentation)
(#3212) Expected indentation of 4 spaces (indentation)
(#3213) Expected indentation of 4 spaces (indentation)
(#3216) Expected indentation of 4 spaces (indentation)
(#3219) Expected indentation of 4 spaces (indentation)
(#3220) Expected indentation of 4 spaces (indentation)
(#3223) Expected indentation of 4 spaces (indentation)
(#3226) Expected indentation of 4 spaces (indentation)
(#3232) Expected indentation of 4 spaces (indentation)
(#3235) Expected indentation of 4 spaces (indentation)
(#3236) Expected indentation of 4 spaces (indentation)
(#3237) Expected indentation of 4 spaces (indentation)
(#3238) Expected indentation of 4 spaces (indentation)
(#3239) Expected indentation of 4 spaces (indentation)
(#3240) Expected indentation of 4 spaces (indentation)
(#3241) Expected indentation of 4 spaces (indentation)
(#3244) Expected indentation of 4 spaces (indentation)
(#3245) Expected indentation of 4 spaces (indentation)
(#3246) Expected indentation of 4 spaces (indentation)
(#3249) Expected indentation of 4 spaces (indentation)
(#3252) Expected indentation of 4 spaces (indentation)
(#3255) Expected indentation of 4 spaces (indentation)
(#3258) Expected indentation of 4 spaces (indentation)
(#3261) Expected indentation of 4 spaces (indentation)
(#3264) Expected indentation of 4 spaces (indentation)
(#3267) Expected indentation of 4 spaces (indentation)
(#3270) Expected indentation of 4 spaces (indentation)
(#3273) Expected indentation of 4 spaces (indentation)
(#3276) Expected indentation of 4 spaces (indentation)
(#3279) Expected indentation of 4 spaces (indentation)
(#3282) Expected indentation of 4 spaces (indentation)
(#3285) Expected indentation of 4 spaces (indentation)
(#3288) Expected indentation of 4 spaces (indentation)
(#3291) Expected indentation of 4 spaces (indentation)
(#3294) Expected indentation of 4 spaces (indentation)
(#3298) Expected indentation of 4 spaces (indentation)
(#3302) Expected indentation of 4 spaces (indentation)
(#3303) Expected indentation of 4 spaces (indentation)
(#3306) Expected indentation of 4 spaces (indentation)
(#3310) Expected indentation of 4 spaces (indentation)
(#3314) Expected indentation of 4 spaces (indentation)
(#3315) Expected indentation of 4 spaces (indentation)
(#3318) Expected indentation of 4 spaces (indentation)
(#3322) Expected indentation of 4 spaces (indentation)
(#3325) Expected indentation of 4 spaces (indentation)
(#3328) Expected indentation of 4 spaces (indentation)
(#3329) Expected indentation of 4 spaces (indentation)
(#3330) Expected indentation of 4 spaces (indentation)
(#3331) Expected indentation of 4 spaces (indentation)
(#3334) Expected indentation of 4 spaces (indentation)
(#3337) Expected indentation of 4 spaces (indentation)
(#3340) Expected indentation of 4 spaces (indentation)
(#3344) Expected indentation of 4 spaces (indentation)
(#3345) Expected indentation of 4 spaces (indentation)
(#3349) Expected indentation of 4 spaces (indentation)
(#3350) Expected indentation of 4 spaces (indentation)
(#3351) Expected indentation of 4 spaces (indentation)
(#3355) Expected indentation of 4 spaces (indentation)
(#3358) Expected indentation of 4 spaces (indentation)
(#3361) Expected indentation of 4 spaces (indentation)
(#3362) Expected indentation of 4 spaces (indentation)
(#3363) Expected indentation of 4 spaces (indentation)
(#3364) Expected indentation of 4 spaces (indentation)
(#3365) Expected indentation of 4 spaces (indentation)
(#3368) Expected indentation of 4 spaces (indentation)
(#3371) Expected indentation of 4 spaces (indentation)
(#3372) Expected indentation of 4 spaces (indentation)
(#3373) Expected indentation of 4 spaces (indentation)
(#3376) Expected indentation of 4 spaces (indentation)
(#3377) Expected indentation of 4 spaces (indentation)
(#3378) Expected indentation of 4 spaces (indentation)
(#3379) Expected indentation of 4 spaces (indentation)
(#3380) Expected indentation of 4 spaces (indentation)
(#3381) Expected indentation of 4 spaces (indentation)
(#3384) Expected indentation of 4 spaces (indentation)
(#3385) Expected indentation of 4 spaces (indentation)
(#3386) Expected indentation of 4 spaces (indentation)
(#3387) Expected indentation of 4 spaces (indentation)
(#3388) Expected indentation of 4 spaces (indentation)
(#3389) Expected indentation of 4 spaces (indentation)
(#3390) Expected indentation of 4 spaces (indentation)
(#3391) Expected indentation of 4 spaces (indentation)
(#3395) Expected indentation of 4 spaces (indentation)
(#3396) Expected indentation of 4 spaces (indentation)
(#3397) Expected indentation of 4 spaces (indentation)
(#3398) Expected indentation of 4 spaces (indentation)
(#3399) Expected indentation of 4 spaces (indentation)
(#3400) Expected indentation of 4 spaces (indentation)
(#3401) Expected indentation of 4 spaces (indentation)
(#3402) Expected indentation of 4 spaces (indentation)
(#3405) Expected indentation of 4 spaces (indentation)
(#3406) Expected indentation of 4 spaces (indentation)
(#3407) Expected indentation of 4 spaces (indentation)
(#3408) Expected indentation of 4 spaces (indentation)
(#3411) Expected indentation of 4 spaces (indentation)
(#3412) Expected indentation of 4 spaces (indentation)
(#3413) Expected indentation of 4 spaces (indentation)
(#3414) Expected indentation of 4 spaces (indentation)
(#3417) Expected indentation of 4 spaces (indentation)
(#3418) Expected indentation of 4 spaces (indentation)
(#3421) Expected indentation of 4 spaces (indentation)
(#3422) Expected indentation of 4 spaces (indentation)
(#3423) Expected indentation of 4 spaces (indentation)
(#3424) Expected indentation of 4 spaces (indentation)
(#3425) Expected indentation of 4 spaces (indentation)
(#3426) Expected indentation of 4 spaces (indentation)
(#3427) Expected indentation of 4 spaces (indentation)
(#3428) Expected indentation of 4 spaces (indentation)
(#3429) Expected indentation of 4 spaces (indentation)
(#3430) Expected indentation of 4 spaces (indentation)
(#3434) Expected indentation of 4 spaces (indentation)
(#3437) Expected indentation of 4 spaces (indentation)
(#3438) Expected indentation of 4 spaces (indentation)
(#3441) Expected indentation of 4 spaces (indentation)
(#3444) Expected indentation of 4 spaces (indentation)
(#3445) Expected indentation of 4 spaces (indentation)
(#3446) Expected indentation of 4 spaces (indentation)
(#3447) Expected indentation of 4 spaces (indentation)
(#3448) Expected indentation of 4 spaces (indentation)
(#3449) Expected indentation of 4 spaces (indentation)
(#3450) Expected indentation of 4 spaces (indentation)
(#3451) Expected indentation of 4 spaces (indentation)
(#3455) Expected indentation of 4 spaces (indentation)
(#3458) Expected indentation of 4 spaces (indentation)
(#3461) Expected indentation of 4 spaces (indentation)
(#3464) Expected indentation of 4 spaces (indentation)
(#3467) Expected indentation of 4 spaces (indentation)
(#3470) Expected indentation of 4 spaces (indentation)
(#3471) Expected indentation of 4 spaces (indentation)
(#3472) Expected indentation of 4 spaces (indentation)
(#3475) Expected indentation of 4 spaces (indentation)
(#3476) Expected indentation of 4 spaces (indentation)
(#3479) Expected indentation of 4 spaces (indentation)
(#3480) Expected indentation of 4 spaces (indentation)
(#3483) Expected indentation of 4 spaces (indentation)
(#3484) Expected indentation of 4 spaces (indentation)
(#3487) Expected indentation of 4 spaces (indentation)
(#3488) Expected indentation of 4 spaces (indentation)
(#3489) Expected indentation of 4 spaces (indentation)
(#3492) Expected indentation of 4 spaces (indentation)
(#3493) Expected indentation of 4 spaces (indentation)
(#3494) Expected indentation of 4 spaces (indentation)
(#3495) Expected indentation of 4 spaces (indentation)
(#3496) Expected indentation of 4 spaces (indentation)
(#3497) Expected indentation of 4 spaces (indentation)
(#3500) Expected indentation of 4 spaces (indentation)
(#3501) Expected indentation of 4 spaces (indentation)
(#3504) Expected indentation of 4 spaces (indentation)
(#3507) Expected indentation of 4 spaces (indentation)
(#3510) Expected indentation of 4 spaces (indentation)
(#3513) Expected indentation of 4 spaces (indentation)
(#3516) Expected indentation of 4 spaces (indentation)
(#3519) Expected indentation of 4 spaces (indentation)
(#3522) Expected indentation of 4 spaces (indentation)
(#3525) Expected indentation of 4 spaces (indentation)
(#3526) Expected indentation of 4 spaces (indentation)
(#3527) Expected indentation of 4 spaces (indentation)
(#3530) Expected indentation of 4 spaces (indentation)
(#3531) Expected indentation of 4 spaces (indentation)
(#3532) Expected indentation of 4 spaces (indentation)
(#3535) Expected indentation of 4 spaces (indentation)
(#3536) Expected indentation of 4 spaces (indentation)
(#3539) Expected indentation of 4 spaces (indentation)
(#3540) Expected indentation of 4 spaces (indentation)
(#3541) Expected indentation of 4 spaces (indentation)
(#3544) Expected indentation of 4 spaces (indentation)
(#3545) Expected indentation of 4 spaces (indentation)
(#3546) Expected indentation of 4 spaces (indentation)
(#3549) Expected indentation of 4 spaces (indentation)
(#3550) Expected indentation of 4 spaces (indentation)
(#3551) Expected indentation of 4 spaces (indentation)
(#3552) Expected indentation of 4 spaces (indentation)
(#3553) Expected indentation of 4 spaces (indentation)
(#3554) Expected indentation of 4 spaces (indentation)
(#3555) Expected indentation of 4 spaces (indentation)
(#3556) Expected indentation of 4 spaces (indentation)
(#3557) Expected indentation of 4 spaces (indentation)
(#3561) Expected indentation of 4 spaces (indentation)
(#3564) Expected indentation of 4 spaces (indentation)
(#3567) Expected indentation of 4 spaces (indentation)
(#3578) Expected indentation of 4 spaces (indentation)
(#3581) Expected indentation of 4 spaces (indentation)
(#3584) Expected indentation of 4 spaces (indentation)
(#3587) Expected indentation of 4 spaces (indentation)
(#3588) Expected indentation of 4 spaces (indentation)
(#3589) Expected indentation of 4 spaces (indentation)
(#3593) Expected indentation of 4 spaces (indentation)
(#3594) Expected indentation of 4 spaces (indentation)
(#3597) Expected indentation of 4 spaces (indentation)
(#3598) Expected indentation of 4 spaces (indentation)
(#3602) Expected indentation of 4 spaces (indentation)
(#3603) Expected indentation of 4 spaces (indentation)
(#3607) Expected indentation of 4 spaces (indentation)
(#3608) Expected indentation of 4 spaces (indentation)
(#3609) Expected indentation of 4 spaces (indentation)
(#3610) Expected indentation of 4 spaces (indentation)
(#3616) Expected indentation of 4 spaces (indentation)
(#3617) Expected indentation of 4 spaces (indentation)
(#3618) Expected indentation of 4 spaces (indentation)
(#3621) Expected indentation of 4 spaces (indentation)
(#3622) Expected indentation of 4 spaces (indentation)
(#3623) Expected indentation of 4 spaces (indentation)
(#3629) Expected indentation of 4 spaces (indentation)
(#3633) Expected indentation of 4 spaces (indentation)
(#3634) Expected indentation of 4 spaces (indentation)
(#3639) Expected indentation of 4 spaces (indentation)
(#3642) Expected indentation of 4 spaces (indentation)
(#3643) Expected indentation of 4 spaces (indentation)
(#3644) Expected indentation of 4 spaces (indentation)
(#3645) Expected indentation of 4 spaces (indentation)
(#3648) Expected indentation of 4 spaces (indentation)
(#3649) Expected indentation of 4 spaces (indentation)
(#3650) Expected indentation of 4 spaces (indentation)
(#3653) Expected indentation of 4 spaces (indentation)
(#3654) Expected indentation of 4 spaces (indentation)
(#3657) Expected indentation of 4 spaces (indentation)
(#3662) Expected indentation of 4 spaces (indentation)
(#3663) Expected indentation of 4 spaces (indentation)
(#3664) Expected indentation of 4 spaces (indentation)
(#3665) Expected indentation of 4 spaces (indentation)
(#3666) Expected indentation of 4 spaces (indentation)
(#3667) Expected indentation of 4 spaces (indentation)
(#3668) Expected indentation of 4 spaces (indentation)
(#3669) Expected indentation of 4 spaces (indentation)
(#3670) Expected indentation of 4 spaces (indentation)
(#3671) Expected indentation of 4 spaces (indentation)
(#3672) Expected indentation of 4 spaces (indentation)
(#3677) Expected indentation of 4 spaces (indentation)
(#3680) Expected indentation of 4 spaces (indentation)
(#3683) Expected indentation of 4 spaces (indentation)
(#3687) Expected indentation of 4 spaces (indentation)
(#3688) Expected indentation of 4 spaces (indentation)
(#3691) Expected indentation of 4 spaces (indentation)
(#3694) Expected indentation of 4 spaces (indentation)
(#3697) Expected indentation of 4 spaces (indentation)
(#3698) Expected indentation of 4 spaces (indentation)
(#3699) Expected indentation of 4 spaces (indentation)
(#3700) Expected indentation of 4 spaces (indentation)
(#3701) Expected indentation of 4 spaces (indentation)
(#3702) Expected indentation of 4 spaces (indentation)
(#3705) Expected indentation of 4 spaces (indentation)
(#3706) Expected indentation of 4 spaces (indentation)
(#3707) Expected indentation of 4 spaces (indentation)
(#3708) Expected indentation of 4 spaces (indentation)
(#3709) Expected indentation of 4 spaces (indentation)
(#3710) Expected indentation of 4 spaces (indentation)
(#3711) Expected indentation of 4 spaces (indentation)
(#3712) Expected indentation of 4 spaces (indentation)
(#3713) Expected indentation of 4 spaces (indentation)
(#3714) Expected indentation of 4 spaces (indentation)
(#3715) Expected indentation of 4 spaces (indentation)
(#3718) Expected indentation of 4 spaces (indentation)
(#3719) Expected indentation of 4 spaces (indentation)
(#3720) Expected indentation of 4 spaces (indentation)
(#3723) Expected indentation of 4 spaces (indentation)
(#3724) Expected indentation of 4 spaces (indentation)
(#3725) Expected indentation of 4 spaces (indentation)
(#3726) Expected indentation of 4 spaces (indentation)
(#3727) Expected indentation of 4 spaces (indentation)
(#3728) Expected indentation of 4 spaces (indentation)
(#3729) Expected indentation of 4 spaces (indentation)
(#3730) Expected indentation of 4 spaces (indentation)
(#3731) Expected indentation of 4 spaces (indentation)
(#3732) Expected indentation of 4 spaces (indentation)
(#3733) Expected indentation of 4 spaces (indentation)
(#3734) Expected indentation of 4 spaces (indentation)
(#3735) Expected indentation of 4 spaces (indentation)
(#3738) Expected indentation of 4 spaces (indentation)
(#3741) Expected indentation of 4 spaces (indentation)
(#3744) Expected indentation of 4 spaces (indentation)
(#3745) Expected indentation of 4 spaces (indentation)
(#3746) Expected indentation of 4 spaces (indentation)
(#3747) Expected indentation of 4 spaces (indentation)
(#3750) Expected indentation of 4 spaces (indentation)
(#3751) Expected indentation of 4 spaces (indentation)
(#3754) Expected indentation of 4 spaces (indentation)
(#3757) Expected indentation of 4 spaces (indentation)
(#3763) Expected indentation of 4 spaces (indentation)
(#3766) Expected indentation of 4 spaces (indentation)
(#3767) Expected indentation of 4 spaces (indentation)
(#3768) Expected indentation of 4 spaces (indentation)
(#3772) Expected indentation of 4 spaces (indentation)
(#3773) Expected indentation of 4 spaces (indentation)
(#3776) Expected indentation of 4 spaces (indentation)
(#3779) Expected indentation of 4 spaces (indentation)
(#3782) Expected indentation of 4 spaces (indentation)
(#3783) Expected indentation of 4 spaces (indentation)
(#3784) Expected indentation of 4 spaces (indentation)
(#3785) Expected indentation of 4 spaces (indentation)
(#3788) Expected indentation of 4 spaces (indentation)
(#3789) Expected indentation of 4 spaces (indentation)
(#3790) Expected indentation of 4 spaces (indentation)
(#3791) Expected indentation of 4 spaces (indentation)
(#3794) Expected indentation of 4 spaces (indentation)
(#3795) Expected indentation of 4 spaces (indentation)
(#3798) Expected indentation of 4 spaces (indentation)
(#3799) Expected indentation of 4 spaces (indentation)
(#3800) Expected indentation of 4 spaces (indentation)
(#3804) Expected indentation of 4 spaces (indentation)
(#3807) Expected indentation of 4 spaces (indentation)
(#3808) Expected indentation of 4 spaces (indentation)
(#3811) Expected indentation of 4 spaces (indentation)
(#3814) Expected indentation of 4 spaces (indentation)
(#3817) Expected indentation of 4 spaces (indentation)
(#3818) Expected indentation of 4 spaces (indentation)
(#3819) Expected indentation of 4 spaces (indentation)
(#3820) Expected indentation of 4 spaces (indentation)
(#3821) Expected indentation of 4 spaces (indentation)
(#3822) Expected indentation of 4 spaces (indentation)
(#3823) Expected indentation of 4 spaces (indentation)
(#3824) Expected indentation of 4 spaces (indentation)
(#3825) Expected indentation of 4 spaces (indentation)
(#3826) Expected indentation of 4 spaces (indentation)
(#3827) Expected indentation of 4 spaces (indentation)
(#3828) Expected indentation of 4 spaces (indentation)
(#3829) Expected indentation of 4 spaces (indentation)
(#3832) Expected indentation of 4 spaces (indentation)
(#3833) Expected indentation of 4 spaces (indentation)
(#3834) Expected indentation of 4 spaces (indentation)
(#3838) Expected indentation of 4 spaces (indentation)
(#3839) Expected indentation of 4 spaces (indentation)
(#3842) Expected indentation of 4 spaces (indentation)
(#3843) Expected indentation of 4 spaces (indentation)
(#3846) Expected indentation of 4 spaces (indentation)
(#3847) Expected indentation of 4 spaces (indentation)
(#3850) Expected indentation of 4 spaces (indentation)
(#3853) Expected indentation of 4 spaces (indentation)
(#3856) Expected indentation of 4 spaces (indentation)
(#3859) Expected indentation of 4 spaces (indentation)
(#3862) Expected indentation of 4 spaces (indentation)
(#3863) Expected indentation of 4 spaces (indentation)
(#3864) Expected indentation of 4 spaces (indentation)
(#3867) Expected indentation of 4 spaces (indentation)
(#3868) Expected indentation of 4 spaces (indentation)
(#3871) Expected indentation of 4 spaces (indentation)
(#3872) Expected indentation of 4 spaces (indentation)
(#3875) Expected indentation of 4 spaces (indentation)
(#3876) Expected indentation of 4 spaces (indentation)
(#3879) Expected indentation of 4 spaces (indentation)
(#3880) Expected indentation of 4 spaces (indentation)
(#3883) Expected indentation of 4 spaces (indentation)
(#3884) Expected indentation of 4 spaces (indentation)
(#3885) Expected indentation of 4 spaces (indentation)
(#3888) Expected indentation of 4 spaces (indentation)
(#3889) Expected indentation of 4 spaces (indentation)
(#3892) Expected indentation of 4 spaces (indentation)
(#3893) Expected indentation of 4 spaces (indentation)
(#3896) Expected indentation of 4 spaces (indentation)
(#3897) Expected indentation of 4 spaces (indentation)
(#3900) Expected indentation of 4 spaces (indentation)
(#3901) Expected indentation of 4 spaces (indentation)
(#3902) Expected indentation of 4 spaces (indentation)
(#3905) Expected indentation of 4 spaces (indentation)
(#3906) Expected indentation of 4 spaces (indentation)
(#3907) Expected indentation of 4 spaces (indentation)
(#3910) Expected indentation of 4 spaces (indentation)
(#3911) Expected indentation of 4 spaces (indentation)
(#3914) Expected indentation of 4 spaces (indentation)
(#3915) Expected indentation of 4 spaces (indentation)
(#3916) Expected indentation of 4 spaces (indentation)
(#3919) Expected indentation of 4 spaces (indentation)
(#3920) Expected indentation of 4 spaces (indentation)
(#3923) Expected indentation of 4 spaces (indentation)
(#3924) Expected indentation of 4 spaces (indentation)
(#3927) Expected indentation of 4 spaces (indentation)
(#3928) Expected indentation of 4 spaces (indentation)
(#3929) Expected indentation of 4 spaces (indentation)
(#3932) Expected indentation of 4 spaces (indentation)
(#3935) Expected indentation of 4 spaces (indentation)
(#3938) Expected indentation of 4 spaces (indentation)
(#3939) Expected indentation of 4 spaces (indentation)
(#3943) Expected indentation of 4 spaces (indentation)
(#3944) Expected indentation of 4 spaces (indentation)
(#3945) Expected indentation of 4 spaces (indentation)
(#3946) Expected indentation of 4 spaces (indentation)
(#3949) Expected indentation of 4 spaces (indentation)
(#3954) Expected indentation of 4 spaces (indentation)
(#3978) Expected indentation of 4 spaces (indentation)
(#3982) Expected indentation of 4 spaces (indentation)
(#3979) Expected indentation of 8 spaces (indentation)
(#3980) Expected indentation of 8 spaces (indentation)
(#3981) Expected indentation of 8 spaces (indentation)
(#3983) Expected indentation of 4 spaces (indentation)
(#3987) Expected indentation of 4 spaces (indentation)
(#3984) Expected indentation of 8 spaces (indentation)
(#3985) Expected indentation of 8 spaces (indentation)
(#3986) Expected indentation of 8 spaces (indentation)
(#3990) Expected indentation of 4 spaces (indentation)
(#3993) Expected indentation of 4 spaces (indentation)
(#3996) Expected indentation of 4 spaces (indentation)
(#4000) Expected indentation of 4 spaces (indentation)
(#4003) Expected indentation of 4 spaces (indentation)
(#4009) Expected indentation of 4 spaces (indentation)
(#4010) Expected indentation of 4 spaces (indentation)
(#4011) Expected indentation of 4 spaces (indentation)
(#4027) Expected indentation of 4 spaces (indentation)
(#4028) Expected indentation of 4 spaces (indentation)
(#4029) Expected indentation of 4 spaces (indentation)
(#4036) Expected indentation of 4 spaces (indentation)
(#4037) Expected indentation of 4 spaces (indentation)
(#4038) Expected indentation of 4 spaces (indentation)
(#4044) Expected indentation of 4 spaces (indentation)
(#4054) Expected indentation of 4 spaces (indentation)
(#4060) Expected indentation of 4 spaces (indentation)
(#4064) Expected indentation of 4 spaces (indentation)
(#4065) Expected indentation of 4 spaces (indentation)
(#4066) Expected indentation of 4 spaces (indentation)
(#4067) Expected indentation of 4 spaces (indentation)
(#4068) Expected indentation of 4 spaces (indentation)
(#4069) Expected indentation of 4 spaces (indentation)
(#4072) Expected indentation of 4 spaces (indentation)
(#4076) Expected indentation of 4 spaces (indentation)
(#4077) Expected indentation of 4 spaces (indentation)
(#4081) Expected indentation of 4 spaces (indentation)
(#4082) Expected indentation of 4 spaces (indentation)
(#4087) Expected indentation of 4 spaces (indentation)
(#4091) Expected indentation of 4 spaces (indentation)
(#4092) Expected indentation of 4 spaces (indentation)
(#4093) Expected indentation of 4 spaces (indentation)
(#4096) Expected indentation of 4 spaces (indentation)
(#4099) Expected indentation of 4 spaces (indentation)
(#4102) Expected indentation of 4 spaces (indentation)
(#4103) Expected indentation of 4 spaces (indentation)
(#4107) Expected indentation of 4 spaces (indentation)
(#4110) Expected indentation of 4 spaces (indentation)
(#4111) Expected indentation of 4 spaces (indentation)
(#4114) Expected indentation of 4 spaces (indentation)
(#4118) Expected indentation of 4 spaces (indentation)
(#4122) Expected indentation of 4 spaces (indentation)
(#4123) Expected indentation of 4 spaces (indentation)
(#4124) Expected indentation of 4 spaces (indentation)
(#4125) Expected indentation of 4 spaces (indentation)
(#4126) Expected indentation of 4 spaces (indentation)
(#4127) Expected indentation of 4 spaces (indentation)
(#4128) Expected indentation of 4 spaces (indentation)
(#4131) Expected indentation of 4 spaces (indentation)
(#4134) Expected indentation of 4 spaces (indentation)
(#4135) Expected indentation of 4 spaces (indentation)
(#4139) Expected indentation of 4 spaces (indentation)
(#4140) Expected indentation of 4 spaces (indentation)
(#4141) Expected indentation of 4 spaces (indentation)
(#4142) Expected indentation of 4 spaces (indentation)
(#4143) Expected indentation of 4 spaces (indentation)
(#4144) Expected indentation of 4 spaces (indentation)
(#4145) Expected indentation of 4 spaces (indentation)
(#4146) Expected indentation of 4 spaces (indentation)
(#4147) Expected indentation of 4 spaces (indentation)
(#4150) Expected indentation of 4 spaces (indentation)
(#4151) Expected indentation of 4 spaces (indentation)
(#4154) Expected indentation of 4 spaces (indentation)
(#4155) Expected indentation of 4 spaces (indentation)
(#4158) Expected indentation of 4 spaces (indentation)
(#4163) Expected indentation of 4 spaces (indentation)
(#4166) Expected indentation of 4 spaces (indentation)
(#4170) Expected indentation of 4 spaces (indentation)
(#4173) Expected indentation of 4 spaces (indentation)
(#4183) Expected indentation of 4 spaces (indentation)
(#4188) Expected indentation of 4 spaces (indentation)
(#4221) Expected indentation of 4 spaces (indentation)
(#4222) Expected indentation of 4 spaces (indentation)
(#4223) Expected indentation of 4 spaces (indentation)
(#4224) Expected indentation of 4 spaces (indentation)
(#4225) Expected indentation of 4 spaces (indentation)
(#4229) Expected indentation of 4 spaces (indentation)
(#4230) Expected indentation of 4 spaces (indentation)
(#4233) Expected indentation of 4 spaces (indentation)
(#4237) Expected indentation of 4 spaces (indentation)
(#4238) Expected indentation of 4 spaces (indentation)
(#4241) Expected indentation of 4 spaces (indentation)
(#4245) Expected indentation of 4 spaces (indentation)
(#4252) Expected indentation of 4 spaces (indentation)
(#4253) Expected indentation of 4 spaces (indentation)
(#4254) Expected indentation of 4 spaces (indentation)
(#4255) Expected indentation of 4 spaces (indentation)
(#4258) Expected indentation of 4 spaces (indentation)
(#4264) Expected indentation of 4 spaces (indentation)
(#4259) Expected indentation of 4 spaces (indentation)
(#4260) Expected indentation of 8 spaces (indentation)
(#4261) Expected indentation of 8 spaces (indentation)
(#4262) Expected indentation of 8 spaces (indentation)
(#4263) Expected indentation of 8 spaces (indentation)
(#4267) Expected indentation of 4 spaces (indentation)
(#4268) Expected indentation of 4 spaces (indentation)
(#4271) Expected indentation of 4 spaces (indentation)
(#4272) Expected indentation of 4 spaces (indentation)
(#4273) Expected indentation of 4 spaces (indentation)
(#4274) Expected indentation of 4 spaces (indentation)
(#4275) Expected indentation of 4 spaces (indentation)
(#4276) Expected indentation of 4 spaces (indentation)
(#4279) Expected indentation of 4 spaces (indentation)
(#4280) Expected indentation of 4 spaces (indentation)
(#4281) Expected indentation of 4 spaces (indentation)
(#4282) Expected indentation of 4 spaces (indentation)
(#4283) Expected indentation of 4 spaces (indentation)
(#4284) Expected indentation of 4 spaces (indentation)
(#4285) Expected indentation of 4 spaces (indentation)
(#4288) Expected indentation of 4 spaces (indentation)
(#4289) Expected indentation of 4 spaces (indentation)
(#4290) Expected indentation of 4 spaces (indentation)
(#4293) Expected indentation of 4 spaces (indentation)
(#4296) Expected indentation of 4 spaces (indentation)
(#4299) Expected indentation of 4 spaces (indentation)
(#4300) Expected indentation of 4 spaces (indentation)
(#4301) Expected indentation of 4 spaces (indentation)
(#4302) Expected indentation of 4 spaces (indentation)
(#4303) Expected indentation of 4 spaces (indentation)
(#4304) Expected indentation of 4 spaces (indentation)
(#4305) Expected indentation of 4 spaces (indentation)
(#4308) Expected indentation of 4 spaces (indentation)
(#4309) Expected indentation of 4 spaces (indentation)
(#4310) Expected indentation of 4 spaces (indentation)
(#4311) Expected indentation of 4 spaces (indentation)
(#4312) Expected indentation of 4 spaces (indentation)
(#4313) Expected indentation of 4 spaces (indentation)
(#4314) Expected indentation of 4 spaces (indentation)
(#4315) Expected indentation of 4 spaces (indentation)
(#4319) Expected indentation of 4 spaces (indentation)
(#4321) Expected indentation of 4 spaces (indentation)
(#4320) Expected indentation of 8 spaces (indentation)
(#4322) Expected indentation of 4 spaces (indentation)
(#4324) Expected indentation of 4 spaces (indentation)
(#4323) Expected indentation of 8 spaces (indentation)
(#4327) Expected indentation of 4 spaces (indentation)
(#4329) Expected indentation of 4 spaces (indentation)
(#4328) Expected indentation of 8 spaces (indentation)
(#4330) Expected indentation of 4 spaces (indentation)
(#4332) Expected indentation of 4 spaces (indentation)
(#4331) Expected indentation of 8 spaces (indentation)
(#4335) Expected indentation of 4 spaces (indentation)
(#4336) Expected indentation of 4 spaces (indentation)
(#4341) Expected indentation of 4 spaces (indentation)
(#4344) Expected indentation of 4 spaces (indentation)
(#4345) Expected indentation of 4 spaces (indentation)
(#4346) Expected indentation of 4 spaces (indentation)
(#4349) Expected indentation of 4 spaces (indentation)
(#4350) Expected indentation of 4 spaces (indentation)
(#4351) Expected indentation of 4 spaces (indentation)
(#4354) Expected indentation of 4 spaces (indentation)
(#4359) Expected indentation of 4 spaces (indentation)
(#4362) Expected indentation of 4 spaces (indentation)
(#4365) Expected indentation of 4 spaces (indentation)
(#4366) Expected indentation of 4 spaces (indentation)
(#4371) Expected indentation of 4 spaces (indentation)
(#4374) Expected indentation of 4 spaces (indentation)
(#4377) Expected indentation of 4 spaces (indentation)
(#4380) Expected indentation of 4 spaces (indentation)
(#4384) Expected indentation of 4 spaces (indentation)
(#4385) Expected indentation of 4 spaces (indentation)
(#4386) Expected indentation of 4 spaces (indentation)
(#4389) Expected indentation of 4 spaces (indentation)
(#4392) Expected indentation of 4 spaces (indentation)
(#4393) Expected indentation of 4 spaces (indentation)
(#4396) Expected indentation of 4 spaces (indentation)
(#4397) Expected indentation of 4 spaces (indentation)
(#4400) Expected indentation of 4 spaces (indentation)
(#4403) Expected indentation of 4 spaces (indentation)
(#4409) Expected indentation of 4 spaces (indentation)
(#4413) Expected indentation of 4 spaces (indentation)
(#4416) Expected indentation of 4 spaces (indentation)
(#4423) Expected indentation of 4 spaces (indentation)
(#4417) Expected indentation of 4 spaces (indentation)
(#4418) Expected indentation of 4 spaces (indentation)
(#4419) Expected indentation of 4 spaces (indentation)
(#4420) Expected indentation of 8 spaces (indentation)
(#4421) Expected indentation of 8 spaces (indentation)
(#4422) Expected indentation of 8 spaces (indentation)
(#4426) Expected indentation of 4 spaces (indentation)
(#4427) Expected indentation of 4 spaces (indentation)
(#4431) Expected indentation of 4 spaces (indentation)
(#4432) Expected indentation of 4 spaces (indentation)
(#4433) Expected indentation of 4 spaces (indentation)
(#4434) Expected indentation of 4 spaces (indentation)
(#4437) Expected indentation of 4 spaces (indentation)
(#4440) Expected indentation of 4 spaces (indentation)
(#4441) Expected indentation of 4 spaces (indentation)
(#4442) Expected indentation of 4 spaces (indentation)
(#4445) Expected indentation of 4 spaces (indentation)
(#4446) Expected indentation of 4 spaces (indentation)
(#4447) Expected indentation of 4 spaces (indentation)
(#4448) Expected indentation of 4 spaces (indentation)
(#4449) Expected indentation of 4 spaces (indentation)
(#4450) Expected indentation of 4 spaces (indentation)
(#4451) Expected indentation of 4 spaces (indentation)
(#4454) Expected indentation of 4 spaces (indentation)
(#4457) Expected indentation of 4 spaces (indentation)
(#4458) Expected indentation of 4 spaces (indentation)
(#4463) Expected indentation of 4 spaces (indentation)
(#4464) Expected indentation of 4 spaces (indentation)
(#4465) Expected indentation of 4 spaces (indentation)
(#4468) Expected indentation of 4 spaces (indentation)
(#4469) Expected indentation of 4 spaces (indentation)
(#4473) Expected indentation of 4 spaces (indentation)
(#4476) Expected indentation of 4 spaces (indentation)
(#4479) Expected indentation of 4 spaces (indentation)
(#4480) Expected indentation of 4 spaces (indentation)
(#4481) Expected indentation of 4 spaces (indentation)
(#4482) Expected indentation of 4 spaces (indentation)
(#4485) Expected indentation of 4 spaces (indentation)
(#4486) Expected indentation of 4 spaces (indentation)
(#4495) Expected indentation of 4 spaces (indentation)
(#4496) Expected indentation of 4 spaces (indentation)
(#4499) Expected indentation of 4 spaces (indentation)
(#4500) Expected indentation of 4 spaces (indentation)
(#4503) Expected indentation of 4 spaces (indentation)
(#4504) Expected indentation of 4 spaces (indentation)
(#4505) Expected indentation of 4 spaces (indentation)
(#4508) Expected indentation of 4 spaces (indentation)
(#4537) Expected indentation of 4 spaces (indentation)
(#4540) Expected indentation of 4 spaces (indentation)
(#4544) Expected indentation of 4 spaces (indentation)
(#4541) Expected indentation of 8 spaces (indentation)
(#4542) Expected indentation of 8 spaces (indentation)
(#4543) Expected indentation of 8 spaces (indentation)
(#4547) Expected indentation of 4 spaces (indentation)
(#4552) Expected indentation of 4 spaces (indentation)
(#4553) Expected indentation of 4 spaces (indentation)
(#4554) Expected indentation of 4 spaces (indentation)
(#4555) Expected indentation of 4 spaces (indentation)
(#4556) Expected indentation of 4 spaces (indentation)
(#4561) Expected indentation of 4 spaces (indentation)
(#4585) Expected indentation of 4 spaces (indentation)
(#4586) Expected indentation of 4 spaces (indentation)
(#4632) Expected indentation of 4 spaces (indentation)
(#4633) Expected indentation of 4 spaces (indentation)
(#4634) Expected indentation of 4 spaces (indentation)
(#4637) Expected indentation of 4 spaces (indentation)
(#4642) Expected indentation of 4 spaces (indentation)
(#4643) Expected indentation of 4 spaces (indentation)
(#4646) Expected indentation of 4 spaces (indentation)
(#4651) Expected indentation of 4 spaces (indentation)
(#4652) Expected indentation of 4 spaces (indentation)
(#4655) Expected indentation of 4 spaces (indentation)
(#4660) Expected indentation of 4 spaces (indentation)
(#4661) Expected indentation of 4 spaces (indentation)
(#4664) Expected indentation of 4 spaces (indentation)
(#4669) Expected indentation of 4 spaces (indentation)
(#4670) Expected indentation of 4 spaces (indentation)
(#4674) Expected indentation of 4 spaces (indentation)
(#4675) Expected indentation of 4 spaces (indentation)
(#4680) Expected indentation of 4 spaces (indentation)
(#4681) Expected indentation of 4 spaces (indentation)
(#4682) Expected indentation of 4 spaces (indentation)
(#4688) Expected indentation of 4 spaces (indentation)
(#4691) Expected indentation of 4 spaces (indentation)
(#4694) Expected indentation of 4 spaces (indentation)
(#4695) Expected indentation of 4 spaces (indentation)
(#4696) Expected indentation of 4 spaces (indentation)
(#4697) Expected indentation of 4 spaces (indentation)
(#4698) Expected indentation of 4 spaces (indentation)
(#4701) Expected indentation of 4 spaces (indentation)
(#4704) Expected indentation of 4 spaces (indentation)
(#4705) Expected indentation of 4 spaces (indentation)
(#4706) Expected indentation of 4 spaces (indentation)
(#4707) Expected indentation of 4 spaces (indentation)
(#4708) Expected indentation of 4 spaces (indentation)
(#4709) Expected indentation of 4 spaces (indentation)
(#4710) Expected indentation of 4 spaces (indentation)
(#4711) Expected indentation of 4 spaces (indentation)
(#4712) Expected indentation of 4 spaces (indentation)
(#4713) Expected indentation of 4 spaces (indentation)
(#4714) Expected indentation of 4 spaces (indentation)
(#4715) Expected indentation of 4 spaces (indentation)
(#4716) Expected indentation of 4 spaces (indentation)
(#4717) Expected indentation of 4 spaces (indentation)
(#4718) Expected indentation of 4 spaces (indentation)
(#4719) Expected indentation of 4 spaces (indentation)
(#4720) Expected indentation of 4 spaces (indentation)
(#4721) Expected indentation of 4 spaces (indentation)
(#4722) Expected indentation of 4 spaces (indentation)
(#4723) Expected indentation of 4 spaces (indentation)
(#4724) Expected indentation of 4 spaces (indentation)
(#4732) Expected indentation of 4 spaces (indentation)
(#4733) Expected indentation of 4 spaces (indentation)
(#4738) Expected indentation of 4 spaces (indentation)
(#4739) Expected indentation of 4 spaces (indentation)
(#4743) Expected indentation of 4 spaces (indentation)
(#4744) Expected indentation of 4 spaces (indentation)
(#4745) Expected indentation of 4 spaces (indentation)
(#4746) Expected indentation of 4 spaces (indentation)
(#4751) Expected indentation of 4 spaces (indentation)
(#4752) Expected indentation of 4 spaces (indentation)
(#4753) Expected indentation of 4 spaces (indentation)
(#4754) Expected indentation of 4 spaces (indentation)
(#4755) Expected indentation of 4 spaces (indentation)
(#4759) Expected indentation of 4 spaces (indentation)
(#4763) Expected indentation of 4 spaces (indentation)
(#4764) Expected indentation of 4 spaces (indentation)
(#4765) Expected indentation of 4 spaces (indentation)
(#4768) Expected indentation of 4 spaces (indentation)
(#4769) Expected indentation of 4 spaces (indentation)
(#4770) Expected indentation of 4 spaces (indentation)
(#4775) Expected indentation of 4 spaces (indentation)
(#4776) Expected indentation of 4 spaces (indentation)
(#4777) Expected indentation of 4 spaces (indentation)
(#4788) Expected indentation of 4 spaces (indentation)
(#4789) Expected indentation of 4 spaces (indentation)
(#4790) Expected indentation of 4 spaces (indentation)
(#4795) Expected indentation of 4 spaces (indentation)
(#4806) Expected indentation of 4 spaces (indentation)
(#4807) Expected indentation of 4 spaces (indentation)
(#4810) Expected indentation of 4 spaces (indentation)
(#4811) Expected indentation of 4 spaces (indentation)
(#4815) Expected indentation of 4 spaces (indentation)
(#4816) Expected indentation of 4 spaces (indentation)
(#4817) Expected indentation of 4 spaces (indentation)
(#4818) Expected indentation of 4 spaces (indentation)
(#4821) Expected indentation of 4 spaces (indentation)
(#4822) Expected indentation of 4 spaces (indentation)
(#4826) Expected indentation of 4 spaces (indentation)
(#4829) Expected indentation of 4 spaces (indentation)
(#4832) Expected indentation of 4 spaces (indentation)
(#4835) Expected indentation of 4 spaces (indentation)
(#4836) Expected indentation of 4 spaces (indentation)
(#4837) Expected indentation of 4 spaces (indentation)
(#4838) Expected indentation of 4 spaces (indentation)
(#4839) Expected indentation of 4 spaces (indentation)
(#4840) Expected indentation of 4 spaces (indentation)
(#4844) Expected indentation of 4 spaces (indentation)
(#4848) Expected indentation of 4 spaces (indentation)
(#4849) Expected indentation of 4 spaces (indentation)
(#4850) Expected indentation of 4 spaces (indentation)
(#4851) Expected indentation of 4 spaces (indentation)
(#4852) Expected indentation of 4 spaces (indentation)
(#4853) Expected indentation of 4 spaces (indentation)
(#4856) Expected indentation of 4 spaces (indentation)
(#4860) Expected indentation of 4 spaces (indentation)
(#4861) Expected indentation of 4 spaces (indentation)
(#4864) Expected indentation of 4 spaces (indentation)
(#4865) Expected indentation of 4 spaces (indentation)
(#4866) Expected indentation of 4 spaces (indentation)
(#4867) Expected indentation of 4 spaces (indentation)
(#4868) Expected indentation of 4 spaces (indentation)
(#4869) Expected indentation of 4 spaces (indentation)
(#4870) Expected indentation of 4 spaces (indentation)
(#4873) Expected indentation of 4 spaces (indentation)
(#4874) Expected indentation of 4 spaces (indentation)
(#4878) Expected indentation of 4 spaces (indentation)
(#4879) Expected indentation of 4 spaces (indentation)
(#4882) Expected indentation of 4 spaces (indentation)
(#4886) Expected indentation of 4 spaces (indentation)
(#4887) Expected indentation of 4 spaces (indentation)
(#4890) Expected indentation of 4 spaces (indentation)
(#4893) Expected indentation of 4 spaces (indentation)
(#4897) Expected indentation of 4 spaces (indentation)
(#4898) Expected indentation of 4 spaces (indentation)
(#4899) Expected indentation of 4 spaces (indentation)
(#4900) Expected indentation of 4 spaces (indentation)
(#4901) Expected indentation of 4 spaces (indentation)
(#4902) Expected indentation of 4 spaces (indentation)
(#4905) Expected indentation of 4 spaces (indentation)
(#4908) Expected indentation of 4 spaces (indentation)
(#4909) Expected indentation of 4 spaces (indentation)
(#4910) Expected indentation of 4 spaces (indentation)
(#4911) Expected indentation of 4 spaces (indentation)
(#4914) Expected indentation of 4 spaces (indentation)
(#4918) Expected indentation of 4 spaces (indentation)
(#4921) Expected indentation of 4 spaces (indentation)
(#4924) Expected indentation of 4 spaces (indentation)
(#4925) Expected indentation of 4 spaces (indentation)
(#4926) Expected indentation of 4 spaces (indentation)
(#4927) Expected indentation of 4 spaces (indentation)
(#4930) Expected indentation of 4 spaces (indentation)
(#4931) Expected indentation of 4 spaces (indentation)
(#4934) Expected indentation of 4 spaces (indentation)
(#4935) Expected indentation of 4 spaces (indentation)
(#4936) Expected indentation of 4 spaces (indentation)
(#4939) Expected indentation of 4 spaces (indentation)
(#4942) Expected indentation of 4 spaces (indentation)
(#4944) Expected indentation of 4 spaces (indentation)
(#4943) Expected indentation of 8 spaces (indentation)
(#4947) Expected indentation of 4 spaces (indentation)
(#4949) Expected indentation of 4 spaces (indentation)
(#4948) Expected indentation of 8 spaces (indentation)
(#4953) Expected indentation of 4 spaces (indentation)
(#4956) Expected indentation of 4 spaces (indentation)
(#4959) Expected indentation of 4 spaces (indentation)
(#4962) Expected indentation of 4 spaces (indentation)
(#4963) Expected indentation of 4 spaces (indentation)
(#4966) Expected indentation of 4 spaces (indentation)
(#4973) Expected indentation of 4 spaces (indentation)
(#4977) Expected indentation of 4 spaces (indentation)
(#4980) Expected indentation of 4 spaces (indentation)
(#4983) Expected indentation of 4 spaces (indentation)
(#4987) Expected indentation of 4 spaces (indentation)
(#4988) Expected indentation of 4 spaces (indentation)
(#4989) Expected indentation of 4 spaces (indentation)
(#4990) Expected indentation of 4 spaces (indentation)
(#4991) Expected indentation of 4 spaces (indentation)
(#5011) Expected indentation of 4 spaces (indentation)
(#5012) Expected indentation of 4 spaces (indentation)
(#5013) Expected indentation of 4 spaces (indentation)
(#5016) Expected indentation of 4 spaces (indentation)
(#5023) Expected indentation of 4 spaces (indentation)
(#5017) Expected indentation of 4 spaces (indentation)
(#5018) Expected indentation of 4 spaces (indentation)
(#5019) Expected indentation of 4 spaces (indentation)
(#5020) Expected indentation of 4 spaces (indentation)
(#5021) Expected indentation of 8 spaces (indentation)
(#5022) Expected indentation of 8 spaces (indentation)
(#5026) Expected indentation of 4 spaces (indentation)
(#5027) Expected indentation of 4 spaces (indentation)
(#5028) Expected indentation of 4 spaces (indentation)
(#5029) Expected indentation of 4 spaces (indentation)
(#5030) Expected indentation of 4 spaces (indentation)
(#5031) Expected indentation of 4 spaces (indentation)
(#5034) Expected indentation of 4 spaces (indentation)
(#5035) Expected indentation of 4 spaces (indentation)
(#5036) Expected indentation of 4 spaces (indentation)
(#5037) Expected indentation of 4 spaces (indentation)
(#5038) Expected indentation of 4 spaces (indentation)
(#5041) Expected indentation of 4 spaces (indentation)
(#5048) Expected indentation of 4 spaces (indentation)
(#5049) Expected indentation of 4 spaces (indentation)
(#5050) Expected indentation of 4 spaces (indentation)
(#5053) Expected indentation of 4 spaces (indentation)
(#5054) Expected indentation of 4 spaces (indentation)
(#5055) Expected indentation of 4 spaces (indentation)
(#5056) Expected indentation of 4 spaces (indentation)
(#5057) Expected indentation of 4 spaces (indentation)
(#5060) Expected indentation of 4 spaces (indentation)
(#5063) Expected indentation of 4 spaces (indentation)
(#5064) Expected indentation of 4 spaces (indentation)
(#5065) Expected indentation of 4 spaces (indentation)
(#5066) Expected indentation of 4 spaces (indentation)
(#5069) Expected indentation of 4 spaces (indentation)
(#5070) Expected indentation of 4 spaces (indentation)
(#5071) Expected indentation of 4 spaces (indentation)
(#5077) Expected indentation of 4 spaces (indentation)
(#5080) Expected indentation of 4 spaces (indentation)
(#5083) Expected indentation of 4 spaces (indentation)
(#5096) Expected indentation of 4 spaces (indentation)
(#5097) Expected indentation of 4 spaces (indentation)
(#5100) Expected indentation of 4 spaces (indentation)
(#5101) Expected indentation of 4 spaces (indentation)
(#5102) Expected indentation of 4 spaces (indentation)
(#5105) Expected indentation of 4 spaces (indentation)
(#5106) Expected indentation of 4 spaces (indentation)
(#5107) Expected indentation of 4 spaces (indentation)
(#5108) Expected indentation of 4 spaces (indentation)
(#5111) Expected indentation of 4 spaces (indentation)
(#5113) Expected indentation of 4 spaces (indentation)
(#5112) Expected indentation of 8 spaces (indentation)
(#5114) Expected indentation of 4 spaces (indentation)
(#5117) Expected indentation of 4 spaces (indentation)
(#5115) Expected indentation of 8 spaces (indentation)
(#5116) Expected indentation of 8 spaces (indentation)
(#5120) Expected indentation of 4 spaces (indentation)
(#5134) Expected indentation of 4 spaces (indentation)
(#5135) Expected indentation of 4 spaces (indentation)
(#5140) Expected indentation of 4 spaces (indentation)
(#5141) Expected indentation of 4 spaces (indentation)
(#5144) Expected indentation of 4 spaces (indentation)
(#5147) Expected indentation of 4 spaces (indentation)
(#5150) Expected indentation of 4 spaces (indentation)
(#5151) Expected indentation of 4 spaces (indentation)
(#5152) Expected indentation of 4 spaces (indentation)
(#5153) Expected indentation of 4 spaces (indentation)
(#5154) Expected indentation of 4 spaces (indentation)
(#5158) Expected indentation of 4 spaces (indentation)
(#5159) Expected indentation of 4 spaces (indentation)
(#5160) Expected indentation of 4 spaces (indentation)
(#5161) Expected indentation of 4 spaces (indentation)
(#5162) Expected indentation of 4 spaces (indentation)
(#5163) Expected indentation of 4 spaces (indentation)
(#5166) Expected indentation of 4 spaces (indentation)
(#5167) Expected indentation of 4 spaces (indentation)
(#5168) Expected indentation of 4 spaces (indentation)
(#5169) Expected indentation of 4 spaces (indentation)
(#5170) Expected indentation of 4 spaces (indentation)
(#5173) Expected indentation of 4 spaces (indentation)
(#5174) Expected indentation of 4 spaces (indentation)
(#5175) Expected indentation of 4 spaces (indentation)
(#5176) Expected indentation of 4 spaces (indentation)
(#5177) Expected indentation of 4 spaces (indentation)
(#5180) Expected indentation of 4 spaces (indentation)
(#5181) Expected indentation of 4 spaces (indentation)
(#5184) Expected indentation of 4 spaces (indentation)
(#5187) Expected indentation of 4 spaces (indentation)
(#5188) Expected indentation of 4 spaces (indentation)
(#5192) Expected indentation of 4 spaces (indentation)
(#5193) Expected indentation of 4 spaces (indentation)
(#5196) Expected indentation of 4 spaces (indentation)
(#5202) Expected indentation of 4 spaces (indentation)
(#5203) Expected indentation of 4 spaces (indentation)
(#5206) Expected indentation of 4 spaces (indentation)
(#5211) Expected indentation of 4 spaces (indentation)
(#5212) Expected indentation of 4 spaces (indentation)
(#5213) Expected indentation of 4 spaces (indentation)
(#5218) Expected indentation of 4 spaces (indentation)
(#5221) Expected indentation of 4 spaces (indentation)
(#5222) Expected indentation of 4 spaces (indentation)
(#5223) Expected indentation of 4 spaces (indentation)
(#5224) Expected indentation of 4 spaces (indentation)
(#5227) Expected indentation of 4 spaces (indentation)
(#5228) Expected indentation of 4 spaces (indentation)
(#5231) Expected indentation of 4 spaces (indentation)
(#5232) Expected indentation of 4 spaces (indentation)
(#5235) Expected indentation of 4 spaces (indentation)
(#5238) Expected indentation of 4 spaces (indentation)
(#5241) Expected indentation of 4 spaces (indentation)
(#5247) Expected indentation of 4 spaces (indentation)
(#5250) Expected indentation of 4 spaces (indentation)
(#5253) Expected indentation of 4 spaces (indentation)
(#5254) Expected indentation of 4 spaces (indentation)
(#5257) Expected indentation of 4 spaces (indentation)
(#5261) Expected indentation of 4 spaces (indentation)
(#5264) Expected indentation of 4 spaces (indentation)
(#5267) Expected indentation of 4 spaces (indentation)
(#5268) Expected indentation of 4 spaces (indentation)
(#5271) Expected indentation of 4 spaces (indentation)
(#5273) Expected indentation of 4 spaces (indentation)
(#5272) Expected indentation of 8 spaces (indentation)
(#5276) Expected indentation of 4 spaces (indentation)
(#5282) Expected indentation of 4 spaces (indentation)
(#5285) Expected indentation of 4 spaces (indentation)
(#5286) Expected indentation of 4 spaces (indentation)
(#5287) Expected indentation of 4 spaces (indentation)
(#5288) Expected indentation of 4 spaces (indentation)
(#5292) Expected indentation of 4 spaces (indentation)
(#5297) Expected indentation of 4 spaces (indentation)
(#5302) Expected indentation of 4 spaces (indentation)
(#5305) Expected indentation of 4 spaces (indentation)
(#5308) Expected indentation of 4 spaces (indentation)
(#5309) Expected indentation of 4 spaces (indentation)
(#5312) Expected indentation of 4 spaces (indentation)
(#5313) Expected indentation of 4 spaces (indentation)
(#5314) Expected indentation of 4 spaces (indentation)
(#5317) Expected indentation of 4 spaces (indentation)
(#5318) Expected indentation of 4 spaces (indentation)
(#5322) Expected indentation of 4 spaces (indentation)
(#5323) Expected indentation of 4 spaces (indentation)
(#5324) Expected indentation of 4 spaces (indentation)
(#5327) Expected indentation of 4 spaces (indentation)
(#5328) Expected indentation of 4 spaces (indentation)
(#5329) Expected indentation of 4 spaces (indentation)
(#5330) Expected indentation of 4 spaces (indentation)
(#5331) Expected indentation of 4 spaces (indentation)
(#5332) Expected indentation of 4 spaces (indentation)
(#5335) Expected indentation of 4 spaces (indentation)
(#5336) Expected indentation of 4 spaces (indentation)
(#5337) Expected indentation of 4 spaces (indentation)
(#5340) Expected indentation of 4 spaces (indentation)
(#5341) Expected indentation of 4 spaces (indentation)
(#5342) Expected indentation of 4 spaces (indentation)
(#5343) Expected indentation of 4 spaces (indentation)
(#5351) Expected indentation of 4 spaces (indentation)
(#5353) Expected indentation of 4 spaces (indentation)
(#5352) Expected indentation of 8 spaces (indentation)
(#5356) Expected indentation of 4 spaces (indentation)
(#5359) Expected indentation of 4 spaces (indentation)
(#5360) Expected indentation of 4 spaces (indentation)
(#5361) Expected indentation of 4 spaces (indentation)
(#5364) Expected indentation of 4 spaces (indentation)
(#5367) Expected indentation of 4 spaces (indentation)
(#5370) Expected indentation of 4 spaces (indentation)
(#5368) Expected indentation of 8 spaces (indentation)
(#5369) Expected indentation of 8 spaces (indentation)
(#5373) Expected indentation of 4 spaces (indentation)
(#5376) Expected indentation of 4 spaces (indentation)
(#5379) Expected indentation of 4 spaces (indentation)
(#5384) Expected indentation of 4 spaces (indentation)
(#5385) Expected indentation of 4 spaces (indentation)
(#5386) Expected indentation of 4 spaces (indentation)
(#5389) Expected indentation of 4 spaces (indentation)
(#5393) Expected indentation of 4 spaces (indentation)
(#5394) Expected indentation of 4 spaces (indentation)
(#5397) Expected indentation of 4 spaces (indentation)
(#5401) Expected indentation of 4 spaces (indentation)
(#5402) Expected indentation of 4 spaces (indentation)
(#5405) Expected indentation of 4 spaces (indentation)
(#5411) Expected indentation of 4 spaces (indentation)
(#5412) Expected indentation of 4 spaces (indentation)
(#5413) Expected indentation of 4 spaces (indentation)
(#5414) Expected indentation of 4 spaces (indentation)
(#5418) Expected indentation of 4 spaces (indentation)
(#5419) Expected indentation of 4 spaces (indentation)
(#5420) Expected indentation of 4 spaces (indentation)
(#5424) Expected indentation of 4 spaces (indentation)
(#5425) Expected indentation of 4 spaces (indentation)
(#5428) Expected indentation of 4 spaces (indentation)
(#5432) Expected indentation of 4 spaces (indentation)
(#5433) Expected indentation of 4 spaces (indentation)
(#5436) Expected indentation of 4 spaces (indentation)
(#5439) Expected indentation of 4 spaces (indentation)
(#5442) Expected indentation of 4 spaces (indentation)
(#5443) Expected indentation of 4 spaces (indentation)
(#5446) Expected indentation of 4 spaces (indentation)
(#5449) Expected indentation of 4 spaces (indentation)
(#5450) Expected indentation of 4 spaces (indentation)
(#5453) Expected indentation of 4 spaces (indentation)
(#5456) Expected indentation of 4 spaces (indentation)
(#5460) Expected indentation of 4 spaces (indentation)
(#5461) Expected indentation of 4 spaces (indentation)
(#5462) Expected indentation of 4 spaces (indentation)
(#5463) Expected indentation of 4 spaces (indentation)
(#5464) Expected indentation of 4 spaces (indentation)
(#5467) Expected indentation of 4 spaces (indentation)
(#5470) Expected indentation of 4 spaces (indentation)
(#5473) Expected indentation of 4 spaces (indentation)
(#5474) Expected indentation of 4 spaces (indentation)
(#5478) Expected indentation of 4 spaces (indentation)
(#5481) Expected indentation of 4 spaces (indentation)
(#5484) Expected indentation of 4 spaces (indentation)
(#5487) Expected indentation of 4 spaces (indentation)
(#5490) Expected indentation of 4 spaces (indentation)
(#5488) Expected indentation of 8 spaces (indentation)
(#5489) Expected indentation of 8 spaces (indentation)
(#5491) Expected indentation of 4 spaces (indentation)
(#5493) Expected indentation of 4 spaces (indentation)
(#5492) Expected indentation of 8 spaces (indentation)
(#5494) Expected indentation of 4 spaces (indentation)
(#5500) Expected indentation of 4 spaces (indentation)
(#5495) Expected indentation of 4 spaces (indentation)
(#5496) Expected indentation of 4 spaces (indentation)
(#5497) Expected indentation of 8 spaces (indentation)
(#5498) Expected indentation of 8 spaces (indentation)
(#5499) Expected indentation of 8 spaces (indentation)
(#5501) Expected indentation of 4 spaces (indentation)
(#5506) Expected indentation of 4 spaces (indentation)
(#5502) Expected indentation of 4 spaces (indentation)
(#5503) Expected indentation of 4 spaces (indentation)
(#5504) Expected indentation of 8 spaces (indentation)
(#5505) Expected indentation of 8 spaces (indentation)
(#5507) Expected indentation of 4 spaces (indentation)
(#5509) Expected indentation of 4 spaces (indentation)
(#5508) Expected indentation of 8 spaces (indentation)
(#5510) Expected indentation of 4 spaces (indentation)
(#5513) Expected indentation of 4 spaces (indentation)
(#5511) Expected indentation of 8 spaces (indentation)
(#5512) Expected indentation of 8 spaces (indentation)
(#5514) Expected indentation of 4 spaces (indentation)
(#5516) Expected indentation of 4 spaces (indentation)
(#5515) Expected indentation of 8 spaces (indentation)
(#5517) Expected indentation of 4 spaces (indentation)
(#5520) Expected indentation of 4 spaces (indentation)
(#5518) Expected indentation of 4 spaces (indentation)
(#5519) Expected indentation of 8 spaces (indentation)
(#5521) Expected indentation of 4 spaces (indentation)
(#5524) Expected indentation of 4 spaces (indentation)
(#5522) Expected indentation of 4 spaces (indentation)
(#5523) Expected indentation of 8 spaces (indentation)
(#5525) Expected indentation of 4 spaces (indentation)
(#5527) Expected indentation of 4 spaces (indentation)
(#5526) Expected indentation of 8 spaces (indentation)
(#5528) Expected indentation of 4 spaces (indentation)
(#5532) Expected indentation of 4 spaces (indentation)
(#5529) Expected indentation of 4 spaces (indentation)
(#5530) Expected indentation of 4 spaces (indentation)
(#5531) Expected indentation of 8 spaces (indentation)
(#5533) Expected indentation of 4 spaces (indentation)
(#5537) Expected indentation of 4 spaces (indentation)
(#5534) Expected indentation of 4 spaces (indentation)
(#5535) Expected indentation of 4 spaces (indentation)
(#5536) Expected indentation of 8 spaces (indentation)
(#5540) Expected indentation of 4 spaces (indentation)
(#5542) Expected indentation of 4 spaces (indentation)
(#5541) Expected indentation of 8 spaces (indentation)
(#5557) Expected indentation of 4 spaces (indentation)
(#5558) Expected indentation of 4 spaces (indentation)
(#5561) Expected indentation of 4 spaces (indentation)
(#5565) Expected indentation of 4 spaces (indentation)
(#5566) Expected indentation of 4 spaces (indentation)
(#5567) Expected indentation of 4 spaces (indentation)
(#5570) Expected indentation of 4 spaces (indentation)
(#5571) Expected indentation of 4 spaces (indentation)
(#5572) Expected indentation of 4 spaces (indentation)
(#5575) Expected indentation of 4 spaces (indentation)
(#5576) Expected indentation of 4 spaces (indentation)
(#5579) Expected indentation of 4 spaces (indentation)
(#5584) Expected indentation of 4 spaces (indentation)
(#5580) Expected indentation of 8 spaces (indentation)
(#5581) Expected indentation of 8 spaces (indentation)
(#5582) Expected indentation of 8 spaces (indentation)
(#5583) Expected indentation of 8 spaces (indentation)
(#5585) Expected indentation of 4 spaces (indentation)
(#5589) Expected indentation of 4 spaces (indentation)
(#5586) Expected indentation of 4 spaces (indentation)
(#5587) Expected indentation of 8 spaces (indentation)
(#5588) Expected indentation of 8 spaces (indentation)
(#5590) Expected indentation of 4 spaces (indentation)
(#5593) Expected indentation of 4 spaces (indentation)
(#5591) Expected indentation of 8 spaces (indentation)
(#5592) Expected indentation of 8 spaces (indentation)
(#5596) Expected indentation of 4 spaces (indentation)
(#5602) Expected indentation of 4 spaces (indentation)
(#5603) Expected indentation of 4 spaces (indentation)
(#5604) Expected indentation of 4 spaces (indentation)
(#5605) Expected indentation of 4 spaces (indentation)
(#5606) Expected indentation of 4 spaces (indentation)
(#5609) Expected indentation of 4 spaces (indentation)
(#5615) Expected indentation of 4 spaces (indentation)
(#5620) Expected indentation of 4 spaces (indentation)
(#5625) Expected indentation of 4 spaces (indentation)
(#5630) Expected indentation of 4 spaces (indentation)
(#5636) Expected indentation of 4 spaces (indentation)
(#5642) Expected indentation of 4 spaces (indentation)
(#5643) Expected indentation of 4 spaces (indentation)
(#5644) Expected indentation of 4 spaces (indentation)
(#5645) Expected indentation of 4 spaces (indentation)
(#5646) Expected indentation of 4 spaces (indentation)
(#5647) Expected indentation of 4 spaces (indentation)
(#5651) Expected indentation of 4 spaces (indentation)
(#5654) Expected indentation of 4 spaces (indentation)
(#5655) Expected indentation of 4 spaces (indentation)
(#5658) Expected indentation of 4 spaces (indentation)
(#5659) Expected indentation of 4 spaces (indentation)
(#5662) Expected indentation of 4 spaces (indentation)
(#5663) Expected indentation of 4 spaces (indentation)
(#5664) Expected indentation of 4 spaces (indentation)
(#5665) Expected indentation of 4 spaces (indentation)
(#5666) Expected indentation of 4 spaces (indentation)
(#5667) Expected indentation of 4 spaces (indentation)
(#5670) Expected indentation of 4 spaces (indentation)
(#5673) Expected indentation of 4 spaces (indentation)
(#5676) Expected indentation of 4 spaces (indentation)
(#5677) Expected indentation of 4 spaces (indentation)
(#5678) Expected indentation of 4 spaces (indentation)
(#5681) Expected indentation of 4 spaces (indentation)
(#5684) Expected indentation of 4 spaces (indentation)
(#5687) Expected indentation of 4 spaces (indentation)
(#5688) Expected indentation of 4 spaces (indentation)
(#5689) Expected indentation of 4 spaces (indentation)
(#5690) Expected indentation of 4 spaces (indentation)
(#5691) Expected indentation of 4 spaces (indentation)
(#5694) Expected indentation of 4 spaces (indentation)
(#5698) Expected indentation of 4 spaces (indentation)
(#5699) Expected indentation of 4 spaces (indentation)
(#5702) Expected indentation of 4 spaces (indentation)
(#5703) Expected indentation of 4 spaces (indentation)
(#5704) Expected indentation of 4 spaces (indentation)
(#5705) Expected indentation of 4 spaces (indentation)
(#5706) Expected indentation of 4 spaces (indentation)
(#5707) Expected indentation of 4 spaces (indentation)
(#5710) Expected indentation of 4 spaces (indentation)
(#5713) Expected indentation of 4 spaces (indentation)
(#5714) Expected indentation of 4 spaces (indentation)
(#5715) Expected indentation of 4 spaces (indentation)
(#5716) Expected indentation of 4 spaces (indentation)
(#5717) Expected indentation of 4 spaces (indentation)
(#5718) Expected indentation of 4 spaces (indentation)
(#5721) Expected indentation of 4 spaces (indentation)
(#5722) Expected indentation of 4 spaces (indentation)
(#5723) Expected indentation of 4 spaces (indentation)
(#5727) Expected indentation of 4 spaces (indentation)
(#5730) Expected indentation of 4 spaces (indentation)
(#5733) Expected indentation of 4 spaces (indentation)
(#5736) Expected indentation of 4 spaces (indentation)
(#5739) Expected indentation of 4 spaces (indentation)
(#5742) Expected indentation of 4 spaces (indentation)
(#5749) Expected indentation of 4 spaces (indentation)
(#5750) Expected indentation of 4 spaces (indentation)
(#5751) Expected indentation of 4 spaces (indentation)
(#5752) Expected indentation of 4 spaces (indentation)
(#5753) Expected indentation of 4 spaces (indentation)
(#5758) Expected indentation of 4 spaces (indentation)
(#5762) Expected indentation of 4 spaces (indentation)
(#5765) Expected indentation of 4 spaces (indentation)
(#5769) Expected indentation of 4 spaces (indentation)
(#5770) Expected indentation of 4 spaces (indentation)
(#5771) Expected indentation of 4 spaces (indentation)
(#5772) Expected indentation of 4 spaces (indentation)
(#5773) Expected indentation of 4 spaces (indentation)
(#5774) Expected indentation of 4 spaces (indentation)
(#5777) Expected indentation of 4 spaces (indentation)
(#5780) Expected indentation of 4 spaces (indentation)
(#5785) Expected indentation of 4 spaces (indentation)
(#5786) Expected indentation of 4 spaces (indentation)
(#5787) Expected indentation of 4 spaces (indentation)
(#5792) Expected indentation of 4 spaces (indentation)
(#5796) Expected indentation of 4 spaces (indentation)
(#5797) Expected indentation of 4 spaces (indentation)
(#5798) Expected indentation of 4 spaces (indentation)
(#5801) Expected indentation of 4 spaces (indentation)
(#5803) Expected indentation of 4 spaces (indentation)
(#5802) Expected indentation of 8 spaces (indentation)
(#5804) Expected indentation of 4 spaces (indentation)
(#5807) Expected indentation of 4 spaces (indentation)
(#5805) Expected indentation of 8 spaces (indentation)
(#5806) Expected indentation of 8 spaces (indentation)
(#5808) Expected indentation of 4 spaces (indentation)
(#5811) Expected indentation of 4 spaces (indentation)
(#5809) Expected indentation of 4 spaces (indentation)
(#5810) Expected indentation of 8 spaces (indentation)
(#5815) Expected indentation of 4 spaces (indentation)
(#5816) Expected indentation of 4 spaces (indentation)
(#5817) Expected indentation of 4 spaces (indentation)
(#5818) Expected indentation of 4 spaces (indentation)
(#5821) Expected indentation of 4 spaces (indentation)
(#5824) Expected indentation of 4 spaces (indentation)
(#5822) Expected indentation of 8 spaces (indentation)
(#5823) Expected indentation of 8 spaces (indentation)
(#5827) Expected indentation of 4 spaces (indentation)
(#5828) Expected indentation of 4 spaces (indentation)
(#5829) Expected indentation of 4 spaces (indentation)
(#5830) Expected indentation of 4 spaces (indentation)
(#5833) Expected indentation of 4 spaces (indentation)
(#5836) Expected indentation of 4 spaces (indentation)
(#5834) Expected indentation of 8 spaces (indentation)
(#5835) Expected indentation of 8 spaces (indentation)
(#5840) Expected indentation of 4 spaces (indentation)
(#5841) Expected indentation of 4 spaces (indentation)
(#5842) Expected indentation of 4 spaces (indentation)
(#5843) Expected indentation of 4 spaces (indentation)
(#5846) Expected indentation of 4 spaces (indentation)
(#5849) Expected indentation of 4 spaces (indentation)
(#5847) Expected indentation of 8 spaces (indentation)
(#5848) Expected indentation of 8 spaces (indentation)
(#5852) Expected indentation of 4 spaces (indentation)
(#5853) Expected indentation of 4 spaces (indentation)
(#5854) Expected indentation of 4 spaces (indentation)
(#5855) Expected indentation of 4 spaces (indentation)
(#5858) Expected indentation of 4 spaces (indentation)
(#5861) Expected indentation of 4 spaces (indentation)
(#5859) Expected indentation of 8 spaces (indentation)
(#5860) Expected indentation of 8 spaces (indentation)
(#5864) Expected indentation of 4 spaces (indentation)
(#5868) Expected indentation of 4 spaces (indentation)
(#5869) Expected indentation of 4 spaces (indentation)
(#5874) Expected indentation of 4 spaces (indentation)
(#5877) Expected indentation of 4 spaces (indentation)
(#5880) Expected indentation of 4 spaces (indentation)
(#5883) Expected indentation of 4 spaces (indentation)
(#5888) Expected indentation of 4 spaces (indentation)
(#5892) Expected indentation of 4 spaces (indentation)
(#5895) Expected indentation of 4 spaces (indentation)
(#5898) Expected indentation of 4 spaces (indentation)
(#5901) Expected indentation of 4 spaces (indentation)
(#5902) Expected indentation of 4 spaces (indentation)
(#5908) Expected indentation of 4 spaces (indentation)
(#5912) Expected indentation of 4 spaces (indentation)
(#5917) Expected indentation of 4 spaces (indentation)
(#5920) Expected indentation of 4 spaces (indentation)
(#5923) Expected indentation of 4 spaces (indentation)
(#5924) Expected indentation of 4 spaces (indentation)
(#5925) Expected indentation of 4 spaces (indentation)
(#5926) Expected indentation of 4 spaces (indentation)
(#5927) Expected indentation of 4 spaces (indentation)
(#5928) Expected indentation of 4 spaces (indentation)
(#5929) Expected indentation of 4 spaces (indentation)
(#5932) Expected indentation of 4 spaces (indentation)
(#5933) Expected indentation of 4 spaces (indentation)
(#5934) Expected indentation of 4 spaces (indentation)
(#5935) Expected indentation of 4 spaces (indentation)
(#5936) Expected indentation of 4 spaces (indentation)
(#5937) Expected indentation of 4 spaces (indentation)
(#5938) Expected indentation of 4 spaces (indentation)
(#5939) Expected indentation of 4 spaces (indentation)
(#5940) Expected indentation of 4 spaces (indentation)
(#5941) Expected indentation of 4 spaces (indentation)
(#5942) Expected indentation of 4 spaces (indentation)
(#5943) Expected indentation of 4 spaces (indentation)
(#5944) Expected indentation of 4 spaces (indentation)
(#5945) Expected indentation of 4 spaces (indentation)
(#5946) Expected indentation of 4 spaces (indentation)
(#5947) Expected indentation of 4 spaces (indentation)
(#5948) Expected indentation of 4 spaces (indentation)
(#5949) Expected indentation of 4 spaces (indentation)
(#5950) Expected indentation of 4 spaces (indentation)
(#5951) Expected indentation of 4 spaces (indentation)
(#5952) Expected indentation of 4 spaces (indentation)
(#5960) Expected indentation of 4 spaces (indentation)
(#5961) Expected indentation of 4 spaces (indentation)
(#5966) Expected indentation of 4 spaces (indentation)
(#5967) Expected indentation of 4 spaces (indentation)
(#5971) Expected indentation of 4 spaces (indentation)
(#5972) Expected indentation of 4 spaces (indentation)
(#5973) Expected indentation of 4 spaces (indentation)
(#5974) Expected indentation of 4 spaces (indentation)
(#5979) Expected indentation of 4 spaces (indentation)
(#5980) Expected indentation of 4 spaces (indentation)
(#5981) Expected indentation of 4 spaces (indentation)
(#5982) Expected indentation of 4 spaces (indentation)
(#5983) Expected indentation of 4 spaces (indentation)
(#5987) Expected indentation of 4 spaces (indentation)
(#5991) Expected indentation of 4 spaces (indentation)
(#5992) Expected indentation of 4 spaces (indentation)
(#5993) Expected indentation of 4 spaces (indentation)
(#5996) Expected indentation of 4 spaces (indentation)
(#5997) Expected indentation of 4 spaces (indentation)
(#5998) Expected indentation of 4 spaces (indentation)
(#6003) Expected indentation of 4 spaces (indentation)
(#6004) Expected indentation of 4 spaces (indentation)
(#6005) Expected indentation of 4 spaces (indentation)
(#6016) Expected indentation of 4 spaces (indentation)
(#6017) Expected indentation of 4 spaces (indentation)
(#6018) Expected indentation of 4 spaces (indentation)
(#6023) Expected indentation of 4 spaces (indentation)
(#6034) Expected indentation of 4 spaces (indentation)
(#6035) Expected indentation of 4 spaces (indentation)
(#6038) Expected indentation of 4 spaces (indentation)
(#6039) Expected indentation of 4 spaces (indentation)
(#6042) Expected indentation of 4 spaces (indentation)
(#6043) Expected indentation of 4 spaces (indentation)
(#6046) Expected indentation of 4 spaces (indentation)
(#6049) Expected indentation of 4 spaces (indentation)
(#6050) Expected indentation of 4 spaces (indentation)
(#6053) Expected indentation of 4 spaces (indentation)
(#6054) Expected indentation of 4 spaces (indentation)
(#6058) Expected indentation of 4 spaces (indentation)
(#6059) Expected indentation of 4 spaces (indentation)
(#6060) Expected indentation of 4 spaces (indentation)
(#6061) Expected indentation of 4 spaces (indentation)
(#6065) Expected indentation of 4 spaces (indentation)
(#6068) Expected indentation of 4 spaces (indentation)
(#6071) Expected indentation of 4 spaces (indentation)
(#6074) Expected indentation of 4 spaces (indentation)
(#6077) Expected indentation of 4 spaces (indentation)
(#6078) Expected indentation of 4 spaces (indentation)
(#6079) Expected indentation of 4 spaces (indentation)
(#6083) Expected indentation of 4 spaces (indentation)
(#6086) Expected indentation of 4 spaces (indentation)
(#6089) Expected indentation of 4 spaces (indentation)
(#6087) Expected indentation of 8 spaces (indentation)
(#6088) Expected indentation of 8 spaces (indentation)
(#6090) Expected indentation of 4 spaces (indentation)
(#6098) Expected indentation of 4 spaces (indentation)
(#6091) Expected indentation of 4 spaces (indentation)
(#6092) Expected indentation of 8 spaces (indentation)
(#6093) Expected indentation of 8 spaces (indentation)
(#6094) Expected indentation of 8 spaces (indentation)
(#6095) Expected indentation of 8 spaces (indentation)
(#6096) Expected indentation of 8 spaces (indentation)
(#6097) Expected indentation of 8 spaces (indentation)
(#6102) Expected indentation of 4 spaces (indentation)
(#6103) Expected indentation of 4 spaces (indentation)
(#6104) Expected indentation of 4 spaces (indentation)
(#6108) Expected indentation of 4 spaces (indentation)
(#6112) Expected indentation of 4 spaces (indentation)
(#6115) Expected indentation of 4 spaces (indentation)
(#6119) Expected indentation of 4 spaces (indentation)
(#6122) Expected indentation of 4 spaces (indentation)
(#6125) Expected indentation of 4 spaces (indentation)
(#6128) Expected indentation of 4 spaces (indentation)
(#6126) Expected indentation of 4 spaces (indentation)
(#6127) Expected indentation of 8 spaces (indentation)
(#6129) Expected indentation of 4 spaces (indentation)
(#6132) Expected indentation of 4 spaces (indentation)
(#6130) Expected indentation of 8 spaces (indentation)
(#6131) Expected indentation of 8 spaces (indentation)
(#6136) Expected indentation of 4 spaces (indentation)
(#6139) Expected indentation of 4 spaces (indentation)
(#6142) Expected indentation of 4 spaces (indentation)
(#6145) Expected indentation of 4 spaces (indentation)
(#6151) Expected indentation of 4 spaces (indentation)
(#6154) Expected indentation of 4 spaces (indentation)
(#6155) Expected indentation of 4 spaces (indentation)
(#6156) Expected indentation of 4 spaces (indentation)
(#6160) Expected indentation of 4 spaces (indentation)
(#6161) Expected indentation of 4 spaces (indentation)
(#6162) Expected indentation of 4 spaces (indentation)
(#6163) Expected indentation of 4 spaces (indentation)
(#6164) Expected indentation of 4 spaces (indentation)
(#6165) Expected indentation of 4 spaces (indentation)
(#6168) Expected indentation of 4 spaces (indentation)
(#6172) Expected indentation of 4 spaces (indentation)
(#6173) Expected indentation of 4 spaces (indentation)
(#6176) Expected indentation of 4 spaces (indentation)
(#6177) Expected indentation of 4 spaces (indentation)
(#6178) Expected indentation of 4 spaces (indentation)
(#6179) Expected indentation of 4 spaces (indentation)
(#6184) Expected indentation of 4 spaces (indentation)
(#6185) Expected indentation of 4 spaces (indentation)
(#6186) Expected indentation of 4 spaces (indentation)
(#6187) Expected indentation of 4 spaces (indentation)
(#6188) Expected indentation of 4 spaces (indentation)
(#6191) Expected indentation of 4 spaces (indentation)
(#6194) Expected indentation of 4 spaces (indentation)
(#6197) Expected indentation of 4 spaces (indentation)
(#6198) Expected indentation of 4 spaces (indentation)
(#6202) Expected indentation of 4 spaces (indentation)
(#6205) Expected indentation of 4 spaces (indentation)
(#6206) Expected indentation of 4 spaces (indentation)
(#6207) Expected indentation of 4 spaces (indentation)
(#6208) Expected indentation of 4 spaces (indentation)
(#6209) Expected indentation of 4 spaces (indentation)
(#6210) Expected indentation of 4 spaces (indentation)
(#6211) Expected indentation of 4 spaces (indentation)
(#6212) Expected indentation of 4 spaces (indentation)
(#6216) Expected indentation of 4 spaces (indentation)
(#6217) Expected indentation of 4 spaces (indentation)
(#6220) Expected indentation of 4 spaces (indentation)
(#6224) Expected indentation of 4 spaces (indentation)
(#6225) Expected indentation of 4 spaces (indentation)
(#6228) Expected indentation of 4 spaces (indentation)
(#6232) Expected indentation of 4 spaces (indentation)
(#6233) Expected indentation of 4 spaces (indentation)
(#6234) Expected indentation of 4 spaces (indentation)
(#6235) Expected indentation of 4 spaces (indentation)
(#6236) Expected indentation of 4 spaces (indentation)
(#6237) Expected indentation of 4 spaces (indentation)
(#6240) Expected indentation of 4 spaces (indentation)
(#6245) Expected indentation of 4 spaces (indentation)
(#6248) Expected indentation of 4 spaces (indentation)
(#6249) Expected indentation of 4 spaces (indentation)
(#6250) Expected indentation of 4 spaces (indentation)
(#6253) Expected indentation of 4 spaces (indentation)
(#6257) Expected indentation of 4 spaces (indentation)
(#6260) Expected indentation of 4 spaces (indentation)
(#6261) Expected indentation of 4 spaces (indentation)
(#6268) Expected indentation of 4 spaces (indentation)
(#6271) Expected indentation of 4 spaces (indentation)
(#6272) Expected indentation of 4 spaces (indentation)
(#6273) Expected indentation of 4 spaces (indentation)
(#6274) Expected indentation of 4 spaces (indentation)
(#6275) Expected indentation of 4 spaces (indentation)
(#6279) Expected indentation of 4 spaces (indentation)
(#6282) Expected indentation of 4 spaces (indentation)
(#6285) Expected indentation of 4 spaces (indentation)
(#6288) Expected indentation of 4 spaces (indentation)
(#6291) Expected indentation of 4 spaces (indentation)
(#6292) Expected indentation of 4 spaces (indentation)
(#6296) Expected indentation of 4 spaces (indentation)
(#6299) Expected indentation of 4 spaces (indentation)
(#6301) Expected indentation of 4 spaces (indentation)
(#6300) Expected indentation of 8 spaces (indentation)
(#6302) Expected indentation of 4 spaces (indentation)
(#6304) Expected indentation of 4 spaces (indentation)
(#6303) Expected indentation of 8 spaces (indentation)
(#6305) Expected indentation of 4 spaces (indentation)
(#6307) Expected indentation of 4 spaces (indentation)
(#6306) Expected indentation of 8 spaces (indentation)
(#6308) Expected indentation of 4 spaces (indentation)
(#6311) Expected indentation of 4 spaces (indentation)
(#6309) Expected indentation of 8 spaces (indentation)
(#6310) Expected indentation of 8 spaces (indentation)
(#6312) Expected indentation of 4 spaces (indentation)
(#6317) Expected indentation of 4 spaces (indentation)
(#6313) Expected indentation of 8 spaces (indentation)
(#6314) Expected indentation of 8 spaces (indentation)
(#6315) Expected indentation of 8 spaces (indentation)
(#6316) Expected indentation of 8 spaces (indentation)
(#6318) Expected indentation of 4 spaces (indentation)
(#6325) Expected indentation of 4 spaces (indentation)
(#6319) Expected indentation of 4 spaces (indentation)
(#6320) Expected indentation of 8 spaces (indentation)
(#6321) Expected indentation of 8 spaces (indentation)
(#6322) Expected indentation of 8 spaces (indentation)
(#6323) Expected indentation of 8 spaces (indentation)
(#6324) Expected indentation of 8 spaces (indentation)
(#6326) Expected indentation of 4 spaces (indentation)
(#6328) Expected indentation of 4 spaces (indentation)
(#6327) Expected indentation of 8 spaces (indentation)
(#6329) Expected indentation of 4 spaces (indentation)
(#6333) Expected indentation of 4 spaces (indentation)
(#6330) Expected indentation of 8 spaces (indentation)
(#6331) Expected indentation of 8 spaces (indentation)
(#6332) Expected indentation of 8 spaces (indentation)
(#6334) Expected indentation of 4 spaces (indentation)
(#6336) Expected indentation of 4 spaces (indentation)
(#6335) Expected indentation of 8 spaces (indentation)
(#6337) Expected indentation of 4 spaces (indentation)
(#6339) Expected indentation of 4 spaces (indentation)
(#6338) Expected indentation of 8 spaces (indentation)
(#6340) Expected indentation of 4 spaces (indentation)
(#6342) Expected indentation of 4 spaces (indentation)
(#6341) Expected indentation of 8 spaces (indentation)
(#6343) Expected indentation of 4 spaces (indentation)
(#6345) Expected indentation of 4 spaces (indentation)
(#6344) Expected indentation of 8 spaces (indentation)
(#6346) Expected indentation of 4 spaces (indentation)
(#6349) Expected indentation of 4 spaces (indentation)
(#6347) Expected indentation of 8 spaces (indentation)
(#6348) Expected indentation of 8 spaces (indentation)
(#6350) Expected indentation of 4 spaces (indentation)
(#6353) Expected indentation of 4 spaces (indentation)
(#6351) Expected indentation of 4 spaces (indentation)
(#6352) Expected indentation of 8 spaces (indentation)
(#6354) Expected indentation of 4 spaces (indentation)
(#6358) Expected indentation of 4 spaces (indentation)
(#6355) Expected indentation of 8 spaces (indentation)
(#6356) Expected indentation of 8 spaces (indentation)
(#6357) Expected indentation of 8 spaces (indentation)
(#6359) Expected indentation of 4 spaces (indentation)
(#6362) Expected indentation of 4 spaces (indentation)
(#6360) Expected indentation of 8 spaces (indentation)
(#6361) Expected indentation of 8 spaces (indentation)
(#6365) Expected indentation of 4 spaces (indentation)
(#6368) Expected indentation of 4 spaces (indentation)
(#6371) Expected indentation of 4 spaces (indentation)
(#6374) Expected indentation of 4 spaces (indentation)
(#6375) Expected indentation of 4 spaces (indentation)
(#6378) Expected indentation of 4 spaces (indentation)
(#6381) Expected indentation of 4 spaces (indentation)
(#6384) Expected indentation of 4 spaces (indentation)
(#6385) Expected indentation of 4 spaces (indentation)
(#6388) Expected indentation of 4 spaces (indentation)
(#6391) Expected indentation of 4 spaces (indentation)
(#6394) Expected indentation of 4 spaces (indentation)
(#6397) Expected indentation of 4 spaces (indentation)
(#6398) Expected indentation of 4 spaces (indentation)
(#6399) Expected indentation of 4 spaces (indentation)
(#6402) Expected indentation of 4 spaces (indentation)
(#6405) Expected indentation of 4 spaces (indentation)
(#6416) Expected indentation of 4 spaces (indentation)
(#6417) Expected indentation of 4 spaces (indentation)
(#6418) Expected indentation of 4 spaces (indentation)
(#6436) Expected indentation of 4 spaces (indentation)
(#6439) Expected indentation of 4 spaces (indentation)
(#6445) Expected indentation of 4 spaces (indentation)
(#6446) Expected indentation of 4 spaces (indentation)
(#6449) Expected indentation of 4 spaces (indentation)
(#6450) Expected indentation of 4 spaces (indentation)
(#6453) Expected indentation of 4 spaces (indentation)
(#6454) Expected indentation of 4 spaces (indentation)
(#6460) Expected indentation of 4 spaces (indentation)
(#6461) Expected indentation of 4 spaces (indentation)
(#6462) Expected indentation of 4 spaces (indentation)
(#6463) Expected indentation of 4 spaces (indentation)
(#6464) Expected indentation of 4 spaces (indentation)
(#6465) Expected indentation of 4 spaces (indentation)
(#6466) Expected indentation of 4 spaces (indentation)
(#6467) Expected indentation of 4 spaces (indentation)
(#6468) Expected indentation of 4 spaces (indentation)
(#6469) Expected indentation of 4 spaces (indentation)
(#6470) Expected indentation of 4 spaces (indentation)
(#6471) Expected indentation of 4 spaces (indentation)
(#6472) Expected indentation of 4 spaces (indentation)
(#6473) Expected indentation of 4 spaces (indentation)
(#6474) Expected indentation of 4 spaces (indentation)
(#6475) Expected indentation of 4 spaces (indentation)
(#6476) Expected indentation of 4 spaces (indentation)
(#6477) Expected indentation of 4 spaces (indentation)
(#6478) Expected indentation of 4 spaces (indentation)
(#6479) Expected indentation of 4 spaces (indentation)
(#6480) Expected indentation of 4 spaces (indentation)
(#6481) Expected indentation of 4 spaces (indentation)
(#6507) Expected indentation of 4 spaces (indentation)
(#6508) Expected indentation of 4 spaces (indentation)
(#6522) Expected indentation of 4 spaces (indentation)
(#6523) Expected indentation of 4 spaces (indentation)
(#6533) Expected indentation of 4 spaces (indentation)
(#6534) Expected indentation of 4 spaces (indentation)
(#6535) Expected indentation of 4 spaces (indentation)
(#6536) Expected indentation of 4 spaces (indentation)
(#6550) Expected indentation of 4 spaces (indentation)
(#6551) Expected indentation of 4 spaces (indentation)
(#6552) Expected indentation of 4 spaces (indentation)
(#6553) Expected indentation of 4 spaces (indentation)
(#6554) Expected indentation of 4 spaces (indentation)
(#6564) Expected indentation of 4 spaces (indentation)
(#6574) Expected indentation of 4 spaces (indentation)
(#6575) Expected indentation of 4 spaces (indentation)
(#6576) Expected indentation of 4 spaces (indentation)
(#6582) Expected indentation of 4 spaces (indentation)
(#6583) Expected indentation of 4 spaces (indentation)
(#6584) Expected indentation of 4 spaces (indentation)
(#6598) Expected indentation of 4 spaces (indentation)
(#6599) Expected indentation of 4 spaces (indentation)
(#6600) Expected indentation of 4 spaces (indentation)
(#6638) Expected indentation of 4 spaces (indentation)
(#6639) Expected indentation of 4 spaces (indentation)
(#6640) Expected indentation of 4 spaces (indentation)
(#6654) Expected indentation of 4 spaces (indentation)
(#6692) Expected indentation of 4 spaces (indentation)
(#6693) Expected indentation of 4 spaces (indentation)
(#6699) Expected indentation of 4 spaces (indentation)
(#6700) Expected indentation of 4 spaces (indentation)
(#6703) Expected indentation of 4 spaces (indentation)
(#6707) Expected indentation of 4 spaces (indentation)
(#6711) Expected indentation of 4 spaces (indentation)
(#6714) Expected indentation of 4 spaces (indentation)
(#6715) Expected indentation of 4 spaces (indentation)
(#6718) Expected indentation of 4 spaces (indentation)
(#6719) Expected indentation of 4 spaces (indentation)
(#6720) Expected indentation of 4 spaces (indentation)
(#6723) Expected indentation of 4 spaces (indentation)
(#6724) Expected indentation of 4 spaces (indentation)
(#6727) Expected indentation of 4 spaces (indentation)
(#6728) Expected indentation of 4 spaces (indentation)
(#6729) Expected indentation of 4 spaces (indentation)
(#6730) Expected indentation of 4 spaces (indentation)
(#6731) Expected indentation of 4 spaces (indentation)
(#6732) Expected indentation of 4 spaces (indentation)
(#6733) Expected indentation of 4 spaces (indentation)
(#6734) Expected indentation of 4 spaces (indentation)
(#6735) Expected indentation of 4 spaces (indentation)
(#6736) Expected indentation of 4 spaces (indentation)
(#6737) Expected indentation of 4 spaces (indentation)
(#6741) Expected indentation of 4 spaces (indentation)
(#6742) Expected indentation of 4 spaces (indentation)
(#6743) Expected indentation of 4 spaces (indentation)
(#6744) Expected indentation of 4 spaces (indentation)
(#6745) Expected indentation of 4 spaces (indentation)
(#6746) Expected indentation of 4 spaces (indentation)
(#6747) Expected indentation of 4 spaces (indentation)
(#6748) Expected indentation of 4 spaces (indentation)
(#6749) Expected indentation of 4 spaces (indentation)
(#6750) Expected indentation of 4 spaces (indentation)
(#6751) Expected indentation of 4 spaces (indentation)
(#6752) Expected indentation of 4 spaces (indentation)
(#6756) Expected indentation of 4 spaces (indentation)
(#6760) Expected indentation of 4 spaces (indentation)
(#6761) Expected indentation of 4 spaces (indentation)
(#6765) Expected indentation of 4 spaces (indentation)
(#6766) Expected indentation of 4 spaces (indentation)
(#6767) Expected indentation of 4 spaces (indentation)
(#6768) Expected indentation of 4 spaces (indentation)
(#6769) Expected indentation of 4 spaces (indentation)
(#6770) Expected indentation of 4 spaces (indentation)
(#6771) Expected indentation of 4 spaces (indentation)
(#6777) Expected indentation of 4 spaces (indentation)
(#6778) Expected indentation of 4 spaces (indentation)
(#6779) Expected indentation of 4 spaces (indentation)
(#6785) Expected indentation of 4 spaces (indentation)
(#6786) Expected indentation of 4 spaces (indentation)
(#6787) Expected indentation of 4 spaces (indentation)
(#6788) Expected indentation of 4 spaces (indentation)
(#6789) Expected indentation of 4 spaces (indentation)
(#6790) Expected indentation of 4 spaces (indentation)
(#6800) Expected indentation of 4 spaces (indentation)
(#6801) Expected indentation of 4 spaces (indentation)
(#6802) Expected indentation of 4 spaces (indentation)
(#6806) Expected indentation of 4 spaces (indentation)
(#6809) Expected indentation of 4 spaces (indentation)
(#6810) Expected indentation of 4 spaces (indentation)
(#6813) Expected indentation of 4 spaces (indentation)
(#6816) Expected indentation of 4 spaces (indentation)
(#6822) Expected indentation of 4 spaces (indentation)
(#6823) Expected indentation of 4 spaces (indentation)
(#6827) Expected indentation of 4 spaces (indentation)
(#6828) Expected indentation of 4 spaces (indentation)
(#6832) Expected indentation of 4 spaces (indentation)
(#6833) Expected indentation of 4 spaces (indentation)
(#6841) Expected indentation of 4 spaces (indentation)
(#6842) Expected indentation of 4 spaces (indentation)
(#6846) Expected indentation of 4 spaces (indentation)
(#6852) Expected indentation of 4 spaces (indentation)
(#6858) Expected indentation of 4 spaces (indentation)
(#6859) Expected indentation of 4 spaces (indentation)
(#6860) Expected indentation of 4 spaces (indentation)
(#6868) Expected indentation of 4 spaces (indentation)
(#6872) Expected indentation of 4 spaces (indentation)
(#6878) Expected indentation of 4 spaces (indentation)
(#6882) Expected indentation of 4 spaces (indentation)
(#6886) Expected indentation of 4 spaces (indentation)
(#6896) Expected indentation of 4 spaces (indentation)
(#6897) Expected indentation of 4 spaces (indentation)
(#6915) Expected indentation of 4 spaces (indentation)
(#6919) Expected indentation of 4 spaces (indentation)
(#6923) Expected indentation of 4 spaces (indentation)
(#6926) Expected indentation of 4 spaces (indentation)
(#6927) Expected indentation of 4 spaces (indentation)
(#6930) Expected indentation of 4 spaces (indentation)
(#6933) Expected indentation of 4 spaces (indentation)
(#6936) Expected indentation of 4 spaces (indentation)
(#6939) Expected indentation of 4 spaces (indentation)
(#6940) Expected indentation of 4 spaces (indentation)
(#6941) Expected indentation of 4 spaces (indentation)
(#6944) Expected indentation of 4 spaces (indentation)
(#6947) Expected indentation of 4 spaces (indentation)
(#6948) Expected indentation of 4 spaces (indentation)
(#6951) Expected indentation of 4 spaces (indentation)
(#6952) Expected indentation of 4 spaces (indentation)
(#6955) Expected indentation of 4 spaces (indentation)
(#6956) Expected indentation of 4 spaces (indentation)
(#6962) Expected indentation of 4 spaces (indentation)
(#6963) Expected indentation of 4 spaces (indentation)
(#6977) Expected indentation of 4 spaces (indentation)
(#6978) Expected indentation of 4 spaces (indentation)
(#6984) Expected indentation of 4 spaces (indentation)
(#6988) Expected indentation of 4 spaces (indentation)
(#6992) Expected indentation of 4 spaces (indentation)
(#6993) Expected indentation of 4 spaces (indentation)
(#6997) Expected indentation of 4 spaces (indentation)
(#7003) Expected indentation of 4 spaces (indentation)
(#7004) Expected indentation of 4 spaces (indentation)
(#7010) Expected indentation of 4 spaces (indentation)
(#7014) Expected indentation of 4 spaces (indentation)
(#7020) Expected indentation of 4 spaces (indentation)
(#7024) Expected indentation of 4 spaces (indentation)
(#7027) Expected indentation of 4 spaces (indentation)
(#7028) Expected indentation of 4 spaces (indentation)
(#7029) Expected indentation of 4 spaces (indentation)
(#7032) Expected indentation of 4 spaces (indentation)
(#7033) Expected indentation of 4 spaces (indentation)
(#7034) Expected indentation of 4 spaces (indentation)
(#7035) Expected indentation of 4 spaces (indentation)
(#7038) Expected indentation of 4 spaces (indentation)
(#7041) Expected indentation of 4 spaces (indentation)
(#7042) Expected indentation of 4 spaces (indentation)
(#7045) Expected indentation of 4 spaces (indentation)
(#7046) Expected indentation of 4 spaces (indentation)
(#7049) Expected indentation of 4 spaces (indentation)
(#7052) Expected indentation of 4 spaces (indentation)
(#7053) Expected indentation of 4 spaces (indentation)
(#7054) Expected indentation of 4 spaces (indentation)
(#7058) Expected indentation of 4 spaces (indentation)
(#7059) Expected indentation of 4 spaces (indentation)
(#7060) Expected indentation of 4 spaces (indentation)
(#7061) Expected indentation of 4 spaces (indentation)
(#7062) Expected indentation of 4 spaces (indentation)
(#7063) Expected indentation of 4 spaces (indentation)
(#7068) Expected indentation of 4 spaces (indentation)
(#7069) Expected indentation of 4 spaces (indentation)
(#7070) Expected indentation of 4 spaces (indentation)
(#7071) Expected indentation of 4 spaces (indentation)
(#7075) Expected indentation of 4 spaces (indentation)
(#7076) Expected indentation of 4 spaces (indentation)
(#7077) Expected indentation of 4 spaces (indentation)
(#7078) Expected indentation of 4 spaces (indentation)
(#7082) Expected indentation of 4 spaces (indentation)
(#7083) Expected indentation of 4 spaces (indentation)
(#7087) Expected indentation of 4 spaces (indentation)
(#7091) Expected indentation of 4 spaces (indentation)
(#7094) Expected indentation of 4 spaces (indentation)
(#7095) Expected indentation of 4 spaces (indentation)
(#7096) Expected indentation of 4 spaces (indentation)
(#7099) Expected indentation of 4 spaces (indentation)
(#7100) Expected indentation of 4 spaces (indentation)
(#7101) Expected indentation of 4 spaces (indentation)
(#7102) Expected indentation of 4 spaces (indentation)
(#7103) Expected indentation of 4 spaces (indentation)
(#7106) Expected indentation of 4 spaces (indentation)
(#7107) Expected indentation of 4 spaces (indentation)
(#7110) Expected indentation of 4 spaces (indentation)
(#7113) Expected indentation of 4 spaces (indentation)
(#7116) Expected indentation of 4 spaces (indentation)
(#7114) Expected indentation of 4 spaces (indentation)
(#7115) Expected indentation of 8 spaces (indentation)
(#7119) Expected indentation of 4 spaces (indentation)
(#7120) Expected indentation of 4 spaces (indentation)
(#7121) Expected indentation of 4 spaces (indentation)
(#7122) Expected indentation of 4 spaces (indentation)
(#7125) Expected indentation of 4 spaces (indentation)
(#7126) Expected indentation of 4 spaces (indentation)
(#7129) Expected indentation of 4 spaces (indentation)
(#7130) Expected indentation of 4 spaces (indentation)
(#7131) Expected indentation of 4 spaces (indentation)
(#7132) Expected indentation of 4 spaces (indentation)
(#7133) Expected indentation of 4 spaces (indentation)
(#7136) Expected indentation of 4 spaces (indentation)
(#7137) Expected indentation of 4 spaces (indentation)
(#7138) Expected indentation of 4 spaces (indentation)
(#7139) Expected indentation of 4 spaces (indentation)
(#7144) Expected indentation of 4 spaces (indentation)
(#7145) Expected indentation of 4 spaces (indentation)
(#7146) Expected indentation of 4 spaces (indentation)
(#7150) Expected indentation of 4 spaces (indentation)
(#7151) Expected indentation of 4 spaces (indentation)
(#7155) Expected indentation of 4 spaces (indentation)
(#7156) Expected indentation of 4 spaces (indentation)
(#7157) Expected indentation of 4 spaces (indentation)
(#7158) Expected indentation of 4 spaces (indentation)
(#7159) Expected indentation of 4 spaces (indentation)
(#7160) Expected indentation of 4 spaces (indentation)
(#7161) Expected indentation of 4 spaces (indentation)
(#7162) Expected indentation of 4 spaces (indentation)
(#7166) Expected indentation of 4 spaces (indentation)
(#7167) Expected indentation of 4 spaces (indentation)
(#7176) Expected indentation of 4 spaces (indentation)
(#7181) Expected indentation of 4 spaces (indentation)
(#7184) Expected indentation of 4 spaces (indentation)
(#7187) Expected indentation of 4 spaces (indentation)
(#7190) Expected indentation of 4 spaces (indentation)
(#7194) Expected indentation of 4 spaces (indentation)
(#7197) Expected indentation of 4 spaces (indentation)
(#7198) Expected indentation of 4 spaces (indentation)
(#7201) Expected indentation of 4 spaces (indentation)
(#7204) Expected indentation of 4 spaces (indentation)
(#7205) Expected indentation of 4 spaces (indentation)
(#7206) Expected indentation of 4 spaces (indentation)
(#7212) Expected indentation of 4 spaces (indentation)
(#7213) Expected indentation of 4 spaces (indentation)
(#7214) Expected indentation of 4 spaces (indentation)
(#7215) Expected indentation of 4 spaces (indentation)
(#7216) Expected indentation of 4 spaces (indentation)
(#7219) Expected indentation of 4 spaces (indentation)
(#7220) Expected indentation of 4 spaces (indentation)
(#7221) Expected indentation of 4 spaces (indentation)
(#7222) Expected indentation of 4 spaces (indentation)
(#7225) Expected indentation of 4 spaces (indentation)
(#7229) Expected indentation of 4 spaces (indentation)
(#7233) Expected indentation of 4 spaces (indentation)
(#7234) Expected indentation of 4 spaces (indentation)
(#7237) Expected indentation of 4 spaces (indentation)
(#7241) Expected indentation of 4 spaces (indentation)
(#7242) Expected indentation of 4 spaces (indentation)
(#7245) Expected indentation of 4 spaces (indentation)
(#7248) Expected indentation of 4 spaces (indentation)
(#7251) Expected indentation of 4 spaces (indentation)
(#7254) Expected indentation of 4 spaces (indentation)
(#7257) Expected indentation of 4 spaces (indentation)
(#7259) Expected indentation of 4 spaces (indentation)
(#7258) Expected indentation of 8 spaces (indentation)
(#7260) Expected indentation of 4 spaces (indentation)
(#7262) Expected indentation of 4 spaces (indentation)
(#7261) Expected indentation of 8 spaces (indentation)
(#7265) Expected indentation of 4 spaces (indentation)
(#7268) Expected indentation of 4 spaces (indentation)
(#7273) Expected indentation of 4 spaces (indentation)
(#7277) Expected indentation of 4 spaces (indentation)
(#7283) Expected indentation of 4 spaces (indentation)
(#7284) Expected indentation of 4 spaces (indentation)
(#7285) Expected indentation of 4 spaces (indentation)
(#7286) Expected indentation of 4 spaces (indentation)
(#7289) Expected indentation of 4 spaces (indentation)
(#7290) Expected indentation of 4 spaces (indentation)
(#7291) Expected indentation of 4 spaces (indentation)
(#7292) Expected indentation of 4 spaces (indentation)
(#7293) Expected indentation of 4 spaces (indentation)
(#7294) Expected indentation of 4 spaces (indentation)
(#7295) Expected indentation of 4 spaces (indentation)
(#7303) Expected indentation of 4 spaces (indentation)
(#7306) Expected indentation of 4 spaces (indentation)
(#7307) Expected indentation of 4 spaces (indentation)
(#7308) Expected indentation of 4 spaces (indentation)
(#7309) Expected indentation of 4 spaces (indentation)
(#7310) Expected indentation of 4 spaces (indentation)
(#7314) Expected indentation of 4 spaces (indentation)
(#7317) Expected indentation of 4 spaces (indentation)
(#7320) Expected indentation of 4 spaces (indentation)
(#7323) Expected indentation of 4 spaces (indentation)
(#7326) Expected indentation of 4 spaces (indentation)
(#7330) Expected indentation of 4 spaces (indentation)
(#7333) Expected indentation of 4 spaces (indentation)
(#7336) Expected indentation of 4 spaces (indentation)
(#7337) Expected indentation of 4 spaces (indentation)
(#7340) Expected indentation of 4 spaces (indentation)
(#7343) Expected indentation of 4 spaces (indentation)
(#7346) Expected indentation of 4 spaces (indentation)
(#7349) Expected indentation of 4 spaces (indentation)
(#7352) Expected indentation of 4 spaces (indentation)
(#7355) Expected indentation of 4 spaces (indentation)
(#7358) Expected indentation of 4 spaces (indentation)
(#7356) Expected indentation of 8 spaces (indentation)
(#7357) Expected indentation of 8 spaces (indentation)
(#7359) Expected indentation of 4 spaces (indentation)
(#7361) Expected indentation of 4 spaces (indentation)
(#7360) Expected indentation of 8 spaces (indentation)
(#7364) Expected indentation of 4 spaces (indentation)
(#7371) Expected indentation of 4 spaces (indentation)
(#7373) Expected indentation of 4 spaces (indentation)
(#7372) Expected indentation of 8 spaces (indentation)
(#7374) Expected indentation of 4 spaces (indentation)
(#7376) Expected indentation of 4 spaces (indentation)
(#7375) Expected indentation of 8 spaces (indentation)
(#7380) Expected indentation of 4 spaces (indentation)
(#7381) Expected indentation of 4 spaces (indentation)
(#7385) Expected indentation of 4 spaces (indentation)
(#7386) Expected indentation of 4 spaces (indentation)
(#7387) Expected indentation of 4 spaces (indentation)
(#7388) Expected indentation of 4 spaces (indentation)
(#7389) Expected indentation of 4 spaces (indentation)
(#7390) Expected indentation of 4 spaces (indentation)
(#7391) Expected indentation of 4 spaces (indentation)
(#7392) Expected indentation of 4 spaces (indentation)
(#7393) Expected indentation of 4 spaces (indentation)
(#7394) Expected indentation of 4 spaces (indentation)
(#7395) Expected indentation of 4 spaces (indentation)
(#7396) Expected indentation of 4 spaces (indentation)
(#7401) Expected indentation of 4 spaces (indentation)
(#7405) Expected indentation of 4 spaces (indentation)
(#7410) Expected indentation of 4 spaces (indentation)
(#7406) Expected indentation of 4 spaces (indentation)
(#7407) Expected indentation of 4 spaces (indentation)
(#7408) Expected indentation of 4 spaces (indentation)
(#7409) Expected indentation of 8 spaces (indentation)
(#7411) Expected indentation of 4 spaces (indentation)
(#7413) Expected indentation of 4 spaces (indentation)
(#7412) Expected indentation of 8 spaces (indentation)
(#7414) Expected indentation of 4 spaces (indentation)
(#7416) Expected indentation of 4 spaces (indentation)
(#7415) Expected indentation of 8 spaces (indentation)
(#7419) Expected indentation of 4 spaces (indentation)
(#7420) Expected indentation of 4 spaces (indentation)
(#7421) Expected indentation of 4 spaces (indentation)
(#7422) Expected indentation of 4 spaces (indentation)
(#7423) Expected indentation of 4 spaces (indentation)
(#7426) Expected indentation of 4 spaces (indentation)
(#7429) Expected indentation of 4 spaces (indentation)
(#7432) Expected indentation of 4 spaces (indentation)
(#7433) Expected indentation of 4 spaces (indentation)
(#7434) Expected indentation of 4 spaces (indentation)
(#7435) Expected indentation of 4 spaces (indentation)
(#7438) Expected indentation of 4 spaces (indentation)
(#7441) Expected indentation of 4 spaces (indentation)
(#7439) Expected indentation of 8 spaces (indentation)
(#7440) Expected indentation of 8 spaces (indentation)
(#7444) Expected indentation of 4 spaces (indentation)
(#7445) Expected indentation of 4 spaces (indentation)
(#7448) Expected indentation of 4 spaces (indentation)
(#7451) Expected indentation of 4 spaces (indentation)
(#7452) Expected indentation of 4 spaces (indentation)
(#7453) Expected indentation of 4 spaces (indentation)
(#7454) Expected indentation of 4 spaces (indentation)
(#7455) Expected indentation of 4 spaces (indentation)
(#7456) Expected indentation of 4 spaces (indentation)
(#7457) Expected indentation of 4 spaces (indentation)
(#7460) Expected indentation of 4 spaces (indentation)
(#7463) Expected indentation of 4 spaces (indentation)
(#7464) Expected indentation of 4 spaces (indentation)
(#7465) Expected indentation of 4 spaces (indentation)
(#7469) Expected indentation of 4 spaces (indentation)
(#7470) Expected indentation of 4 spaces (indentation)
(#7474) Expected indentation of 4 spaces (indentation)
(#7478) Expected indentation of 4 spaces (indentation)
(#7479) Expected indentation of 4 spaces (indentation)
(#7480) Expected indentation of 4 spaces (indentation)
(#7481) Expected indentation of 4 spaces (indentation)
(#7484) Expected indentation of 4 spaces (indentation)
(#7485) Expected indentation of 4 spaces (indentation)
(#7486) Expected indentation of 4 spaces (indentation)
(#7489) Expected indentation of 4 spaces (indentation)
(#7490) Expected indentation of 4 spaces (indentation)
(#7493) Expected indentation of 4 spaces (indentation)
(#7496) Expected indentation of 4 spaces (indentation)
(#7498) Expected indentation of 4 spaces (indentation)
(#7497) Expected indentation of 8 spaces (indentation)
(#7499) Expected indentation of 4 spaces (indentation)
(#7501) Expected indentation of 4 spaces (indentation)
(#7500) Expected indentation of 8 spaces (indentation)
(#7504) Expected indentation of 4 spaces (indentation)
(#7507) Expected indentation of 4 spaces (indentation)
(#7505) Expected indentation of 4 spaces (indentation)
(#7506) Expected indentation of 8 spaces (indentation)
(#7508) Expected indentation of 4 spaces (indentation)
(#7511) Expected indentation of 4 spaces (indentation)
(#7509) Expected indentation of 4 spaces (indentation)
(#7510) Expected indentation of 8 spaces (indentation)
(#7512) Expected indentation of 4 spaces (indentation)
(#7515) Expected indentation of 4 spaces (indentation)
(#7513) Expected indentation of 4 spaces (indentation)
(#7514) Expected indentation of 8 spaces (indentation)
(#7516) Expected indentation of 4 spaces (indentation)
(#7520) Expected indentation of 4 spaces (indentation)
(#7517) Expected indentation of 4 spaces (indentation)
(#7518) Expected indentation of 4 spaces (indentation)
(#7519) Expected indentation of 8 spaces (indentation)
(#7521) Expected indentation of 4 spaces (indentation)
(#7524) Expected indentation of 4 spaces (indentation)
(#7522) Expected indentation of 4 spaces (indentation)
(#7523) Expected indentation of 8 spaces (indentation)
(#7525) Expected indentation of 4 spaces (indentation)
(#7528) Expected indentation of 4 spaces (indentation)
(#7526) Expected indentation of 4 spaces (indentation)
(#7527) Expected indentation of 8 spaces (indentation)
(#7529) Expected indentation of 4 spaces (indentation)
(#7532) Expected indentation of 4 spaces (indentation)
(#7530) Expected indentation of 4 spaces (indentation)
(#7531) Expected indentation of 8 spaces (indentation)
(#7535) Expected indentation of 4 spaces (indentation)
(#7536) Expected indentation of 4 spaces (indentation)
(#7539) Expected indentation of 4 spaces (indentation)
(#7542) Expected indentation of 4 spaces (indentation)
(#7543) Expected indentation of 4 spaces (indentation)
(#7546) Expected indentation of 4 spaces (indentation)
(#7549) Expected indentation of 4 spaces (indentation)
(#7552) Expected indentation of 4 spaces (indentation)
(#7553) Expected indentation of 4 spaces (indentation)
(#7554) Expected indentation of 4 spaces (indentation)
(#7557) Expected indentation of 4 spaces (indentation)
(#7558) Expected indentation of 4 spaces (indentation)
(#7559) Expected indentation of 4 spaces (indentation)
(#7560) Expected indentation of 4 spaces (indentation)
(#7561) Expected indentation of 4 spaces (indentation)
(#7564) Expected indentation of 4 spaces (indentation)
(#7565) Expected indentation of 4 spaces (indentation)
(#7568) Expected indentation of 4 spaces (indentation)
(#7571) Expected indentation of 4 spaces (indentation)
(#7576) Expected indentation of 4 spaces (indentation)
(#7577) Expected indentation of 4 spaces (indentation)
(#7580) Expected indentation of 4 spaces (indentation)
(#7583) Expected indentation of 4 spaces (indentation)
(#7584) Expected indentation of 4 spaces (indentation)
(#7585) Expected indentation of 4 spaces (indentation)
(#7588) Expected indentation of 4 spaces (indentation)
(#7589) Expected indentation of 4 spaces (indentation)
(#7592) Expected indentation of 4 spaces (indentation)
(#7593) Expected indentation of 4 spaces (indentation)
(#7596) Expected indentation of 4 spaces (indentation)
(#7597) Expected indentation of 4 spaces (indentation)
(#7598) Expected indentation of 4 spaces (indentation)
(#7601) Expected indentation of 4 spaces (indentation)
(#7602) Expected indentation of 4 spaces (indentation)
(#7605) Expected indentation of 4 spaces (indentation)
(#7608) Expected indentation of 4 spaces (indentation)
(#7611) Expected indentation of 4 spaces (indentation)
(#7612) Expected indentation of 4 spaces (indentation)
(#7613) Expected indentation of 4 spaces (indentation)
(#7614) Expected indentation of 4 spaces (indentation)
(#7615) Expected indentation of 4 spaces (indentation)
(#7620) Expected indentation of 4 spaces (indentation)
(#7623) Expected indentation of 4 spaces (indentation)
(#7624) Expected indentation of 4 spaces (indentation)
(#7625) Expected indentation of 4 spaces (indentation)
(#7626) Expected indentation of 4 spaces (indentation)
(#7627) Expected indentation of 4 spaces (indentation)
(#7628) Expected indentation of 4 spaces (indentation)
(#7631) Expected indentation of 4 spaces (indentation)
(#7635) Expected indentation of 4 spaces (indentation)
(#7636) Expected indentation of 4 spaces (indentation)
(#7639) Expected indentation of 4 spaces (indentation)
(#7640) Expected indentation of 4 spaces (indentation)
(#7643) Expected indentation of 4 spaces (indentation)
(#7646) Expected indentation of 4 spaces (indentation)
(#7647) Expected indentation of 4 spaces (indentation)
(#7648) Expected indentation of 4 spaces (indentation)
(#7649) Expected indentation of 4 spaces (indentation)
(#7650) Expected indentation of 4 spaces (indentation)
(#7651) Expected indentation of 4 spaces (indentation)
(#7652) Expected indentation of 4 spaces (indentation)
(#7653) Expected indentation of 4 spaces (indentation)
(#7657) Expected indentation of 4 spaces (indentation)
(#7658) Expected indentation of 4 spaces (indentation)
(#7659) Expected indentation of 4 spaces (indentation)
(#7663) Expected indentation of 4 spaces (indentation)
(#7667) Expected indentation of 4 spaces (indentation)
(#7672) Expected indentation of 4 spaces (indentation)
(#7673) Expected indentation of 4 spaces (indentation)
(#7674) Expected indentation of 4 spaces (indentation)
(#7675) Expected indentation of 4 spaces (indentation)
(#7676) Expected indentation of 4 spaces (indentation)
(#7677) Expected indentation of 4 spaces (indentation)
(#7678) Expected indentation of 4 spaces (indentation)
(#7686) Expected indentation of 4 spaces (indentation)
(#7687) Expected indentation of 4 spaces (indentation)
(#7688) Expected indentation of 4 spaces (indentation)
(#7696) Expected indentation of 4 spaces (indentation)
(#7707) Expected indentation of 4 spaces (indentation)
(#7708) Expected indentation of 4 spaces (indentation)
(#7709) Expected indentation of 4 spaces (indentation)
(#7747) Expected indentation of 4 spaces (indentation)
(#7752) Expected indentation of 4 spaces (indentation)
(#7756) Expected indentation of 4 spaces (indentation)
(#7757) Expected indentation of 4 spaces (indentation)
(#7758) Expected indentation of 4 spaces (indentation)
(#7759) Expected indentation of 4 spaces (indentation)
(#7760) Expected indentation of 4 spaces (indentation)
(#7761) Expected indentation of 4 spaces (indentation)
(#7762) Expected indentation of 4 spaces (indentation)
(#7763) Expected indentation of 4 spaces (indentation)
(#7767) Expected indentation of 4 spaces (indentation)
(#7768) Expected indentation of 4 spaces (indentation)
(#7769) Expected indentation of 4 spaces (indentation)
(#7773) Expected indentation of 4 spaces (indentation)
(#7776) Expected indentation of 4 spaces (indentation)
(#7786) Expected indentation of 4 spaces (indentation)
(#7787) Expected indentation of 4 spaces (indentation)
(#7788) Expected indentation of 4 spaces (indentation)
(#7806) Expected indentation of 4 spaces (indentation)
(#7809) Expected indentation of 4 spaces (indentation)
(#7813) Expected indentation of 4 spaces (indentation)
(#7817) Expected indentation of 4 spaces (indentation)
(#7814) Expected indentation of 8 spaces (indentation)
(#7815) Expected indentation of 8 spaces (indentation)
(#7816) Expected indentation of 8 spaces (indentation)
(#7821) Expected indentation of 4 spaces (indentation)
(#7822) Expected indentation of 4 spaces (indentation)
(#7826) Expected indentation of 4 spaces (indentation)
(#7827) Expected indentation of 4 spaces (indentation)
(#7828) Expected indentation of 4 spaces (indentation)
(#7829) Expected indentation of 4 spaces (indentation)
(#7830) Expected indentation of 4 spaces (indentation)
(#7831) Expected indentation of 4 spaces (indentation)
(#7832) Expected indentation of 4 spaces (indentation)
(#7833) Expected indentation of 4 spaces (indentation)
(#7836) Expected indentation of 4 spaces (indentation)
(#7837) Expected indentation of 4 spaces (indentation)
(#7840) Expected indentation of 4 spaces (indentation)
(#7844) Expected indentation of 4 spaces (indentation)
(#7845) Expected indentation of 4 spaces (indentation)
(#7846) Expected indentation of 4 spaces (indentation)
(#7847) Expected indentation of 4 spaces (indentation)
(#7848) Expected indentation of 4 spaces (indentation)
(#7849) Expected indentation of 4 spaces (indentation)
(#7850) Expected indentation of 4 spaces (indentation)
(#7853) Expected indentation of 4 spaces (indentation)
(#7856) Expected indentation of 4 spaces (indentation)
(#7859) Expected indentation of 4 spaces (indentation)
(#7860) Expected indentation of 4 spaces (indentation)
(#7863) Expected indentation of 4 spaces (indentation)
(#7866) Expected indentation of 4 spaces (indentation)
(#7869) Expected indentation of 4 spaces (indentation)
(#7874) Expected indentation of 4 spaces (indentation)
(#7879) Expected indentation of 4 spaces (indentation)
(#7882) Expected indentation of 4 spaces (indentation)
(#7886) Expected indentation of 4 spaces (indentation)
(#7887) Expected indentation of 4 spaces (indentation)
(#7891) Expected indentation of 4 spaces (indentation)
(#7892) Expected indentation of 4 spaces (indentation)
(#7899) Expected indentation of 4 spaces (indentation)
(#7900) Expected indentation of 4 spaces (indentation)
(#7903) Expected indentation of 4 spaces (indentation)
(#7906) Expected indentation of 4 spaces (indentation)
(#7909) Expected indentation of 4 spaces (indentation)
(#7910) Expected indentation of 4 spaces (indentation)
(#7911) Expected indentation of 4 spaces (indentation)
(#7912) Expected indentation of 4 spaces (indentation)
(#7915) Expected indentation of 4 spaces (indentation)
(#7918) Expected indentation of 4 spaces (indentation)
(#7919) Expected indentation of 4 spaces (indentation)
(#7927) Expected indentation of 4 spaces (indentation)
(#7928) Expected indentation of 4 spaces (indentation)
(#7929) Expected indentation of 4 spaces (indentation)
(#7930) Expected indentation of 4 spaces (indentation)
(#7931) Expected indentation of 4 spaces (indentation)
(#7934) Expected indentation of 4 spaces (indentation)
(#7937) Expected indentation of 4 spaces (indentation)
(#7938) Expected indentation of 4 spaces (indentation)
(#7939) Expected indentation of 4 spaces (indentation)
(#7940) Expected indentation of 4 spaces (indentation)
(#7941) Expected indentation of 4 spaces (indentation)
(#7944) Expected indentation of 4 spaces (indentation)
(#7947) Expected indentation of 4 spaces (indentation)
(#7948) Expected indentation of 4 spaces (indentation)
(#7951) Expected indentation of 4 spaces (indentation)
(#7952) Expected indentation of 4 spaces (indentation)
(#7953) Expected indentation of 4 spaces (indentation)
(#7954) Expected indentation of 4 spaces (indentation)
(#7955) Expected indentation of 4 spaces (indentation)
(#7959) Expected indentation of 4 spaces (indentation)
(#7960) Expected indentation of 4 spaces (indentation)
(#7961) Expected indentation of 4 spaces (indentation)
(#7965) Expected indentation of 4 spaces (indentation)
(#7966) Expected indentation of 4 spaces (indentation)
(#7969) Expected indentation of 4 spaces (indentation)
(#7972) Expected indentation of 4 spaces (indentation)
(#7974) Expected indentation of 4 spaces (indentation)
(#7973) Expected indentation of 8 spaces (indentation)
(#7977) Expected indentation of 4 spaces (indentation)
(#7978) Expected indentation of 4 spaces (indentation)
(#7979) Expected indentation of 4 spaces (indentation)
(#7980) Expected indentation of 4 spaces (indentation)
(#7981) Expected indentation of 4 spaces (indentation)
(#7982) Expected indentation of 4 spaces (indentation)
(#7985) Expected indentation of 4 spaces (indentation)
(#7989) Expected indentation of 4 spaces (indentation)
(#7990) Expected indentation of 4 spaces (indentation)
(#7991) Expected indentation of 4 spaces (indentation)
(#7992) Expected indentation of 4 spaces (indentation)
(#7999) Expected indentation of 4 spaces (indentation)
(#8000) Expected indentation of 4 spaces (indentation)
(#8003) Expected indentation of 4 spaces (indentation)
(#8004) Expected indentation of 4 spaces (indentation)
(#8007) Expected indentation of 4 spaces (indentation)
(#8010) Expected indentation of 4 spaces (indentation)
(#8014) Expected indentation of 4 spaces (indentation)
(#8022) Expected indentation of 4 spaces (indentation)
(#8023) Expected indentation of 4 spaces (indentation)
(#8024) Expected indentation of 4 spaces (indentation)
(#8030) Expected indentation of 4 spaces (indentation)
(#8034) Expected indentation of 4 spaces (indentation)
(#8035) Expected indentation of 4 spaces (indentation)
(#8043) Expected indentation of 4 spaces (indentation)
(#8047) Expected indentation of 4 spaces (indentation)
(#8051) Expected indentation of 4 spaces (indentation)
(#8054) Expected indentation of 4 spaces (indentation)
(#8057) Expected indentation of 4 spaces (indentation)
(#8058) Expected indentation of 4 spaces (indentation)
(#8059) Expected indentation of 4 spaces (indentation)
(#8060) Expected indentation of 4 spaces (indentation)
(#8061) Expected indentation of 4 spaces (indentation)
(#8062) Expected indentation of 4 spaces (indentation)
(#8063) Expected indentation of 4 spaces (indentation)
(#8083) Expected indentation of 4 spaces (indentation)
(#8084) Expected indentation of 4 spaces (indentation)
(#8088) Expected indentation of 4 spaces (indentation)
(#8094) Expected indentation of 4 spaces (indentation)
(#8098) Expected indentation of 4 spaces (indentation)
(#8101) Expected indentation of 4 spaces (indentation)
(#8104) Expected indentation of 4 spaces (indentation)
(#8107) Expected indentation of 4 spaces (indentation)
(#8111) Expected indentation of 4 spaces (indentation)
(#8114) Expected indentation of 4 spaces (indentation)
(#8115) Expected indentation of 4 spaces (indentation)
(#8116) Expected indentation of 4 spaces (indentation)
(#8119) Expected indentation of 4 spaces (indentation)
(#8122) Expected indentation of 4 spaces (indentation)
(#8125) Expected indentation of 4 spaces (indentation)
(#8128) Expected indentation of 4 spaces (indentation)
(#8132) Expected indentation of 4 spaces (indentation)
(#8133) Expected indentation of 4 spaces (indentation)
(#8136) Expected indentation of 4 spaces (indentation)
(#8140) Expected indentation of 4 spaces (indentation)
(#8141) Expected indentation of 4 spaces (indentation)
(#8144) Expected indentation of 4 spaces (indentation)
(#8148) Expected indentation of 4 spaces (indentation)
(#8149) Expected indentation of 4 spaces (indentation)
(#8152) Expected indentation of 4 spaces (indentation)
(#8156) Expected indentation of 4 spaces (indentation)
(#8157) Expected indentation of 4 spaces (indentation)
(#8160) Expected indentation of 4 spaces (indentation)
(#8163) Expected indentation of 4 spaces (indentation)
(#8164) Expected indentation of 4 spaces (indentation)
(#8165) Expected indentation of 4 spaces (indentation)
(#8166) Expected indentation of 4 spaces (indentation)
(#8167) Expected indentation of 4 spaces (indentation)
(#8168) Expected indentation of 4 spaces (indentation)
(#8169) Expected indentation of 4 spaces (indentation)
(#8170) Expected indentation of 4 spaces (indentation)
(#8171) Expected indentation of 4 spaces (indentation)
(#8172) Expected indentation of 4 spaces (indentation)
(#8176) Expected indentation of 4 spaces (indentation)
(#8177) Expected indentation of 4 spaces (indentation)
(#8183) Expected indentation of 4 spaces (indentation)
(#8184) Expected indentation of 4 spaces (indentation)
(#8188) Expected indentation of 4 spaces (indentation)
(#8194) Expected indentation of 4 spaces (indentation)
(#8195) Expected indentation of 4 spaces (indentation)
(#8199) Expected indentation of 4 spaces (indentation)
(#8202) Expected indentation of 4 spaces (indentation)
(#8205) Expected indentation of 4 spaces (indentation)
(#8206) Expected indentation of 4 spaces (indentation)
(#8207) Expected indentation of 4 spaces (indentation)
(#8208) Expected indentation of 4 spaces (indentation)
(#8209) Expected indentation of 4 spaces (indentation)
(#8210) Expected indentation of 4 spaces (indentation)
(#8213) Expected indentation of 4 spaces (indentation)
(#8214) Expected indentation of 4 spaces (indentation)
(#8215) Expected indentation of 4 spaces (indentation)
(#8216) Expected indentation of 4 spaces (indentation)
(#8220) Expected indentation of 4 spaces (indentation)
(#8223) Expected indentation of 4 spaces (indentation)
(#8226) Expected indentation of 4 spaces (indentation)
(#8230) Expected indentation of 4 spaces (indentation)
(#8233) Expected indentation of 4 spaces (indentation)
(#8231) Expected indentation of 8 spaces (indentation)
(#8232) Expected indentation of 8 spaces (indentation)
(#8237) Expected indentation of 4 spaces (indentation)
(#8238) Expected indentation of 4 spaces (indentation)
(#8239) Expected indentation of 4 spaces (indentation)
(#8242) Expected indentation of 4 spaces (indentation)
(#8245) Expected indentation of 4 spaces (indentation)
(#8248) Expected indentation of 4 spaces (indentation)
(#8251) Expected indentation of 4 spaces (indentation)
(#8254) Expected indentation of 4 spaces (indentation)
(#8257) Expected indentation of 4 spaces (indentation)
(#8260) Expected indentation of 4 spaces (indentation)
(#8263) Expected indentation of 4 spaces (indentation)
(#8266) Expected indentation of 4 spaces (indentation)
(#8269) Expected indentation of 4 spaces (indentation)
(#8272) Expected indentation of 4 spaces (indentation)
(#8275) Expected indentation of 4 spaces (indentation)
(#8276) Expected indentation of 4 spaces (indentation)
(#8277) Expected indentation of 4 spaces (indentation)
(#8280) Expected indentation of 4 spaces (indentation)
(#8281) Expected indentation of 4 spaces (indentation)
(#8282) Expected indentation of 4 spaces (indentation)
(#8283) Expected indentation of 4 spaces (indentation)
(#8284) Expected indentation of 4 spaces (indentation)
(#8285) Expected indentation of 4 spaces (indentation)
(#8286) Expected indentation of 4 spaces (indentation)
(#8287) Expected indentation of 4 spaces (indentation)
(#8288) Expected indentation of 4 spaces (indentation)
(#8291) Expected indentation of 4 spaces (indentation)
(#8292) Expected indentation of 4 spaces (indentation)
(#8293) Expected indentation of 4 spaces (indentation)
(#8294) Expected indentation of 4 spaces (indentation)
(#8295) Expected indentation of 4 spaces (indentation)
(#8296) Expected indentation of 4 spaces (indentation)
(#8297) Expected indentation of 4 spaces (indentation)
(#8298) Expected indentation of 4 spaces (indentation)
(#8301) Expected indentation of 4 spaces (indentation)
(#8302) Expected indentation of 4 spaces (indentation)
(#8303) Expected indentation of 4 spaces (indentation)
(#8304) Expected indentation of 4 spaces (indentation)
(#8308) Expected indentation of 4 spaces (indentation)
(#8309) Expected indentation of 4 spaces (indentation)
(#8312) Expected indentation of 4 spaces (indentation)
(#8316) Expected indentation of 4 spaces (indentation)
(#8317) Expected indentation of 4 spaces (indentation)
(#8320) Expected indentation of 4 spaces (indentation)
(#8323) Expected indentation of 4 spaces (indentation)
(#8326) Expected indentation of 4 spaces (indentation)
(#8327) Expected indentation of 4 spaces (indentation)
(#8328) Expected indentation of 4 spaces (indentation)
(#8329) Expected indentation of 4 spaces (indentation)
(#8330) Expected indentation of 4 spaces (indentation)
(#8331) Expected indentation of 4 spaces (indentation)
(#8332) Expected indentation of 4 spaces (indentation)
(#8333) Expected indentation of 4 spaces (indentation)
(#8334) Expected indentation of 4 spaces (indentation)
(#8335) Expected indentation of 4 spaces (indentation)
(#8338) Expected indentation of 4 spaces (indentation)
(#8339) Expected indentation of 4 spaces (indentation)
(#8340) Expected indentation of 4 spaces (indentation)
(#8341) Expected indentation of 4 spaces (indentation)
(#8342) Expected indentation of 4 spaces (indentation)
(#8343) Expected indentation of 4 spaces (indentation)
(#8346) Expected indentation of 4 spaces (indentation)
(#8349) Expected indentation of 4 spaces (indentation)
(#8350) Expected indentation of 4 spaces (indentation)
(#8351) Expected indentation of 4 spaces (indentation)
(#8352) Expected indentation of 4 spaces (indentation)
(#8353) Expected indentation of 4 spaces (indentation)
(#8354) Expected indentation of 4 spaces (indentation)
(#8355) Expected indentation of 4 spaces (indentation)
(#8358) Expected indentation of 4 spaces (indentation)
(#8359) Expected indentation of 4 spaces (indentation)
(#8362) Expected indentation of 4 spaces (indentation)
(#8365) Expected indentation of 4 spaces (indentation)
(#8368) Expected indentation of 4 spaces (indentation)
(#8371) Expected indentation of 4 spaces (indentation)
(#8374) Expected indentation of 4 spaces (indentation)
(#8377) Expected indentation of 4 spaces (indentation)
(#8380) Expected indentation of 4 spaces (indentation)
(#8383) Expected indentation of 4 spaces (indentation)
(#8386) Expected indentation of 4 spaces (indentation)
(#8387) Expected indentation of 4 spaces (indentation)
(#8388) Expected indentation of 4 spaces (indentation)
(#8389) Expected indentation of 4 spaces (indentation)
(#8390) Expected indentation of 4 spaces (indentation)
(#8391) Expected indentation of 4 spaces (indentation)
(#8392) Expected indentation of 4 spaces (indentation)
(#8396) Expected indentation of 4 spaces (indentation)
(#8399) Expected indentation of 4 spaces (indentation)
(#8400) Expected indentation of 4 spaces (indentation)
(#8401) Expected indentation of 4 spaces (indentation)
(#8402) Expected indentation of 4 spaces (indentation)
(#8406) Expected indentation of 4 spaces (indentation)
(#8409) Expected indentation of 4 spaces (indentation)
(#8413) Expected indentation of 4 spaces (indentation)
(#8417) Expected indentation of 4 spaces (indentation)
(#8420) Expected indentation of 4 spaces (indentation)
(#8423) Expected indentation of 4 spaces (indentation)
(#8426) Expected indentation of 4 spaces (indentation)
(#8429) Expected indentation of 4 spaces (indentation)
(#8430) Expected indentation of 4 spaces (indentation)
(#8431) Expected indentation of 4 spaces (indentation)
(#8436) Expected indentation of 4 spaces (indentation)
(#8437) Expected indentation of 4 spaces (indentation)
(#8438) Expected indentation of 4 spaces (indentation)
(#8439) Expected indentation of 4 spaces (indentation)
(#8442) Expected indentation of 4 spaces (indentation)
(#8445) Expected indentation of 4 spaces (indentation)
(#8448) Expected indentation of 4 spaces (indentation)
(#8451) Expected indentation of 4 spaces (indentation)
(#8460) Expected indentation of 4 spaces (indentation)
(#8461) Expected indentation of 4 spaces (indentation)
(#8462) Expected indentation of 4 spaces (indentation)
(#8463) Expected indentation of 4 spaces (indentation)
(#8464) Expected indentation of 4 spaces (indentation)
(#8468) Expected indentation of 4 spaces (indentation)
(#8472) Expected indentation of 4 spaces (indentation)
(#8473) Expected indentation of 4 spaces (indentation)
(#8477) Expected indentation of 4 spaces (indentation)
(#8480) Expected indentation of 4 spaces (indentation)
(#8481) Expected indentation of 4 spaces (indentation)
(#8484) Expected indentation of 4 spaces (indentation)
(#8489) Expected indentation of 4 spaces (indentation)
(#8493) Expected indentation of 4 spaces (indentation)
(#8499) Expected indentation of 4 spaces (indentation)
(#8505) Expected indentation of 4 spaces (indentation)
(#8515) Expected indentation of 4 spaces (indentation)
(#8519) Expected indentation of 4 spaces (indentation)
(#8522) Expected indentation of 4 spaces (indentation)
(#8523) Expected indentation of 4 spaces (indentation)
(#8524) Expected indentation of 4 spaces (indentation)
(#8525) Expected indentation of 4 spaces (indentation)
(#8526) Expected indentation of 4 spaces (indentation)
(#8527) Expected indentation of 4 spaces (indentation)
(#8528) Expected indentation of 4 spaces (indentation)
(#8529) Expected indentation of 4 spaces (indentation)
(#8530) Expected indentation of 4 spaces (indentation)
(#8533) Expected indentation of 4 spaces (indentation)
(#8536) Expected indentation of 4 spaces (indentation)
(#8537) Expected indentation of 4 spaces (indentation)
(#8538) Expected indentation of 4 spaces (indentation)
(#8539) Expected indentation of 4 spaces (indentation)
(#8540) Expected indentation of 4 spaces (indentation)
(#8543) Expected indentation of 4 spaces (indentation)
(#8544) Expected indentation of 4 spaces (indentation)
(#8547) Expected indentation of 4 spaces (indentation)
(#8548) Expected indentation of 4 spaces (indentation)
(#8549) Expected indentation of 4 spaces (indentation)
(#8553) Expected indentation of 4 spaces (indentation)
(#8554) Expected indentation of 4 spaces (indentation)
(#8557) Expected indentation of 4 spaces (indentation)
(#8561) Expected indentation of 4 spaces (indentation)
(#8562) Expected indentation of 4 spaces (indentation)
(#8565) Expected indentation of 4 spaces (indentation)
(#8568) Expected indentation of 4 spaces (indentation)
(#8569) Expected indentation of 4 spaces (indentation)
(#8570) Expected indentation of 4 spaces (indentation)
(#8571) Expected indentation of 4 spaces (indentation)
(#8572) Expected indentation of 4 spaces (indentation)
(#8573) Expected indentation of 4 spaces (indentation)
(#8576) Expected indentation of 4 spaces (indentation)
(#8577) Expected indentation of 4 spaces (indentation)
(#8578) Expected indentation of 4 spaces (indentation)
(#8579) Expected indentation of 4 spaces (indentation)
(#8583) Expected indentation of 4 spaces (indentation)
(#8587) Expected indentation of 4 spaces (indentation)
(#8594) Expected indentation of 4 spaces (indentation)
(#8599) Expected indentation of 4 spaces (indentation)
(#8602) Expected indentation of 4 spaces (indentation)
(#8603) Expected indentation of 4 spaces (indentation)
(#8604) Expected indentation of 4 spaces (indentation)
(#8605) Expected indentation of 4 spaces (indentation)
(#8606) Expected indentation of 4 spaces (indentation)
(#8607) Expected indentation of 4 spaces (indentation)
(#8608) Expected indentation of 4 spaces (indentation)
(#8609) Expected indentation of 4 spaces (indentation)
(#8610) Expected indentation of 4 spaces (indentation)
(#8614) Expected indentation of 4 spaces (indentation)
(#8615) Expected indentation of 4 spaces (indentation)
(#8618) Expected indentation of 4 spaces (indentation)
(#8622) Expected indentation of 4 spaces (indentation)
(#8623) Expected indentation of 4 spaces (indentation)
(#8626) Expected indentation of 4 spaces (indentation)
(#8630) Expected indentation of 4 spaces (indentation)
(#8633) Expected indentation of 4 spaces (indentation)
(#8634) Expected indentation of 4 spaces (indentation)
(#8635) Expected indentation of 4 spaces (indentation)
(#8638) Expected indentation of 4 spaces (indentation)
(#8642) Expected indentation of 4 spaces (indentation)
(#8645) Expected indentation of 4 spaces (indentation)
(#8648) Expected indentation of 4 spaces (indentation)
(#8649) Expected indentation of 4 spaces (indentation)
(#8652) Expected indentation of 4 spaces (indentation)
(#8655) Expected indentation of 4 spaces (indentation)
(#8656) Expected indentation of 4 spaces (indentation)
(#8657) Expected indentation of 4 spaces (indentation)
(#8660) Expected indentation of 4 spaces (indentation)
(#8663) Expected indentation of 4 spaces (indentation)
(#8667) Expected indentation of 4 spaces (indentation)
(#8670) Expected indentation of 4 spaces (indentation)
(#8674) Expected indentation of 4 spaces (indentation)
(#8671) Expected indentation of 8 spaces (indentation)
(#8672) Expected indentation of 8 spaces (indentation)
(#8673) Expected indentation of 8 spaces (indentation)
(#8677) Expected indentation of 4 spaces (indentation)
(#8681) Expected indentation of 4 spaces (indentation)
(#8684) Expected indentation of 4 spaces (indentation)
(#8687) Expected indentation of 4 spaces (indentation)
(#8690) Expected indentation of 4 spaces (indentation)
(#8694) Expected indentation of 4 spaces (indentation)
(#8695) Expected indentation of 4 spaces (indentation)
(#8696) Expected indentation of 4 spaces (indentation)
(#8697) Expected indentation of 4 spaces (indentation)
(#8698) Expected indentation of 4 spaces (indentation)
(#8699) Expected indentation of 4 spaces (indentation)
(#8700) Expected indentation of 4 spaces (indentation)
(#8703) Expected indentation of 4 spaces (indentation)
(#8706) Expected indentation of 4 spaces (indentation)
(#8707) Expected indentation of 4 spaces (indentation)
(#8710) Expected indentation of 4 spaces (indentation)
(#8711) Expected indentation of 4 spaces (indentation)
(#8714) Expected indentation of 4 spaces (indentation)
(#8715) Expected indentation of 4 spaces (indentation)
(#8716) Expected indentation of 4 spaces (indentation)
(#8719) Expected indentation of 4 spaces (indentation)
(#8722) Expected indentation of 4 spaces (indentation)
(#8723) Expected indentation of 4 spaces (indentation)
(#8724) Expected indentation of 4 spaces (indentation)
(#8725) Expected indentation of 4 spaces (indentation)
(#8726) Expected indentation of 4 spaces (indentation)
(#8727) Expected indentation of 4 spaces (indentation)
(#8728) Expected indentation of 4 spaces (indentation)
(#8729) Expected indentation of 4 spaces (indentation)
(#8730) Expected indentation of 4 spaces (indentation)
(#8733) Expected indentation of 4 spaces (indentation)
(#8736) Expected indentation of 4 spaces (indentation)
(#8740) Expected indentation of 4 spaces (indentation)
(#8741) Expected indentation of 4 spaces (indentation)
(#8744) Expected indentation of 4 spaces (indentation)
(#8748) Expected indentation of 4 spaces (indentation)
(#8749) Expected indentation of 4 spaces (indentation)
(#8752) Expected indentation of 4 spaces (indentation)
(#8755) Expected indentation of 4 spaces (indentation)
(#8758) Expected indentation of 4 spaces (indentation)
(#8764) Expected indentation of 4 spaces (indentation)
(#8765) Expected indentation of 4 spaces (indentation)
(#8769) Expected indentation of 4 spaces (indentation)
(#8770) Expected indentation of 4 spaces (indentation)
(#8776) Expected indentation of 4 spaces (indentation)
(#8777) Expected indentation of 4 spaces (indentation)
(#8782) Expected indentation of 4 spaces (indentation)
(#8783) Expected indentation of 4 spaces (indentation)
(#8786) Expected indentation of 4 spaces (indentation)
(#8791) Expected indentation of 4 spaces (indentation)
(#8792) Expected indentation of 4 spaces (indentation)
(#8800) Expected indentation of 4 spaces (indentation)
(#8801) Expected indentation of 4 spaces (indentation)
(#8805) Expected indentation of 4 spaces (indentation)
(#8806) Expected indentation of 4 spaces (indentation)
(#8809) Expected indentation of 4 spaces (indentation)
(#8810) Expected indentation of 4 spaces (indentation)
(#8814) Expected indentation of 4 spaces (indentation)
(#8815) Expected indentation of 4 spaces (indentation)
(#8819) Expected indentation of 4 spaces (indentation)
(#8822) Expected indentation of 4 spaces (indentation)
(#8823) Expected indentation of 4 spaces (indentation)
(#8826) Expected indentation of 4 spaces (indentation)
(#8827) Expected indentation of 4 spaces (indentation)
(#8832) Expected indentation of 4 spaces (indentation)
(#8833) Expected indentation of 4 spaces (indentation)
(#8836) Expected indentation of 4 spaces (indentation)
(#8839) Expected indentation of 4 spaces (indentation)
(#8844) Expected indentation of 4 spaces (indentation)
(#8840) Expected indentation of 8 spaces (indentation)
(#8841) Expected indentation of 8 spaces (indentation)
(#8842) Expected indentation of 8 spaces (indentation)
(#8843) Expected indentation of 8 spaces (indentation)
(#8845) Expected indentation of 4 spaces (indentation)
(#8847) Expected indentation of 4 spaces (indentation)
(#8846) Expected indentation of 8 spaces (indentation)
(#8848) Expected indentation of 4 spaces (indentation)
(#8850) Expected indentation of 4 spaces (indentation)
(#8849) Expected indentation of 8 spaces (indentation)
(#8851) Expected indentation of 4 spaces (indentation)
(#8853) Expected indentation of 4 spaces (indentation)
(#8852) Expected indentation of 8 spaces (indentation)
(#8854) Expected indentation of 4 spaces (indentation)
(#8860) Expected indentation of 4 spaces (indentation)
(#8855) Expected indentation of 4 spaces (indentation)
(#8856) Expected indentation of 4 spaces (indentation)
(#8857) Expected indentation of 8 spaces (indentation)
(#8858) Expected indentation of 8 spaces (indentation)
(#8859) Expected indentation of 8 spaces (indentation)
(#8863) Expected indentation of 4 spaces (indentation)
(#8864) Expected indentation of 4 spaces (indentation)
(#8867) Expected indentation of 4 spaces (indentation)
(#8870) Expected indentation of 4 spaces (indentation)
(#8873) Expected indentation of 4 spaces (indentation)
(#8874) Expected indentation of 4 spaces (indentation)
(#8879) Expected indentation of 4 spaces (indentation)
(#8884) Expected indentation of 4 spaces (indentation)
(#8892) Expected indentation of 4 spaces (indentation)
(#8897) Expected indentation of 4 spaces (indentation)
(#8900) Expected indentation of 4 spaces (indentation)
(#8903) Expected indentation of 4 spaces (indentation)
(#8909) Expected indentation of 4 spaces (indentation)
(#8910) Expected indentation of 4 spaces (indentation)
(#8911) Expected indentation of 4 spaces (indentation)
(#8912) Expected indentation of 4 spaces (indentation)
(#8913) Expected indentation of 4 spaces (indentation)
(#8914) Expected indentation of 4 spaces (indentation)
(#8917) Expected indentation of 4 spaces (indentation)
(#8918) Expected indentation of 4 spaces (indentation)
(#8919) Expected indentation of 4 spaces (indentation)
(#8922) Expected indentation of 4 spaces (indentation)
(#8923) Expected indentation of 4 spaces (indentation)
(#8924) Expected indentation of 4 spaces (indentation)
(#8925) Expected indentation of 4 spaces (indentation)
(#8926) Expected indentation of 4 spaces (indentation)
(#8927) Expected indentation of 4 spaces (indentation)
(#8930) Expected indentation of 4 spaces (indentation)
(#8933) Expected indentation of 4 spaces (indentation)
(#8934) Expected indentation of 4 spaces (indentation)
(#8939) Expected indentation of 4 spaces (indentation)
(#8940) Expected indentation of 4 spaces (indentation)
(#8941) Expected indentation of 4 spaces (indentation)
(#8946) Expected indentation of 4 spaces (indentation)
(#8947) Expected indentation of 4 spaces (indentation)
(#8952) Expected indentation of 4 spaces (indentation)
(#8955) Expected indentation of 4 spaces (indentation)
(#8956) Expected indentation of 4 spaces (indentation)
(#8957) Expected indentation of 4 spaces (indentation)
(#8958) Expected indentation of 4 spaces (indentation)
(#8959) Expected indentation of 4 spaces (indentation)
(#8962) Expected indentation of 4 spaces (indentation)
(#8967) Expected indentation of 4 spaces (indentation)
(#8968) Expected indentation of 4 spaces (indentation)
(#8969) Expected indentation of 4 spaces (indentation)
(#8970) Expected indentation of 4 spaces (indentation)
(#8971) Expected indentation of 4 spaces (indentation)
(#8976) Expected indentation of 4 spaces (indentation)
(#8977) Expected indentation of 4 spaces (indentation)
(#8982) Expected indentation of 4 spaces (indentation)
(#8983) Expected indentation of 4 spaces (indentation)
(#8984) Expected indentation of 4 spaces (indentation)
(#8989) Expected indentation of 4 spaces (indentation)
(#8992) Expected indentation of 4 spaces (indentation)
(#8993) Expected indentation of 4 spaces (indentation)
(#8997) Expected indentation of 4 spaces (indentation)
(#8998) Expected indentation of 4 spaces (indentation)
(#9002) Expected indentation of 4 spaces (indentation)
(#9005) Expected indentation of 4 spaces (indentation)
(#9006) Expected indentation of 4 spaces (indentation)
(#9007) Expected indentation of 4 spaces (indentation)
(#9010) Expected indentation of 4 spaces (indentation)
(#9013) Expected indentation of 4 spaces (indentation)
(#9016) Expected indentation of 4 spaces (indentation)
(#9019) Expected indentation of 4 spaces (indentation)
(#9022) Expected indentation of 4 spaces (indentation)
(#9025) Expected indentation of 4 spaces (indentation)
(#9028) Expected indentation of 4 spaces (indentation)
(#9031) Expected indentation of 4 spaces (indentation)
(#9032) Expected indentation of 4 spaces (indentation)
(#9033) Expected indentation of 4 spaces (indentation)
(#9034) Expected indentation of 4 spaces (indentation)
(#9035) Expected indentation of 4 spaces (indentation)
(#9039) Expected indentation of 4 spaces (indentation)
(#9044) Expected indentation of 4 spaces (indentation)
(#9040) Expected indentation of 8 spaces (indentation)
(#9041) Expected indentation of 8 spaces (indentation)
(#9042) Expected indentation of 8 spaces (indentation)
(#9043) Expected indentation of 8 spaces (indentation)
(#9045) Expected indentation of 4 spaces (indentation)
(#9050) Expected indentation of 4 spaces (indentation)
(#9046) Expected indentation of 8 spaces (indentation)
(#9047) Expected indentation of 8 spaces (indentation)
(#9048) Expected indentation of 8 spaces (indentation)
(#9049) Expected indentation of 8 spaces (indentation)
(#9051) Expected indentation of 4 spaces (indentation)
(#9056) Expected indentation of 4 spaces (indentation)
(#9052) Expected indentation of 8 spaces (indentation)
(#9053) Expected indentation of 8 spaces (indentation)
(#9054) Expected indentation of 8 spaces (indentation)
(#9055) Expected indentation of 8 spaces (indentation)
(#9057) Expected indentation of 4 spaces (indentation)
(#9062) Expected indentation of 4 spaces (indentation)
(#9058) Expected indentation of 8 spaces (indentation)
(#9059) Expected indentation of 8 spaces (indentation)
(#9060) Expected indentation of 8 spaces (indentation)
(#9061) Expected indentation of 8 spaces (indentation)
(#9063) Expected indentation of 4 spaces (indentation)
(#9068) Expected indentation of 4 spaces (indentation)
(#9064) Expected indentation of 8 spaces (indentation)
(#9065) Expected indentation of 8 spaces (indentation)
(#9066) Expected indentation of 8 spaces (indentation)
(#9067) Expected indentation of 8 spaces (indentation)
(#9072) Expected indentation of 4 spaces (indentation)
(#9073) Expected indentation of 4 spaces (indentation)
(#9074) Expected indentation of 4 spaces (indentation)
(#9077) Expected indentation of 4 spaces (indentation)
(#9080) Expected indentation of 4 spaces (indentation)
(#9081) Expected indentation of 4 spaces (indentation)
(#9085) Expected indentation of 4 spaces (indentation)
(#9088) Expected indentation of 4 spaces (indentation)
(#9089) Expected indentation of 4 spaces (indentation)
(#9090) Expected indentation of 4 spaces (indentation)
(#9091) Expected indentation of 4 spaces (indentation)
(#9092) Expected indentation of 4 spaces (indentation)
(#9093) Expected indentation of 4 spaces (indentation)
(#9094) Expected indentation of 4 spaces (indentation)
(#9095) Expected indentation of 4 spaces (indentation)
(#9096) Expected indentation of 4 spaces (indentation)
(#9097) Expected indentation of 4 spaces (indentation)
(#9098) Expected indentation of 4 spaces (indentation)
(#9099) Expected indentation of 4 spaces (indentation)
(#9100) Expected indentation of 4 spaces (indentation)
(#9101) Expected indentation of 4 spaces (indentation)
(#9102) Expected indentation of 4 spaces (indentation)
(#9103) Expected indentation of 4 spaces (indentation)
(#9104) Expected indentation of 4 spaces (indentation)
(#9105) Expected indentation of 4 spaces (indentation)
(#9106) Expected indentation of 4 spaces (indentation)
(#9107) Expected indentation of 4 spaces (indentation)
(#9108) Expected indentation of 4 spaces (indentation)
(#9111) Expected indentation of 4 spaces (indentation)
(#9116) Expected indentation of 4 spaces (indentation)
(#9119) Expected indentation of 4 spaces (indentation)
(#9120) Expected indentation of 4 spaces (indentation)
(#9121) Expected indentation of 4 spaces (indentation)
(#9122) Expected indentation of 4 spaces (indentation)
(#9123) Expected indentation of 4 spaces (indentation)
(#9128) Expected indentation of 4 spaces (indentation)
(#9129) Expected indentation of 4 spaces (indentation)
(#9130) Expected indentation of 4 spaces (indentation)
(#9131) Expected indentation of 4 spaces (indentation)
(#9132) Expected indentation of 4 spaces (indentation)
(#9140) Expected indentation of 4 spaces (indentation)
(#9141) Expected indentation of 4 spaces (indentation)
(#9144) Expected indentation of 4 spaces (indentation)
(#9145) Expected indentation of 4 spaces (indentation)
(#9146) Expected indentation of 4 spaces (indentation)
(#9147) Expected indentation of 4 spaces (indentation)
(#9148) Expected indentation of 4 spaces (indentation)
(#9149) Expected indentation of 4 spaces (indentation)
(#9152) Expected indentation of 4 spaces (indentation)
(#9155) Expected indentation of 4 spaces (indentation)
(#9156) Expected indentation of 4 spaces (indentation)
(#9157) Expected indentation of 4 spaces (indentation)
(#9160) Expected indentation of 4 spaces (indentation)
(#9161) Expected indentation of 4 spaces (indentation)
(#9164) Expected indentation of 4 spaces (indentation)
(#9167) Expected indentation of 4 spaces (indentation)
(#9173) Expected indentation of 4 spaces (indentation)
(#9178) Expected indentation of 4 spaces (indentation)
(#9179) Expected indentation of 4 spaces (indentation)
(#9180) Expected indentation of 4 spaces (indentation)
(#9183) Expected indentation of 4 spaces (indentation)
(#9189) Expected indentation of 4 spaces (indentation)
(#9192) Expected indentation of 4 spaces (indentation)
(#9196) Expected indentation of 4 spaces (indentation)
(#9197) Expected indentation of 4 spaces (indentation)
(#9198) Expected indentation of 4 spaces (indentation)
(#9199) Expected indentation of 4 spaces (indentation)
(#9200) Expected indentation of 4 spaces (indentation)
(#9201) Expected indentation of 4 spaces (indentation)
(#9202) Expected indentation of 4 spaces (indentation)
(#9203) Expected indentation of 4 spaces (indentation)
(#9207) Expected indentation of 4 spaces (indentation)
(#9208) Expected indentation of 4 spaces (indentation)
(#9211) Expected indentation of 4 spaces (indentation)
(#9215) Expected indentation of 4 spaces (indentation)
(#9216) Expected indentation of 4 spaces (indentation)
(#9219) Expected indentation of 4 spaces (indentation)
(#9222) Expected indentation of 4 spaces (indentation)
(#9223) Expected indentation of 4 spaces (indentation)
(#9226) Expected indentation of 4 spaces (indentation)
(#9229) Expected indentation of 4 spaces (indentation)
(#9233) Expected indentation of 4 spaces (indentation)
(#9237) Expected indentation of 4 spaces (indentation)
(#9240) Expected indentation of 4 spaces (indentation)
(#9243) Expected indentation of 4 spaces (indentation)
(#9246) Expected indentation of 4 spaces (indentation)
(#9247) Expected indentation of 4 spaces (indentation)
(#9248) Expected indentation of 4 spaces (indentation)
(#9249) Expected indentation of 4 spaces (indentation)
(#9250) Expected indentation of 4 spaces (indentation)
(#9253) Expected indentation of 4 spaces (indentation)
(#9256) Expected indentation of 4 spaces (indentation)
(#9257) Expected indentation of 4 spaces (indentation)
(#9260) Expected indentation of 4 spaces (indentation)
(#9261) Expected indentation of 4 spaces (indentation)
(#9262) Expected indentation of 4 spaces (indentation)
(#9263) Expected indentation of 4 spaces (indentation)
(#9264) Expected indentation of 4 spaces (indentation)
(#9267) Expected indentation of 4 spaces (indentation)
(#9270) Expected indentation of 4 spaces (indentation)
(#9271) Expected indentation of 4 spaces (indentation)
(#9272) Expected indentation of 4 spaces (indentation)
(#9273) Expected indentation of 4 spaces (indentation)
(#9274) Expected indentation of 4 spaces (indentation)
(#9275) Expected indentation of 4 spaces (indentation)
(#9276) Expected indentation of 4 spaces (indentation)
(#9277) Expected indentation of 4 spaces (indentation)
(#9278) Expected indentation of 4 spaces (indentation)
(#9279) Expected indentation of 4 spaces (indentation)
(#9280) Expected indentation of 4 spaces (indentation)
(#9281) Expected indentation of 4 spaces (indentation)
(#9282) Expected indentation of 4 spaces (indentation)
(#9283) Expected indentation of 4 spaces (indentation)
(#9287) Expected indentation of 4 spaces (indentation)
(#9290) Expected indentation of 4 spaces (indentation)
(#9291) Expected indentation of 4 spaces (indentation)
(#9292) Expected indentation of 4 spaces (indentation)
(#9295) Expected indentation of 4 spaces (indentation)
(#9296) Expected indentation of 4 spaces (indentation)
(#9297) Expected indentation of 4 spaces (indentation)
(#9298) Expected indentation of 4 spaces (indentation)
(#9299) Expected indentation of 4 spaces (indentation)
(#9300) Expected indentation of 4 spaces (indentation)
(#9301) Expected indentation of 4 spaces (indentation)
(#9302) Expected indentation of 4 spaces (indentation)
(#9305) Expected indentation of 4 spaces (indentation)
(#9306) Expected indentation of 4 spaces (indentation)
(#9307) Expected indentation of 4 spaces (indentation)
(#9310) Expected indentation of 4 spaces (indentation)
(#9311) Expected indentation of 4 spaces (indentation)
(#9312) Expected indentation of 4 spaces (indentation)
(#9316) Expected indentation of 4 spaces (indentation)
(#9317) Expected indentation of 4 spaces (indentation)
(#9318) Expected indentation of 4 spaces (indentation)
(#9321) Expected indentation of 4 spaces (indentation)
(#9324) Expected indentation of 4 spaces (indentation)
(#9327) Expected indentation of 4 spaces (indentation)
(#9331) Expected indentation of 4 spaces (indentation)
(#9332) Expected indentation of 4 spaces (indentation)
(#9333) Expected indentation of 4 spaces (indentation)
(#9334) Expected indentation of 4 spaces (indentation)
(#9335) Expected indentation of 4 spaces (indentation)
(#9336) Expected indentation of 4 spaces (indentation)
(#9337) Expected indentation of 4 spaces (indentation)
(#9338) Expected indentation of 4 spaces (indentation)
(#9339) Expected indentation of 4 spaces (indentation)
(#9340) Expected indentation of 4 spaces (indentation)
(#9341) Expected indentation of 4 spaces (indentation)
(#9342) Expected indentation of 4 spaces (indentation)
(#9343) Expected indentation of 4 spaces (indentation)
(#9344) Expected indentation of 4 spaces (indentation)
(#9345) Expected indentation of 4 spaces (indentation)
(#9346) Expected indentation of 4 spaces (indentation)
(#9347) Expected indentation of 4 spaces (indentation)
(#9348) Expected indentation of 4 spaces (indentation)
(#9362) Expected indentation of 4 spaces (indentation)
(#9363) Expected indentation of 4 spaces (indentation)
(#9371) Expected indentation of 4 spaces (indentation)
(#9372) Expected indentation of 4 spaces (indentation)
(#9378) Expected indentation of 4 spaces (indentation)
(#9379) Expected indentation of 4 spaces (indentation)
(#9380) Expected indentation of 4 spaces (indentation)
(#9381) Expected indentation of 4 spaces (indentation)
(#9389) Expected indentation of 4 spaces (indentation)
(#9390) Expected indentation of 4 spaces (indentation)
(#9391) Expected indentation of 4 spaces (indentation)
(#9392) Expected indentation of 4 spaces (indentation)
(#9393) Expected indentation of 4 spaces (indentation)
(#9399) Expected indentation of 4 spaces (indentation)
(#9403) Expected indentation of 4 spaces (indentation)
(#9407) Expected indentation of 4 spaces (indentation)
(#9408) Expected indentation of 4 spaces (indentation)
(#9409) Expected indentation of 4 spaces (indentation)
(#9410) Expected indentation of 4 spaces (indentation)
(#9411) Expected indentation of 4 spaces (indentation)
(#9412) Expected indentation of 4 spaces (indentation)
(#9413) Expected indentation of 4 spaces (indentation)
(#9414) Expected indentation of 4 spaces (indentation)
(#9417) Expected indentation of 4 spaces (indentation)
(#9418) Expected indentation of 4 spaces (indentation)
(#9419) Expected indentation of 4 spaces (indentation)
(#9422) Expected indentation of 4 spaces (indentation)
(#9423) Expected indentation of 4 spaces (indentation)
(#9427) Expected indentation of 4 spaces (indentation)
(#9430) Expected indentation of 4 spaces (indentation)
(#9431) Expected indentation of 4 spaces (indentation)
(#9434) Expected indentation of 4 spaces (indentation)
(#9437) Expected indentation of 4 spaces (indentation)
(#9440) Expected indentation of 4 spaces (indentation)
(#9443) Expected indentation of 4 spaces (indentation)
(#9444) Expected indentation of 4 spaces (indentation)
(#9447) Expected indentation of 4 spaces (indentation)
(#9450) Expected indentation of 4 spaces (indentation)
(#9453) Expected indentation of 4 spaces (indentation)
(#9454) Expected indentation of 4 spaces (indentation)
(#9457) Expected indentation of 4 spaces (indentation)
(#9460) Expected indentation of 4 spaces (indentation)
(#9461) Expected indentation of 4 spaces (indentation)
(#9464) Expected indentation of 4 spaces (indentation)
(#9467) Expected indentation of 4 spaces (indentation)
(#9470) Expected indentation of 4 spaces (indentation)
(#9472) Expected indentation of 4 spaces (indentation)
(#9471) Expected indentation of 8 spaces (indentation)
(#9473) Expected indentation of 4 spaces (indentation)
(#9475) Expected indentation of 4 spaces (indentation)
(#9474) Expected indentation of 8 spaces (indentation)
(#9476) Expected indentation of 4 spaces (indentation)
(#9478) Expected indentation of 4 spaces (indentation)
(#9477) Expected indentation of 8 spaces (indentation)
(#9479) Expected indentation of 4 spaces (indentation)
(#9483) Expected indentation of 4 spaces (indentation)
(#9480) Expected indentation of 4 spaces (indentation)
(#9481) Expected indentation of 8 spaces (indentation)
(#9482) Expected indentation of 8 spaces (indentation)
(#9486) Expected indentation of 4 spaces (indentation)
(#9488) Expected indentation of 4 spaces (indentation)
(#9487) Expected indentation of 8 spaces (indentation)
(#9489) Expected indentation of 4 spaces (indentation)
(#9491) Expected indentation of 4 spaces (indentation)
(#9490) Expected indentation of 8 spaces (indentation)
(#9496) Expected indentation of 4 spaces (indentation)
(#9497) Expected indentation of 4 spaces (indentation)
(#9498) Expected indentation of 4 spaces (indentation)
(#9499) Expected indentation of 4 spaces (indentation)
(#9502) Expected indentation of 4 spaces (indentation)
(#9504) Expected indentation of 4 spaces (indentation)
(#9503) Expected indentation of 8 spaces (indentation)
(#9505) Expected indentation of 4 spaces (indentation)
(#9507) Expected indentation of 4 spaces (indentation)
(#9506) Expected indentation of 8 spaces (indentation)
(#9512) Expected indentation of 4 spaces (indentation)
(#9515) Expected indentation of 4 spaces (indentation)
(#9516) Expected indentation of 4 spaces (indentation)
(#9517) Expected indentation of 4 spaces (indentation)
(#9518) Expected indentation of 4 spaces (indentation)
(#9519) Expected indentation of 4 spaces (indentation)
(#9520) Expected indentation of 4 spaces (indentation)
(#9521) Expected indentation of 4 spaces (indentation)
(#9525) Expected indentation of 4 spaces (indentation)
(#9526) Expected indentation of 4 spaces (indentation)
(#9529) Expected indentation of 4 spaces (indentation)
(#9532) Expected indentation of 4 spaces (indentation)
(#9535) Expected indentation of 4 spaces (indentation)
(#9536) Expected indentation of 4 spaces (indentation)
(#9537) Expected indentation of 4 spaces (indentation)
(#9538) Expected indentation of 4 spaces (indentation)
(#9539) Expected indentation of 4 spaces (indentation)
(#9540) Expected indentation of 4 spaces (indentation)
(#9541) Expected indentation of 4 spaces (indentation)
(#9542) Expected indentation of 4 spaces (indentation)
(#9543) Expected indentation of 4 spaces (indentation)
(#9544) Expected indentation of 4 spaces (indentation)
(#9545) Expected indentation of 4 spaces (indentation)
(#9546) Expected indentation of 4 spaces (indentation)
(#9549) Expected indentation of 4 spaces (indentation)
(#9550) Expected indentation of 4 spaces (indentation)
(#9551) Expected indentation of 4 spaces (indentation)
(#9554) Expected indentation of 4 spaces (indentation)
(#9555) Expected indentation of 4 spaces (indentation)
(#9556) Expected indentation of 4 spaces (indentation)
(#9559) Expected indentation of 4 spaces (indentation)
(#9560) Expected indentation of 4 spaces (indentation)
(#9561) Expected indentation of 4 spaces (indentation)
(#9562) Expected indentation of 4 spaces (indentation)
(#9563) Expected indentation of 4 spaces (indentation)
(#9564) Expected indentation of 4 spaces (indentation)
(#9565) Expected indentation of 4 spaces (indentation)
(#9566) Expected indentation of 4 spaces (indentation)
(#9567) Expected indentation of 4 spaces (indentation)
(#9570) Expected indentation of 4 spaces (indentation)
(#9571) Expected indentation of 4 spaces (indentation)
(#9572) Expected indentation of 4 spaces (indentation)
(#9573) Expected indentation of 4 spaces (indentation)
(#9574) Expected indentation of 4 spaces (indentation)
(#9577) Expected indentation of 4 spaces (indentation)
(#9578) Expected indentation of 4 spaces (indentation)
(#9581) Expected indentation of 4 spaces (indentation)
(#9591) Expected indentation of 4 spaces (indentation)
(#9595) Expected indentation of 4 spaces (indentation)
(#9598) Expected indentation of 4 spaces (indentation)
(#9601) Expected indentation of 4 spaces (indentation)
(#9602) Expected indentation of 4 spaces (indentation)
(#9603) Expected indentation of 4 spaces (indentation)
(#9607) Expected indentation of 4 spaces (indentation)
(#9610) Expected indentation of 4 spaces (indentation)
(#9613) Expected indentation of 4 spaces (indentation)
(#9616) Expected indentation of 4 spaces (indentation)
(#9617) Expected indentation of 4 spaces (indentation)
(#9618) Expected indentation of 4 spaces (indentation)
(#9619) Expected indentation of 4 spaces (indentation)
(#9620) Expected indentation of 4 spaces (indentation)
(#9621) Expected indentation of 4 spaces (indentation)
(#9622) Expected indentation of 4 spaces (indentation)
(#9623) Expected indentation of 4 spaces (indentation)
(#9624) Expected indentation of 4 spaces (indentation)
(#9625) Expected indentation of 4 spaces (indentation)
(#9628) Expected indentation of 4 spaces (indentation)
(#9629) Expected indentation of 4 spaces (indentation)
(#9630) Expected indentation of 4 spaces (indentation)
(#9631) Expected indentation of 4 spaces (indentation)
(#9632) Expected indentation of 4 spaces (indentation)
(#9633) Expected indentation of 4 spaces (indentation)
(#9634) Expected indentation of 4 spaces (indentation)
(#9635) Expected indentation of 4 spaces (indentation)
(#9638) Expected indentation of 4 spaces (indentation)
(#9639) Expected indentation of 4 spaces (indentation)
(#9640) Expected indentation of 4 spaces (indentation)
(#9641) Expected indentation of 4 spaces (indentation)
(#9642) Expected indentation of 4 spaces (indentation)
(#9643) Expected indentation of 4 spaces (indentation)
(#9644) Expected indentation of 4 spaces (indentation)
(#9645) Expected indentation of 4 spaces (indentation)
(#9646) Expected indentation of 4 spaces (indentation)
(#9647) Expected indentation of 4 spaces (indentation)
(#9650) Expected indentation of 4 spaces (indentation)
(#9653) Expected indentation of 4 spaces (indentation)
(#9654) Expected indentation of 4 spaces (indentation)
(#9655) Expected indentation of 4 spaces (indentation)
(#9656) Expected indentation of 4 spaces (indentation)
(#9659) Expected indentation of 4 spaces (indentation)
(#9662) Expected indentation of 4 spaces (indentation)
(#9665) Expected indentation of 4 spaces (indentation)
(#9666) Expected indentation of 4 spaces (indentation)
(#9669) Expected indentation of 4 spaces (indentation)
(#9672) Expected indentation of 4 spaces (indentation)
(#9670) Expected indentation of 8 spaces (indentation)
(#9671) Expected indentation of 8 spaces (indentation)
(#9682) Expected indentation of 4 spaces (indentation)
(#9683) Expected indentation of 4 spaces (indentation)
(#9684) Expected indentation of 4 spaces (indentation)
(#9685) Expected indentation of 4 spaces (indentation)
(#9686) Expected indentation of 4 spaces (indentation)
(#9689) Expected indentation of 4 spaces (indentation)
(#9690) Expected indentation of 4 spaces (indentation)
(#9693) Expected indentation of 4 spaces (indentation)
(#9694) Expected indentation of 4 spaces (indentation)
(#9697) Expected indentation of 4 spaces (indentation)
(#9698) Expected indentation of 4 spaces (indentation)
(#9701) Expected indentation of 4 spaces (indentation)
(#9702) Expected indentation of 4 spaces (indentation)
(#9703) Expected indentation of 4 spaces (indentation)
(#9706) Expected indentation of 4 spaces (indentation)
(#9707) Expected indentation of 4 spaces (indentation)
(#9710) Expected indentation of 4 spaces (indentation)
(#9711) Expected indentation of 4 spaces (indentation)
(#9714) Expected indentation of 4 spaces (indentation)
(#9717) Expected indentation of 4 spaces (indentation)
(#9718) Expected indentation of 4 spaces (indentation)
(#9719) Expected indentation of 4 spaces (indentation)
(#9720) Expected indentation of 4 spaces (indentation)
(#9724) Expected indentation of 4 spaces (indentation)
(#9727) Expected indentation of 4 spaces (indentation)
(#9728) Expected indentation of 4 spaces (indentation)
(#9731) Expected indentation of 4 spaces (indentation)
(#9732) Expected indentation of 4 spaces (indentation)
(#9735) Expected indentation of 4 spaces (indentation)
(#9738) Expected indentation of 4 spaces (indentation)
(#9741) Expected indentation of 4 spaces (indentation)
(#9742) Expected indentation of 4 spaces (indentation)
(#9745) Expected indentation of 4 spaces (indentation)
(#9746) Expected indentation of 4 spaces (indentation)
(#9749) Expected indentation of 4 spaces (indentation)
(#9752) Expected indentation of 4 spaces (indentation)
(#9755) Expected indentation of 4 spaces (indentation)
(#9758) Expected indentation of 4 spaces (indentation)
(#9759) Expected indentation of 4 spaces (indentation)
(#9762) Expected indentation of 4 spaces (indentation)
(#9765) Expected indentation of 4 spaces (indentation)
(#9766) Expected indentation of 4 spaces (indentation)
(#9767) Expected indentation of 4 spaces (indentation)
(#9770) Expected indentation of 4 spaces (indentation)
(#9773) Expected indentation of 4 spaces (indentation)
(#9776) Expected indentation of 4 spaces (indentation)
(#9779) Expected indentation of 4 spaces (indentation)
(#9780) Expected indentation of 4 spaces (indentation)
(#9783) Expected indentation of 4 spaces (indentation)
(#9786) Expected indentation of 4 spaces (indentation)
(#9787) Expected indentation of 4 spaces (indentation)
(#9788) Expected indentation of 4 spaces (indentation)
(#9789) Expected indentation of 4 spaces (indentation)
(#9792) Expected indentation of 4 spaces (indentation)
(#9793) Expected indentation of 4 spaces (indentation)
(#9794) Expected indentation of 4 spaces (indentation)
(#9795) Expected indentation of 4 spaces (indentation)
(#9796) Expected indentation of 4 spaces (indentation)
(#9797) Expected indentation of 4 spaces (indentation)
(#9798) Expected indentation of 4 spaces (indentation)
(#9801) Expected indentation of 4 spaces (indentation)
(#9802) Expected indentation of 4 spaces (indentation)
(#9803) Expected indentation of 4 spaces (indentation)
(#9804) Expected indentation of 4 spaces (indentation)
(#9805) Expected indentation of 4 spaces (indentation)
(#9806) Expected indentation of 4 spaces (indentation)
(#9807) Expected indentation of 4 spaces (indentation)
(#9808) Expected indentation of 4 spaces (indentation)
(#9812) Expected indentation of 4 spaces (indentation)
(#9813) Expected indentation of 4 spaces (indentation)
(#9814) Expected indentation of 4 spaces (indentation)
(#9815) Expected indentation of 4 spaces (indentation)
(#9818) Expected indentation of 4 spaces (indentation)
(#9821) Expected indentation of 4 spaces (indentation)
(#9822) Expected indentation of 4 spaces (indentation)
(#9823) Expected indentation of 4 spaces (indentation)
(#9824) Expected indentation of 4 spaces (indentation)
(#9825) Expected indentation of 4 spaces (indentation)
(#9826) Expected indentation of 4 spaces (indentation)
(#9829) Expected indentation of 4 spaces (indentation)
(#9830) Expected indentation of 4 spaces (indentation)
(#9831) Expected indentation of 4 spaces (indentation)
(#9834) Expected indentation of 4 spaces (indentation)
(#9835) Expected indentation of 4 spaces (indentation)
(#9836) Expected indentation of 4 spaces (indentation)
(#9839) Expected indentation of 4 spaces (indentation)
(#9842) Expected indentation of 4 spaces (indentation)
(#9846) Expected indentation of 4 spaces (indentation)
(#9849) Expected indentation of 4 spaces (indentation)
(#9852) Expected indentation of 4 spaces (indentation)
(#9853) Expected indentation of 4 spaces (indentation)
(#9854) Expected indentation of 4 spaces (indentation)
(#9857) Expected indentation of 4 spaces (indentation)
(#9860) Expected indentation of 4 spaces (indentation)
(#9863) Expected indentation of 4 spaces (indentation)
(#9866) Expected indentation of 4 spaces (indentation)
(#9868) Expected indentation of 4 spaces (indentation)
(#9867) Expected indentation of 8 spaces (indentation)
(#9869) Expected indentation of 4 spaces (indentation)
(#9882) Expected indentation of 4 spaces (indentation)
(#9870) Expected indentation of 8 spaces (indentation)
(#9871) Expected indentation of 8 spaces (indentation)
(#9872) Expected indentation of 8 spaces (indentation)
(#9873) Expected indentation of 8 spaces (indentation)
(#9874) Expected indentation of 8 spaces (indentation)
(#9875) Expected indentation of 8 spaces (indentation)
(#9876) Expected indentation of 8 spaces (indentation)
(#9877) Expected indentation of 8 spaces (indentation)
(#9878) Expected indentation of 8 spaces (indentation)
(#9879) Expected indentation of 8 spaces (indentation)
(#9880) Expected indentation of 8 spaces (indentation)
(#9881) Expected indentation of 8 spaces (indentation)
(#9883) Expected indentation of 4 spaces (indentation)
(#9892) Expected indentation of 4 spaces (indentation)
(#9884) Expected indentation of 8 spaces (indentation)
(#9885) Expected indentation of 8 spaces (indentation)
(#9886) Expected indentation of 8 spaces (indentation)
(#9887) Expected indentation of 8 spaces (indentation)
(#9888) Expected indentation of 8 spaces (indentation)
(#9889) Expected indentation of 8 spaces (indentation)
(#9890) Expected indentation of 8 spaces (indentation)
(#9891) Expected indentation of 8 spaces (indentation)
(#9893) Expected indentation of 4 spaces (indentation)
(#9897) Expected indentation of 4 spaces (indentation)
(#9894) Expected indentation of 4 spaces (indentation)
(#9895) Expected indentation of 4 spaces (indentation)
(#9896) Expected indentation of 8 spaces (indentation)
(#9898) Expected indentation of 4 spaces (indentation)
(#9906) Expected indentation of 4 spaces (indentation)
(#9899) Expected indentation of 8 spaces (indentation)
(#9900) Expected indentation of 8 spaces (indentation)
(#9901) Expected indentation of 8 spaces (indentation)
(#9902) Expected indentation of 8 spaces (indentation)
(#9903) Expected indentation of 8 spaces (indentation)
(#9904) Expected indentation of 8 spaces (indentation)
(#9905) Expected indentation of 8 spaces (indentation)
(#9907) Expected indentation of 4 spaces (indentation)
(#9911) Expected indentation of 4 spaces (indentation)
(#9908) Expected indentation of 4 spaces (indentation)
(#9909) Expected indentation of 8 spaces (indentation)
(#9910) Expected indentation of 8 spaces (indentation)
(#9912) Expected indentation of 4 spaces (indentation)
(#9918) Expected indentation of 4 spaces (indentation)
(#9913) Expected indentation of 8 spaces (indentation)
(#9914) Expected indentation of 8 spaces (indentation)
(#9915) Expected indentation of 8 spaces (indentation)
(#9916) Expected indentation of 8 spaces (indentation)
(#9917) Expected indentation of 8 spaces (indentation)
(#9919) Expected indentation of 4 spaces (indentation)
(#9922) Expected indentation of 4 spaces (indentation)
(#9920) Expected indentation of 4 spaces (indentation)
(#9921) Expected indentation of 8 spaces (indentation)
(#9925) Expected indentation of 4 spaces (indentation)
(#9926) Expected indentation of 4 spaces (indentation)
(#9929) Expected indentation of 4 spaces (indentation)
(#9930) Expected indentation of 4 spaces (indentation)
(#9934) Expected indentation of 4 spaces (indentation)
(#9944) Expected indentation of 4 spaces (indentation)
(#9947) Expected indentation of 4 spaces (indentation)
(#9948) Expected indentation of 4 spaces (indentation)
(#9949) Expected indentation of 4 spaces (indentation)
(#9950) Expected indentation of 4 spaces (indentation)
(#9953) Expected indentation of 4 spaces (indentation)
(#9954) Expected indentation of 4 spaces (indentation)
(#9955) Expected indentation of 4 spaces (indentation)
(#9958) Expected indentation of 4 spaces (indentation)
(#9959) Expected indentation of 4 spaces (indentation)
(#9960) Expected indentation of 4 spaces (indentation)
(#9961) Expected indentation of 4 spaces (indentation)
(#9962) Expected indentation of 4 spaces (indentation)
(#9963) Expected indentation of 4 spaces (indentation)
(#9967) Expected indentation of 4 spaces (indentation)
(#9968) Expected indentation of 4 spaces (indentation)
(#9969) Expected indentation of 4 spaces (indentation)
(#9970) Expected indentation of 4 spaces (indentation)
(#9971) Expected indentation of 4 spaces (indentation)
(#9972) Expected indentation of 4 spaces (indentation)
(#9973) Expected indentation of 4 spaces (indentation)
(#9976) Expected indentation of 4 spaces (indentation)
(#9977) Expected indentation of 4 spaces (indentation)
(#9978) Expected indentation of 4 spaces (indentation)
(#9979) Expected indentation of 4 spaces (indentation)
(#9980) Expected indentation of 4 spaces (indentation)
(#9981) Expected indentation of 4 spaces (indentation)
(#9982) Expected indentation of 4 spaces (indentation)
(#9983) Expected indentation of 4 spaces (indentation)
(#9986) Expected indentation of 4 spaces (indentation)
(#9989) Expected indentation of 4 spaces (indentation)
(#9990) Expected indentation of 4 spaces (indentation)
(#9991) Expected indentation of 4 spaces (indentation)
(#9992) Expected indentation of 4 spaces (indentation)
(#9993) Expected indentation of 4 spaces (indentation)
(#9994) Expected indentation of 4 spaces (indentation)
(#9997) Expected indentation of 4 spaces (indentation)
(#9999) Expected indentation of 4 spaces (indentation)
(#9998) Expected indentation of 8 spaces (indentation)
(#10002) Expected indentation of 4 spaces (indentation)
(#10005) Expected indentation of 4 spaces (indentation)
(#10006) Expected indentation of 4 spaces (indentation)
(#10007) Expected indentation of 4 spaces (indentation)
(#10008) Expected indentation of 4 spaces (indentation)
(#10009) Expected indentation of 4 spaces (indentation)
(#10012) Expected indentation of 4 spaces (indentation)
(#10016) Expected indentation of 4 spaces (indentation)
(#10017) Expected indentation of 4 spaces (indentation)
(#10020) Expected indentation of 4 spaces (indentation)
(#10024) Expected indentation of 4 spaces (indentation)
(#10025) Expected indentation of 4 spaces (indentation)
(#10028) Expected indentation of 4 spaces (indentation)
(#10032) Expected indentation of 4 spaces (indentation)
(#10035) Expected indentation of 4 spaces (indentation)
(#10036) Expected indentation of 4 spaces (indentation)
(#10039) Expected indentation of 4 spaces (indentation)
(#10042) Expected indentation of 4 spaces (indentation)
(#10043) Expected indentation of 4 spaces (indentation)
(#10046) Expected indentation of 4 spaces (indentation)
(#10050) Expected indentation of 4 spaces (indentation)
(#10051) Expected indentation of 4 spaces (indentation)
(#10054) Expected indentation of 4 spaces (indentation)
(#10058) Expected indentation of 4 spaces (indentation)
(#10059) Expected indentation of 4 spaces (indentation)
(#10062) Expected indentation of 4 spaces (indentation)
(#10065) Expected indentation of 4 spaces (indentation)
(#10068) Expected indentation of 4 spaces (indentation)
(#10069) Expected indentation of 4 spaces (indentation)
(#10070) Expected indentation of 4 spaces (indentation)
(#10074) Expected indentation of 4 spaces (indentation)
(#10075) Expected indentation of 4 spaces (indentation)
(#10076) Expected indentation of 4 spaces (indentation)
(#10077) Expected indentation of 4 spaces (indentation)
(#10078) Expected indentation of 4 spaces (indentation)
(#10079) Expected indentation of 4 spaces (indentation)
(#10082) Expected indentation of 4 spaces (indentation)
(#10085) Expected indentation of 4 spaces (indentation)
(#10088) Expected indentation of 4 spaces (indentation)
(#10089) Expected indentation of 4 spaces (indentation)
(#10090) Expected indentation of 4 spaces (indentation)
(#10093) Expected indentation of 4 spaces (indentation)
(#10094) Expected indentation of 4 spaces (indentation)
(#10095) Expected indentation of 4 spaces (indentation)
(#10096) Expected indentation of 4 spaces (indentation)
(#10097) Expected indentation of 4 spaces (indentation)
(#10098) Expected indentation of 4 spaces (indentation)
(#10099) Expected indentation of 4 spaces (indentation)
(#10100) Expected indentation of 4 spaces (indentation)
(#10101) Expected indentation of 4 spaces (indentation)
(#10102) Expected indentation of 4 spaces (indentation)
(#10105) Expected indentation of 4 spaces (indentation)
(#10108) Expected indentation of 4 spaces (indentation)
(#10109) Expected indentation of 4 spaces (indentation)
(#10112) Expected indentation of 4 spaces (indentation)
(#10115) Expected indentation of 4 spaces (indentation)
(#10121) Expected indentation of 4 spaces (indentation)
(#10116) Expected indentation of 8 spaces (indentation)
(#10117) Expected indentation of 8 spaces (indentation)
(#10118) Expected indentation of 8 spaces (indentation)
(#10119) Expected indentation of 8 spaces (indentation)
(#10120) Expected indentation of 8 spaces (indentation)
(#10122) Expected indentation of 4 spaces (indentation)
(#10128) Expected indentation of 4 spaces (indentation)
(#10123) Expected indentation of 8 spaces (indentation)
(#10124) Expected indentation of 8 spaces (indentation)
(#10125) Expected indentation of 8 spaces (indentation)
(#10126) Expected indentation of 8 spaces (indentation)
(#10127) Expected indentation of 8 spaces (indentation)
(#10129) Expected indentation of 4 spaces (indentation)
(#10133) Expected indentation of 4 spaces (indentation)
(#10130) Expected indentation of 8 spaces (indentation)
(#10131) Expected indentation of 8 spaces (indentation)
(#10132) Expected indentation of 8 spaces (indentation)
(#10136) Expected indentation of 4 spaces (indentation)
(#10139) Expected indentation of 4 spaces (indentation)
(#10137) Expected indentation of 8 spaces (indentation)
(#10138) Expected indentation of 8 spaces (indentation)
(#10142) Expected indentation of 4 spaces (indentation)
(#10145) Expected indentation of 4 spaces (indentation)
(#10143) Expected indentation of 8 spaces (indentation)
(#10144) Expected indentation of 8 spaces (indentation)
(#10148) Expected indentation of 4 spaces (indentation)
(#10150) Expected indentation of 4 spaces (indentation)
(#10149) Expected indentation of 8 spaces (indentation)
(#10151) Expected indentation of 4 spaces (indentation)
(#10155) Expected indentation of 4 spaces (indentation)
(#10152) Expected indentation of 8 spaces (indentation)
(#10153) Expected indentation of 8 spaces (indentation)
(#10154) Expected indentation of 8 spaces (indentation)
(#10158) Expected indentation of 4 spaces (indentation)
(#10159) Expected indentation of 4 spaces (indentation)
(#10162) Expected indentation of 4 spaces (indentation)
(#10164) Expected indentation of 4 spaces (indentation)
(#10163) Expected indentation of 8 spaces (indentation)
(#10165) Expected indentation of 4 spaces (indentation)
(#10170) Expected indentation of 4 spaces (indentation)
(#10166) Expected indentation of 8 spaces (indentation)
(#10167) Expected indentation of 8 spaces (indentation)
(#10168) Expected indentation of 8 spaces (indentation)
(#10169) Expected indentation of 8 spaces (indentation)
(#10171) Expected indentation of 4 spaces (indentation)
(#10176) Expected indentation of 4 spaces (indentation)
(#10172) Expected indentation of 8 spaces (indentation)
(#10173) Expected indentation of 8 spaces (indentation)
(#10174) Expected indentation of 8 spaces (indentation)
(#10175) Expected indentation of 8 spaces (indentation)
(#10177) Expected indentation of 4 spaces (indentation)
(#10180) Expected indentation of 4 spaces (indentation)
(#10178) Expected indentation of 8 spaces (indentation)
(#10179) Expected indentation of 8 spaces (indentation)
(#10181) Expected indentation of 4 spaces (indentation)
(#10192) Expected indentation of 4 spaces (indentation)
(#10182) Expected indentation of 8 spaces (indentation)
(#10183) Expected indentation of 8 spaces (indentation)
(#10184) Expected indentation of 8 spaces (indentation)
(#10185) Expected indentation of 8 spaces (indentation)
(#10186) Expected indentation of 8 spaces (indentation)
(#10187) Expected indentation of 8 spaces (indentation)
(#10188) Expected indentation of 8 spaces (indentation)
(#10189) Expected indentation of 8 spaces (indentation)
(#10190) Expected indentation of 8 spaces (indentation)
(#10191) Expected indentation of 8 spaces (indentation)
(#10193) Expected indentation of 4 spaces (indentation)
(#10198) Expected indentation of 4 spaces (indentation)
(#10194) Expected indentation of 8 spaces (indentation)
(#10195) Expected indentation of 8 spaces (indentation)
(#10196) Expected indentation of 8 spaces (indentation)
(#10197) Expected indentation of 8 spaces (indentation)
(#10199) Expected indentation of 4 spaces (indentation)
(#10203) Expected indentation of 4 spaces (indentation)
(#10200) Expected indentation of 8 spaces (indentation)
(#10201) Expected indentation of 8 spaces (indentation)
(#10202) Expected indentation of 8 spaces (indentation)
(#10204) Expected indentation of 4 spaces (indentation)
(#10208) Expected indentation of 4 spaces (indentation)
(#10205) Expected indentation of 8 spaces (indentation)
(#10206) Expected indentation of 8 spaces (indentation)
(#10207) Expected indentation of 8 spaces (indentation)
(#10212) Expected indentation of 4 spaces (indentation)
(#10216) Expected indentation of 4 spaces (indentation)
(#10217) Expected indentation of 4 spaces (indentation)
(#10218) Expected indentation of 4 spaces (indentation)
(#10224) Expected indentation of 4 spaces (indentation)
(#10225) Expected indentation of 4 spaces (indentation)
(#10229) Expected indentation of 4 spaces (indentation)
(#10230) Expected indentation of 4 spaces (indentation)
(#10231) Expected indentation of 4 spaces (indentation)
(#10232) Expected indentation of 4 spaces (indentation)
(#10233) Expected indentation of 4 spaces (indentation)
(#10239) Expected indentation of 4 spaces (indentation)
(#10242) Expected indentation of 4 spaces (indentation)
(#10243) Expected indentation of 4 spaces (indentation)
(#10246) Expected indentation of 4 spaces (indentation)
(#10249) Expected indentation of 4 spaces (indentation)
(#10252) Expected indentation of 4 spaces (indentation)
(#10250) Expected indentation of 8 spaces (indentation)
(#10251) Expected indentation of 8 spaces (indentation)
(#10255) Expected indentation of 4 spaces (indentation)
(#10256) Expected indentation of 4 spaces (indentation)
(#10257) Expected indentation of 4 spaces (indentation)
(#10258) Expected indentation of 4 spaces (indentation)
(#10259) Expected indentation of 4 spaces (indentation)
(#10260) Expected indentation of 4 spaces (indentation)
(#10261) Expected indentation of 4 spaces (indentation)
(#10262) Expected indentation of 4 spaces (indentation)
(#10263) Expected indentation of 4 spaces (indentation)
(#10264) Expected indentation of 4 spaces (indentation)
(#10265) Expected indentation of 4 spaces (indentation)
(#10266) Expected indentation of 4 spaces (indentation)
(#10269) Expected indentation of 4 spaces (indentation)
(#10270) Expected indentation of 4 spaces (indentation)
(#10273) Expected indentation of 4 spaces (indentation)
(#10276) Expected indentation of 4 spaces (indentation)
(#10277) Expected indentation of 4 spaces (indentation)
(#10278) Expected indentation of 4 spaces (indentation)
(#10279) Expected indentation of 4 spaces (indentation)
(#10280) Expected indentation of 4 spaces (indentation)
(#10281) Expected indentation of 4 spaces (indentation)
(#10282) Expected indentation of 4 spaces (indentation)
(#10286) Expected indentation of 4 spaces (indentation)
(#10287) Expected indentation of 4 spaces (indentation)
(#10288) Expected indentation of 4 spaces (indentation)
(#10289) Expected indentation of 4 spaces (indentation)
(#10290) Expected indentation of 4 spaces (indentation)
(#10291) Expected indentation of 4 spaces (indentation)
(#10294) Expected indentation of 4 spaces (indentation)
(#10295) Expected indentation of 4 spaces (indentation)
(#10296) Expected indentation of 4 spaces (indentation)
(#10297) Expected indentation of 4 spaces (indentation)
(#10298) Expected indentation of 4 spaces (indentation)
(#10299) Expected indentation of 4 spaces (indentation)
(#10300) Expected indentation of 4 spaces (indentation)
(#10301) Expected indentation of 4 spaces (indentation)
(#10302) Expected indentation of 4 spaces (indentation)
(#10303) Expected indentation of 4 spaces (indentation)
(#10306) Expected indentation of 4 spaces (indentation)
(#10307) Expected indentation of 4 spaces (indentation)
(#10308) Expected indentation of 4 spaces (indentation)
(#10311) Expected indentation of 4 spaces (indentation)
(#10312) Expected indentation of 4 spaces (indentation)
(#10315) Expected indentation of 4 spaces (indentation)
(#10316) Expected indentation of 4 spaces (indentation)
(#10317) Expected indentation of 4 spaces (indentation)
(#10320) Expected indentation of 4 spaces (indentation)
(#10321) Expected indentation of 4 spaces (indentation)
(#10322) Expected indentation of 4 spaces (indentation)
(#10323) Expected indentation of 4 spaces (indentation)
(#10324) Expected indentation of 4 spaces (indentation)
(#10325) Expected indentation of 4 spaces (indentation)
(#10326) Expected indentation of 4 spaces (indentation)
(#10327) Expected indentation of 4 spaces (indentation)
(#10330) Expected indentation of 4 spaces (indentation)
(#10331) Expected indentation of 4 spaces (indentation)
(#10332) Expected indentation of 4 spaces (indentation)
(#10333) Expected indentation of 4 spaces (indentation)
(#10334) Expected indentation of 4 spaces (indentation)
(#10335) Expected indentation of 4 spaces (indentation)
(#10336) Expected indentation of 4 spaces (indentation)
(#10337) Expected indentation of 4 spaces (indentation)
(#10338) Expected indentation of 4 spaces (indentation)
(#10341) Expected indentation of 4 spaces (indentation)
(#10342) Expected indentation of 4 spaces (indentation)
(#10343) Expected indentation of 4 spaces (indentation)
(#10347) Expected indentation of 4 spaces (indentation)
(#10350) Expected indentation of 4 spaces (indentation)
(#10351) Expected indentation of 4 spaces (indentation)
(#10354) Expected indentation of 4 spaces (indentation)
(#10355) Expected indentation of 4 spaces (indentation)
(#10356) Expected indentation of 4 spaces (indentation)
(#10359) Expected indentation of 4 spaces (indentation)
(#10362) Expected indentation of 4 spaces (indentation)
(#10363) Expected indentation of 4 spaces (indentation)
(#10364) Expected indentation of 4 spaces (indentation)
(#10367) Expected indentation of 4 spaces (indentation)
(#10369) Expected indentation of 4 spaces (indentation)
(#10368) Expected indentation of 8 spaces (indentation)
(#10373) Expected indentation of 4 spaces (indentation)
(#10374) Expected indentation of 4 spaces (indentation)
(#10375) Expected indentation of 4 spaces (indentation)
(#10376) Expected indentation of 4 spaces (indentation)
(#10377) Expected indentation of 4 spaces (indentation)
(#10378) Expected indentation of 4 spaces (indentation)
(#10379) Expected indentation of 4 spaces (indentation)
(#10380) Expected indentation of 4 spaces (indentation)
(#10383) Expected indentation of 4 spaces (indentation)
(#10384) Expected indentation of 4 spaces (indentation)
(#10385) Expected indentation of 4 spaces (indentation)
(#10386) Expected indentation of 4 spaces (indentation)
(#10387) Expected indentation of 4 spaces (indentation)
(#10388) Expected indentation of 4 spaces (indentation)
(#10389) Expected indentation of 4 spaces (indentation)
(#10392) Expected indentation of 4 spaces (indentation)
(#10395) Expected indentation of 4 spaces (indentation)
(#10397) Expected indentation of 4 spaces (indentation)
(#10396) Expected indentation of 8 spaces (indentation)
(#10398) Expected indentation of 4 spaces (indentation)
(#10400) Expected indentation of 4 spaces (indentation)
(#10399) Expected indentation of 8 spaces (indentation)
(#10403) Expected indentation of 4 spaces (indentation)
(#10404) Expected indentation of 4 spaces (indentation)
(#10405) Expected indentation of 4 spaces (indentation)
(#10406) Expected indentation of 4 spaces (indentation)
(#10409) Expected indentation of 4 spaces (indentation)
(#10412) Expected indentation of 4 spaces (indentation)
(#10415) Expected indentation of 4 spaces (indentation)
(#10416) Expected indentation of 4 spaces (indentation)
(#10419) Expected indentation of 4 spaces (indentation)
(#10430) Expected indentation of 4 spaces (indentation)
(#10434) Expected indentation of 4 spaces (indentation)
(#10437) Expected indentation of 4 spaces (indentation)
(#10441) Expected indentation of 4 spaces (indentation)
(#10444) Expected indentation of 4 spaces (indentation)
(#10447) Expected indentation of 4 spaces (indentation)
(#10448) Expected indentation of 4 spaces (indentation)
(#10451) Expected indentation of 4 spaces (indentation)
(#10454) Expected indentation of 4 spaces (indentation)
(#10457) Expected indentation of 4 spaces (indentation)
(#10461) Expected indentation of 4 spaces (indentation)
(#10465) Expected indentation of 4 spaces (indentation)
(#10470) Expected indentation of 4 spaces (indentation)
(#10473) Expected indentation of 4 spaces (indentation)
(#10478) Expected indentation of 4 spaces (indentation)
(#10479) Expected indentation of 4 spaces (indentation)
(#10480) Expected indentation of 4 spaces (indentation)
(#10481) Expected indentation of 4 spaces (indentation)
(#10482) Expected indentation of 4 spaces (indentation)
(#10483) Expected indentation of 4 spaces (indentation)
(#10484) Expected indentation of 4 spaces (indentation)
(#10492) Expected indentation of 4 spaces (indentation)
(#10493) Expected indentation of 4 spaces (indentation)
(#10494) Expected indentation of 4 spaces (indentation)
(#10502) Expected indentation of 4 spaces (indentation)
(#10505) Expected indentation of 4 spaces (indentation)
(#10506) Expected indentation of 4 spaces (indentation)
(#10507) Expected indentation of 4 spaces (indentation)
(#10508) Expected indentation of 4 spaces (indentation)
(#10509) Expected indentation of 4 spaces (indentation)
(#10516) Expected indentation of 4 spaces (indentation)
(#10517) Expected indentation of 4 spaces (indentation)
(#10518) Expected indentation of 4 spaces (indentation)
(#10524) Expected indentation of 4 spaces (indentation)
(#10528) Expected indentation of 4 spaces (indentation)
(#10529) Expected indentation of 4 spaces (indentation)
(#10530) Expected indentation of 4 spaces (indentation)
(#10536) Expected indentation of 4 spaces (indentation)
(#10537) Expected indentation of 4 spaces (indentation)
(#10540) Expected indentation of 4 spaces (indentation)
(#10541) Expected indentation of 4 spaces (indentation)
(#10544) Expected indentation of 4 spaces (indentation)
(#10550) Expected indentation of 4 spaces (indentation)
(#10553) Expected indentation of 4 spaces (indentation)
(#10556) Expected indentation of 4 spaces (indentation)
(#10559) Expected indentation of 4 spaces (indentation)
(#10568) Expected indentation of 4 spaces (indentation)
(#10560) Expected indentation of 8 spaces (indentation)
(#10561) Expected indentation of 8 spaces (indentation)
(#10562) Expected indentation of 8 spaces (indentation)
(#10563) Expected indentation of 8 spaces (indentation)
(#10564) Expected indentation of 8 spaces (indentation)
(#10565) Expected indentation of 8 spaces (indentation)
(#10566) Expected indentation of 8 spaces (indentation)
(#10567) Expected indentation of 8 spaces (indentation)
(#10569) Expected indentation of 4 spaces (indentation)
(#10574) Expected indentation of 4 spaces (indentation)
(#10570) Expected indentation of 4 spaces (indentation)
(#10571) Expected indentation of 8 spaces (indentation)
(#10572) Expected indentation of 8 spaces (indentation)
(#10573) Expected indentation of 8 spaces (indentation)
(#10575) Expected indentation of 4 spaces (indentation)
(#10578) Expected indentation of 4 spaces (indentation)
(#10576) Expected indentation of 4 spaces (indentation)
(#10577) Expected indentation of 8 spaces (indentation)
(#10579) Expected indentation of 4 spaces (indentation)
(#10581) Expected indentation of 4 spaces (indentation)
(#10580) Expected indentation of 8 spaces (indentation)
(#10582) Expected indentation of 4 spaces (indentation)
(#10584) Expected indentation of 4 spaces (indentation)
(#10583) Expected indentation of 8 spaces (indentation)
(#10585) Expected indentation of 4 spaces (indentation)
(#10587) Expected indentation of 4 spaces (indentation)
(#10586) Expected indentation of 8 spaces (indentation)
(#10588) Expected indentation of 4 spaces (indentation)
(#10590) Expected indentation of 4 spaces (indentation)
(#10589) Expected indentation of 8 spaces (indentation)
(#10591) Expected indentation of 4 spaces (indentation)
(#10593) Expected indentation of 4 spaces (indentation)
(#10592) Expected indentation of 8 spaces (indentation)
(#10594) Expected indentation of 4 spaces (indentation)
(#10596) Expected indentation of 4 spaces (indentation)
(#10595) Expected indentation of 8 spaces (indentation)
(#10599) Expected indentation of 4 spaces (indentation)
(#10610) Expected indentation of 4 spaces (indentation)
(#10600) Expected indentation of 8 spaces (indentation)
(#10601) Expected indentation of 8 spaces (indentation)
(#10602) Expected indentation of 8 spaces (indentation)
(#10603) Expected indentation of 8 spaces (indentation)
(#10604) Expected indentation of 8 spaces (indentation)
(#10605) Expected indentation of 8 spaces (indentation)
(#10606) Expected indentation of 8 spaces (indentation)
(#10607) Expected indentation of 8 spaces (indentation)
(#10608) Expected indentation of 8 spaces (indentation)
(#10609) Expected indentation of 8 spaces (indentation)
(#10613) Expected indentation of 4 spaces (indentation)
(#10615) Expected indentation of 4 spaces (indentation)
(#10614) Expected indentation of 8 spaces (indentation)
(#10616) Expected indentation of 4 spaces (indentation)
(#10618) Expected indentation of 4 spaces (indentation)
(#10617) Expected indentation of 8 spaces (indentation)
(#10621) Expected indentation of 4 spaces (indentation)
(#10622) Expected indentation of 4 spaces (indentation)
(#10623) Expected indentation of 4 spaces (indentation)
(#10627) Expected indentation of 4 spaces (indentation)
(#10628) Expected indentation of 4 spaces (indentation)
(#10629) Expected indentation of 4 spaces (indentation)
(#10630) Expected indentation of 4 spaces (indentation)
(#10631) Expected indentation of 4 spaces (indentation)
(#10634) Expected indentation of 4 spaces (indentation)
(#10638) Expected indentation of 4 spaces (indentation)
(#10635) Expected indentation of 4 spaces (indentation)
(#10636) Expected indentation of 8 spaces (indentation)
(#10637) Expected indentation of 8 spaces (indentation)
(#10642) Expected indentation of 4 spaces (indentation)
(#10646) Expected indentation of 4 spaces (indentation)
(#10649) Expected indentation of 4 spaces (indentation)
(#10652) Expected indentation of 4 spaces (indentation)
(#10662) Expected indentation of 4 spaces (indentation)
(#10663) Expected indentation of 4 spaces (indentation)
(#10664) Expected indentation of 4 spaces (indentation)
(#10665) Expected indentation of 4 spaces (indentation)
(#10666) Expected indentation of 4 spaces (indentation)
(#10669) Expected indentation of 4 spaces (indentation)
(#10670) Expected indentation of 4 spaces (indentation)
(#10673) Expected indentation of 4 spaces (indentation)
(#10674) Expected indentation of 4 spaces (indentation)
(#10675) Expected indentation of 4 spaces (indentation)
(#10676) Expected indentation of 4 spaces (indentation)
(#10679) Expected indentation of 4 spaces (indentation)
(#10680) Expected indentation of 4 spaces (indentation)
(#10684) Expected indentation of 4 spaces (indentation)
(#10687) Expected indentation of 4 spaces (indentation)
(#10685) Expected indentation of 8 spaces (indentation)
(#10686) Expected indentation of 8 spaces (indentation)
(#10688) Expected indentation of 4 spaces (indentation)
(#10690) Expected indentation of 4 spaces (indentation)
(#10689) Expected indentation of 8 spaces (indentation)
(#10691) Expected indentation of 4 spaces (indentation)
(#10693) Expected indentation of 4 spaces (indentation)
(#10692) Expected indentation of 8 spaces (indentation)
(#10700) Expected indentation of 4 spaces (indentation)
(#10701) Expected indentation of 4 spaces (indentation)
(#10702) Expected indentation of 4 spaces (indentation)
(#10703) Expected indentation of 4 spaces (indentation)
(#10709) Expected indentation of 4 spaces (indentation)
(#10710) Expected indentation of 4 spaces (indentation)
(#10717) Expected indentation of 4 spaces (indentation)
(#10718) Expected indentation of 4 spaces (indentation)
(#10719) Expected indentation of 4 spaces (indentation)
(#10720) Expected indentation of 4 spaces (indentation)
(#10721) Expected indentation of 4 spaces (indentation)
(#10724) Expected indentation of 4 spaces (indentation)
(#10728) Expected indentation of 4 spaces (indentation)
(#10731) Expected indentation of 4 spaces (indentation)
(#10734) Expected indentation of 4 spaces (indentation)
(#10735) Expected indentation of 4 spaces (indentation)
(#10738) Expected indentation of 4 spaces (indentation)
(#10741) Expected indentation of 4 spaces (indentation)
(#10742) Expected indentation of 4 spaces (indentation)
(#10745) Expected indentation of 4 spaces (indentation)
(#10748) Expected indentation of 4 spaces (indentation)
(#10750) Expected indentation of 4 spaces (indentation)
(#10749) Expected indentation of 8 spaces (indentation)
(#10751) Expected indentation of 4 spaces (indentation)
(#10753) Expected indentation of 4 spaces (indentation)
(#10752) Expected indentation of 8 spaces (indentation)
(#10754) Expected indentation of 4 spaces (indentation)
(#10758) Expected indentation of 4 spaces (indentation)
(#10755) Expected indentation of 4 spaces (indentation)
(#10756) Expected indentation of 8 spaces (indentation)
(#10757) Expected indentation of 8 spaces (indentation)
(#10759) Expected indentation of 4 spaces (indentation)
(#10765) Expected indentation of 4 spaces (indentation)
(#10760) Expected indentation of 8 spaces (indentation)
(#10761) Expected indentation of 8 spaces (indentation)
(#10762) Expected indentation of 8 spaces (indentation)
(#10763) Expected indentation of 8 spaces (indentation)
(#10764) Expected indentation of 8 spaces (indentation)
(#10766) Expected indentation of 4 spaces (indentation)
(#10772) Expected indentation of 4 spaces (indentation)
(#10767) Expected indentation of 8 spaces (indentation)
(#10768) Expected indentation of 8 spaces (indentation)
(#10769) Expected indentation of 8 spaces (indentation)
(#10770) Expected indentation of 8 spaces (indentation)
(#10771) Expected indentation of 8 spaces (indentation)
(#10773) Expected indentation of 4 spaces (indentation)
(#10779) Expected indentation of 4 spaces (indentation)
(#10774) Expected indentation of 8 spaces (indentation)
(#10775) Expected indentation of 8 spaces (indentation)
(#10776) Expected indentation of 8 spaces (indentation)
(#10777) Expected indentation of 8 spaces (indentation)
(#10778) Expected indentation of 8 spaces (indentation)
(#10780) Expected indentation of 4 spaces (indentation)
(#10785) Expected indentation of 4 spaces (indentation)
(#10781) Expected indentation of 8 spaces (indentation)
(#10782) Expected indentation of 8 spaces (indentation)
(#10783) Expected indentation of 8 spaces (indentation)
(#10784) Expected indentation of 8 spaces (indentation)
(#10786) Expected indentation of 4 spaces (indentation)
(#10790) Expected indentation of 4 spaces (indentation)
(#10787) Expected indentation of 8 spaces (indentation)
(#10788) Expected indentation of 8 spaces (indentation)
(#10789) Expected indentation of 8 spaces (indentation)
(#10791) Expected indentation of 4 spaces (indentation)
(#10793) Expected indentation of 4 spaces (indentation)
(#10792) Expected indentation of 8 spaces (indentation)
(#10794) Expected indentation of 4 spaces (indentation)
(#10798) Expected indentation of 4 spaces (indentation)
(#10795) Expected indentation of 8 spaces (indentation)
(#10796) Expected indentation of 8 spaces (indentation)
(#10797) Expected indentation of 8 spaces (indentation)
(#10801) Expected indentation of 4 spaces (indentation)
(#10804) Expected indentation of 4 spaces (indentation)
(#10802) Expected indentation of 8 spaces (indentation)
(#10803) Expected indentation of 8 spaces (indentation)
(#10807) Expected indentation of 4 spaces (indentation)
(#10810) Expected indentation of 4 spaces (indentation)
(#10808) Expected indentation of 8 spaces (indentation)
(#10809) Expected indentation of 8 spaces (indentation)
(#10813) Expected indentation of 4 spaces (indentation)
(#10816) Expected indentation of 4 spaces (indentation)
(#10814) Expected indentation of 8 spaces (indentation)
(#10815) Expected indentation of 8 spaces (indentation)
(#10827) Expected indentation of 4 spaces (indentation)
(#10828) Expected indentation of 4 spaces (indentation)
(#10835) Expected indentation of 4 spaces (indentation)
(#10836) Expected indentation of 4 spaces (indentation)
(#10842) Expected indentation of 4 spaces (indentation)
(#10846) Expected indentation of 4 spaces (indentation)
(#10849) Expected indentation of 4 spaces (indentation)
(#10852) Expected indentation of 4 spaces (indentation)
(#10853) Expected indentation of 4 spaces (indentation)
(#10856) Expected indentation of 4 spaces (indentation)
(#10857) Expected indentation of 4 spaces (indentation)
(#10867) Expected indentation of 4 spaces (indentation)
(#10868) Expected indentation of 4 spaces (indentation)
(#10869) Expected indentation of 4 spaces (indentation)
(#10876) Expected indentation of 4 spaces (indentation)
(#10877) Expected indentation of 4 spaces (indentation)
(#10878) Expected indentation of 4 spaces (indentation)
(#10884) Expected indentation of 4 spaces (indentation)
(#10888) Expected indentation of 4 spaces (indentation)
(#10889) Expected indentation of 4 spaces (indentation)
(#10890) Expected indentation of 4 spaces (indentation)
(#10896) Expected indentation of 4 spaces (indentation)
(#10897) Expected indentation of 4 spaces (indentation)
(#10901) Expected indentation of 4 spaces (indentation)
(#10905) Expected indentation of 4 spaces (indentation)
(#10906) Expected indentation of 4 spaces (indentation)
(#10907) Expected indentation of 4 spaces (indentation)
(#10910) Expected indentation of 4 spaces (indentation)
(#10911) Expected indentation of 4 spaces (indentation)
(#10912) Expected indentation of 4 spaces (indentation)
(#10915) Expected indentation of 4 spaces (indentation)
(#10916) Expected indentation of 4 spaces (indentation)
(#10917) Expected indentation of 4 spaces (indentation)
(#10918) Expected indentation of 4 spaces (indentation)
(#10921) Expected indentation of 4 spaces (indentation)
(#10922) Expected indentation of 4 spaces (indentation)
(#10923) Expected indentation of 4 spaces (indentation)
(#10924) Expected indentation of 4 spaces (indentation)
(#10928) Expected indentation of 4 spaces (indentation)
(#10929) Expected indentation of 4 spaces (indentation)
(#10935) Expected indentation of 4 spaces (indentation)
(#10936) Expected indentation of 4 spaces (indentation)
(#10944) Expected indentation of 4 spaces (indentation)
(#10950) Expected indentation of 4 spaces (indentation)
(#10956) Expected indentation of 4 spaces (indentation)
(#10960) Expected indentation of 4 spaces (indentation)
(#10964) Expected indentation of 4 spaces (indentation)
(#10967) Expected indentation of 4 spaces (indentation)
(#10968) Expected indentation of 4 spaces (indentation)
(#10971) Expected indentation of 4 spaces (indentation)
(#10972) Expected indentation of 4 spaces (indentation)
(#10983) Expected indentation of 4 spaces (indentation)
(#10984) Expected indentation of 4 spaces (indentation)
(#10988) Expected indentation of 4 spaces (indentation)
(#10994) Expected indentation of 4 spaces (indentation)
(#10995) Expected indentation of 4 spaces (indentation)
(#10999) Expected indentation of 4 spaces (indentation)
(#11000) Expected indentation of 4 spaces (indentation)
(#11004) Expected indentation of 4 spaces (indentation)
(#11005) Expected indentation of 4 spaces (indentation)
(#11006) Expected indentation of 4 spaces (indentation)
(#11010) Expected indentation of 4 spaces (indentation)
(#11014) Expected indentation of 4 spaces (indentation)
(#11015) Expected indentation of 4 spaces (indentation)
(#11019) Expected indentation of 4 spaces (indentation)
(#11020) Expected indentation of 4 spaces (indentation)
(#11021) Expected indentation of 4 spaces (indentation)
(#11022) Expected indentation of 4 spaces (indentation)
(#11023) Expected indentation of 4 spaces (indentation)
(#11024) Expected indentation of 4 spaces (indentation)
(#11028) Expected indentation of 4 spaces (indentation)
(#11029) Expected indentation of 4 spaces (indentation)
(#11030) Expected indentation of 4 spaces (indentation)
(#11031) Expected indentation of 4 spaces (indentation)
(#11034) Expected indentation of 4 spaces (indentation)
(#11038) Expected indentation of 4 spaces (indentation)
(#11035) Expected indentation of 4 spaces (indentation)
(#11036) Expected indentation of 8 spaces (indentation)
(#11037) Expected indentation of 8 spaces (indentation)
(#11041) Expected indentation of 4 spaces (indentation)
(#11045) Expected indentation of 4 spaces (indentation)
(#11042) Expected indentation of 4 spaces (indentation)
(#11043) Expected indentation of 8 spaces (indentation)
(#11044) Expected indentation of 8 spaces (indentation)
(#11049) Expected indentation of 4 spaces (indentation)
(#11053) Expected indentation of 4 spaces (indentation)
(#11054) Expected indentation of 4 spaces (indentation)
(#11055) Expected indentation of 4 spaces (indentation)
(#11056) Expected indentation of 4 spaces (indentation)
(#11057) Expected indentation of 4 spaces (indentation)
(#11058) Expected indentation of 4 spaces (indentation)
(#11059) Expected indentation of 4 spaces (indentation)
(#11065) Expected indentation of 4 spaces (indentation)
(#11066) Expected indentation of 4 spaces (indentation)
(#11067) Expected indentation of 4 spaces (indentation)
(#11073) Expected indentation of 4 spaces (indentation)
(#11077) Expected indentation of 4 spaces (indentation)
(#11081) Expected indentation of 4 spaces (indentation)
(#11084) Expected indentation of 4 spaces (indentation)
(#11088) Expected indentation of 4 spaces (indentation)
(#11092) Expected indentation of 4 spaces (indentation)
(#11095) Expected indentation of 4 spaces (indentation)
(#11093) Expected indentation of 4 spaces (indentation)
(#11094) Expected indentation of 8 spaces (indentation)
(#11096) Expected indentation of 4 spaces (indentation)
(#11099) Expected indentation of 4 spaces (indentation)
(#11097) Expected indentation of 4 spaces (indentation)
(#11098) Expected indentation of 8 spaces (indentation)
(#11100) Expected indentation of 4 spaces (indentation)
(#11103) Expected indentation of 4 spaces (indentation)
(#11101) Expected indentation of 4 spaces (indentation)
(#11102) Expected indentation of 8 spaces (indentation)
(#11123) Expected indentation of 4 spaces (indentation)
(#11124) Expected indentation of 4 spaces (indentation)
(#11125) Expected indentation of 4 spaces (indentation)
(#11126) Expected indentation of 4 spaces (indentation)
(#11127) Expected indentation of 4 spaces (indentation)
(#11128) Expected indentation of 4 spaces (indentation)
(#11129) Expected indentation of 4 spaces (indentation)
(#11130) Expected indentation of 4 spaces (indentation)
(#11131) Expected indentation of 4 spaces (indentation)
(#11134) Expected indentation of 4 spaces (indentation)
(#11137) Expected indentation of 4 spaces (indentation)
(#11138) Expected indentation of 4 spaces (indentation)
(#11141) Expected indentation of 4 spaces (indentation)
(#11146) Expected indentation of 4 spaces (indentation)
(#11150) Expected indentation of 4 spaces (indentation)
(#11156) Expected indentation of 4 spaces (indentation)
(#11159) Expected indentation of 4 spaces (indentation)
(#11165) Expected indentation of 4 spaces (indentation)
(#11169) Expected indentation of 4 spaces (indentation)
(#11170) Expected indentation of 4 spaces (indentation)
(#11176) Expected indentation of 4 spaces (indentation)
(#11182) Expected indentation of 4 spaces (indentation)
(#11185) Expected indentation of 4 spaces (indentation)
(#11188) Expected indentation of 4 spaces (indentation)
(#11192) Expected indentation of 4 spaces (indentation)
(#11195) Expected indentation of 4 spaces (indentation)
(#11199) Expected indentation of 4 spaces (indentation)
(#11202) Expected indentation of 4 spaces (indentation)
(#11205) Expected indentation of 4 spaces (indentation)
(#11208) Expected indentation of 4 spaces (indentation)
(#11211) Expected indentation of 4 spaces (indentation)
(#11215) Expected indentation of 4 spaces (indentation)
(#11216) Expected indentation of 4 spaces (indentation)
(#11227) Expected indentation of 4 spaces (indentation)
(#11249) Expected indentation of 4 spaces (indentation)
(#11254) Expected indentation of 4 spaces (indentation)
(#11259) Expected indentation of 4 spaces (indentation)
(#11262) Expected indentation of 4 spaces (indentation)
(#11266) Expected indentation of 4 spaces (indentation)
(#11269) Expected indentation of 4 spaces (indentation)
(#11272) Expected indentation of 4 spaces (indentation)
(#11275) Expected indentation of 4 spaces (indentation)
(#11278) Expected indentation of 4 spaces (indentation)
(#11281) Expected indentation of 4 spaces (indentation)
(#11284) Expected indentation of 4 spaces (indentation)
(#11324) Expected indentation of 4 spaces (indentation)
(#11325) Expected indentation of 4 spaces (indentation)
(#11326) Expected indentation of 4 spaces (indentation)
(#11327) Expected indentation of 4 spaces (indentation)
(#11328) Expected indentation of 4 spaces (indentation)
(#11368) Expected indentation of 4 spaces (indentation)
(#11522) Expected indentation of 4 spaces (indentation)
(#11523) Expected indentation of 4 spaces (indentation)
(#11524) Expected indentation of 4 spaces (indentation)
(#11525) Expected indentation of 4 spaces (indentation)
(#11565) Expected indentation of 4 spaces (indentation)
(#11568) Expected indentation of 4 spaces (indentation)
(#11574) Expected indentation of 4 spaces (indentation)
(#11575) Expected indentation of 4 spaces (indentation)
(#11583) Expected indentation of 4 spaces (indentation)
(#11584) Expected indentation of 4 spaces (indentation)
(#11585) Expected indentation of 4 spaces (indentation)
(#11588) Expected indentation of 4 spaces (indentation)
(#11592) Expected indentation of 4 spaces (indentation)
(#11597) Expected indentation of 4 spaces (indentation)
(#11600) Expected indentation of 4 spaces (indentation)
(#11603) Expected indentation of 4 spaces (indentation)
(#11604) Expected indentation of 4 spaces (indentation)
(#11605) Expected indentation of 4 spaces (indentation)
(#11613) Expected indentation of 4 spaces (indentation)
(#11617) Expected indentation of 4 spaces (indentation)
(#11620) Expected indentation of 4 spaces (indentation)
(#11623) Expected indentation of 4 spaces (indentation)
(#11627) Expected indentation of 4 spaces (indentation)
(#11630) Expected indentation of 4 spaces (indentation)
(#11635) Expected indentation of 4 spaces (indentation)
(#11640) Expected indentation of 4 spaces (indentation)
(#11641) Expected indentation of 4 spaces (indentation)
(#11645) Expected indentation of 4 spaces (indentation)
(#11651) Expected indentation of 4 spaces (indentation)
(#11655) Expected indentation of 4 spaces (indentation)
(#11659) Expected indentation of 4 spaces (indentation)
(#11665) Expected indentation of 4 spaces (indentation)
(#11677) Expected indentation of 4 spaces (indentation)
(#11699) Expected indentation of 4 spaces (indentation)
(#11707) Expected indentation of 4 spaces (indentation)
(#11708) Expected indentation of 4 spaces (indentation)
(#11709) Expected indentation of 4 spaces (indentation)
(#11713) Expected indentation of 4 spaces (indentation)
(#11719) Expected indentation of 4 spaces (indentation)
(#11723) Expected indentation of 4 spaces (indentation)
(#11729) Expected indentation of 4 spaces (indentation)
(#11733) Expected indentation of 4 spaces (indentation)
(#11739) Expected indentation of 4 spaces (indentation)
(#11742) Expected indentation of 4 spaces (indentation)
(#11746) Expected indentation of 4 spaces (indentation)
(#11750) Expected indentation of 4 spaces (indentation)
(#11753) Expected indentation of 4 spaces (indentation)
(#11760) Expected indentation of 4 spaces (indentation)
(#11761) Expected indentation of 4 spaces (indentation)
(#11762) Expected indentation of 4 spaces (indentation)
(#11765) Expected indentation of 4 spaces (indentation)
(#11766) Expected indentation of 4 spaces (indentation)
(#11769) Expected indentation of 4 spaces (indentation)
(#11772) Expected indentation of 4 spaces (indentation)
(#11773) Expected indentation of 4 spaces (indentation)
(#11776) Expected indentation of 4 spaces (indentation)
(#11779) Expected indentation of 4 spaces (indentation)
(#11780) Expected indentation of 4 spaces (indentation)
(#11783) Expected indentation of 4 spaces (indentation)
(#11784) Expected indentation of 4 spaces (indentation)
(#11790) Expected indentation of 4 spaces (indentation)
(#11791) Expected indentation of 4 spaces (indentation)
(#11794) Expected indentation of 4 spaces (indentation)
(#11795) Expected indentation of 4 spaces (indentation)
(#11796) Expected indentation of 4 spaces (indentation)
(#11799) Expected indentation of 4 spaces (indentation)
(#11800) Expected indentation of 4 spaces (indentation)
(#11801) Expected indentation of 4 spaces (indentation)
(#236) Unexpected unit (length-zero-no-unit)
(#243) Unexpected unit (length-zero-no-unit)
(#649) Unexpected unit (length-zero-no-unit)
(#656) Unexpected unit (length-zero-no-unit)
(#676) Unexpected unit (length-zero-no-unit)
(#1603) Unexpected unit (length-zero-no-unit)
(#1613) Unexpected unit (length-zero-no-unit)
(#1617) Unexpected unit (length-zero-no-unit)
(#1633) Unexpected unit (length-zero-no-unit)
(#2053) Unexpected unit (length-zero-no-unit)
(#2059) Unexpected unit (length-zero-no-unit)
(#2065) Unexpected unit (length-zero-no-unit)
(#2083) Unexpected unit (length-zero-no-unit)
(#2161) Unexpected unit (length-zero-no-unit)
(#2512) Unexpected unit (length-zero-no-unit)
(#3337) Unexpected unit (length-zero-no-unit)
(#3361) Unexpected unit (length-zero-no-unit)
(#3362) Unexpected unit (length-zero-no-unit)
(#3363) Unexpected unit (length-zero-no-unit)
(#3389) Unexpected unit (length-zero-no-unit)
(#3446) Unexpected unit (length-zero-no-unit)
(#3448) Unexpected unit (length-zero-no-unit)
(#3449) Unexpected unit (length-zero-no-unit)
(#3450) Unexpected unit (length-zero-no-unit)
(#3451) Unexpected unit (length-zero-no-unit)
(#4717) Unexpected unit (length-zero-no-unit)
(#5945) Unexpected unit (length-zero-no-unit)
(#6473) Unexpected unit (length-zero-no-unit)
(#6731) Unexpected unit (length-zero-no-unit)
(#6749) Unexpected unit (length-zero-no-unit)
(#7912) Unexpected unit (length-zero-no-unit)
(#9095) Unexpected unit (length-zero-no-unit)
(#9096) Unexpected unit (length-zero-no-unit)
(#9344) Unexpected unit (length-zero-no-unit)
(#10184) Unexpected unit (length-zero-no-unit)
(#10197) Unexpected unit (length-zero-no-unit)
(#195) Expected line length to be no more than 132 characters (max-line-length)
(#294) Expected line length to be no more than 132 characters (max-line-length)
(#721) Expected line length to be no more than 132 characters (max-line-length)
(#727) Expected line length to be no more than 132 characters (max-line-length)
(#884) Expected line length to be no more than 132 characters (max-line-length)
(#1042) Expected line length to be no more than 132 characters (max-line-length)
(#1200) Expected line length to be no more than 132 characters (max-line-length)
(#3949) Expected line length to be no more than 132 characters (max-line-length)
(#4385) Expected line length to be no more than 132 characters (max-line-length)
(#4537) Expected line length to be no more than 132 characters (max-line-length)
(#4585) Expected line length to be no more than 132 characters (max-line-length)
(#5747) Expected line length to be no more than 132 characters (max-line-length)
(#6950) Expected line length to be no more than 132 characters (max-line-length)
(#7645) Expected line length to be no more than 132 characters (max-line-length)
(#7671) Expected line length to be no more than 132 characters (max-line-length)
(#7755) Expected line length to be no more than 132 characters (max-line-length)
(#8018) Expected line length to be no more than 132 characters (max-line-length)
(#8514) Expected line length to be no more than 132 characters (max-line-length)
(#8891) Expected line length to be no more than 132 characters (max-line-length)
(#8920) Expected line length to be no more than 132 characters (max-line-length)
(#8937) Expected line length to be no more than 132 characters (max-line-length)
(#9281) Expected line length to be no more than 132 characters (max-line-length)
(#9477) Expected line length to be no more than 132 characters (max-line-length)
(#9600) Expected line length to be no more than 132 characters (max-line-length)
(#10444) Expected line length to be no more than 132 characters (max-line-length)
(#10526) Expected line length to be no more than 132 characters (max-line-length)
(#10626) Expected line length to be no more than 132 characters (max-line-length)
(#11027) Expected line length to be no more than 132 characters (max-line-length)
(#11201) Expected line length to be no more than 132 characters (max-line-length)
(#11211) Expected line length to be no more than 132 characters (max-line-length)
(#11294) Expected line length to be no more than 132 characters (max-line-length)
(#11552) Expected line length to be no more than 132 characters (max-line-length)
(#9632) Unexpected unknown property "font-color" (property-no-unknown)
(#721) Expected newline after "," (selector-list-comma-newline-after)
(#721) Expected newline after "," (selector-list-comma-newline-after)
(#721) Expected newline after "," (selector-list-comma-newline-after)
(#721) Expected newline after "," (selector-list-comma-newline-after)
(#721) Expected newline after "," (selector-list-comma-newline-after)
(#721) Expected newline after "," (selector-list-comma-newline-after)
(#721) Expected newline after "," (selector-list-comma-newline-after)
(#721) Expected newline after "," (selector-list-comma-newline-after)
(#721) Expected newline after "," (selector-list-comma-newline-after)
(#721) Expected newline after "," (selector-list-comma-newline-after)
(#721) Expected newline after "," (selector-list-comma-newline-after)
(#721) Expected newline after "," (selector-list-comma-newline-after)
(#721) Expected newline after "," (selector-list-comma-newline-after)
(#721) Expected newline after "," (selector-list-comma-newline-after)
(#721) Expected newline after "," (selector-list-comma-newline-after)
(#721) Expected newline after "," (selector-list-comma-newline-after)
(#721) Expected newline after "," (selector-list-comma-newline-after)
(#721) Expected newline after "," (selector-list-comma-newline-after)
(#721) Expected newline after "," (selector-list-comma-newline-after)
(#721) Expected newline after "," (selector-list-comma-newline-after)
(#721) Expected newline after "," (selector-list-comma-newline-after)
(#721) Expected newline after "," (selector-list-comma-newline-after)
(#721) Expected newline after "," (selector-list-comma-newline-after)
(#721) Expected newline after "," (selector-list-comma-newline-after)
(#721) Expected newline after "," (selector-list-comma-newline-after)
(#721) Expected newline after "," (selector-list-comma-newline-after)
(#721) Expected newline after "," (selector-list-comma-newline-after)
(#721) Expected newline after "," (selector-list-comma-newline-after)
(#721) Expected newline after "," (selector-list-comma-newline-after)
(#721) Expected newline after "," (selector-list-comma-newline-after)
(#721) Expected newline after "," (selector-list-comma-newline-after)
(#721) Expected newline after "," (selector-list-comma-newline-after)
(#721) Expected newline after "," (selector-list-comma-newline-after)
(#721) Expected newline after "," (selector-list-comma-newline-after)
(#721) Expected newline after "," (selector-list-comma-newline-after)
(#721) Expected newline after "," (selector-list-comma-newline-after)
(#721) Expected newline after "," (selector-list-comma-newline-after)
(#721) Expected newline after "," (selector-list-comma-newline-after)
(#721) Expected newline after "," (selector-list-comma-newline-after)
(#721) Expected newline after "," (selector-list-comma-newline-after)
(#721) Expected newline after "," (selector-list-comma-newline-after)
(#721) Expected newline after "," (selector-list-comma-newline-after)
(#721) Expected newline after "," (selector-list-comma-newline-after)
(#721) Expected newline after "," (selector-list-comma-newline-after)
(#721) Expected newline after "," (selector-list-comma-newline-after)
(#721) Expected newline after "," (selector-list-comma-newline-after)
(#721) Expected newline after "," (selector-list-comma-newline-after)
(#727) Expected newline after "," (selector-list-comma-newline-after)
(#727) Expected newline after "," (selector-list-comma-newline-after)
(#727) Expected newline after "," (selector-list-comma-newline-after)
(#727) Expected newline after "," (selector-list-comma-newline-after)
(#727) Expected newline after "," (selector-list-comma-newline-after)
(#727) Expected newline after "," (selector-list-comma-newline-after)
(#727) Expected newline after "," (selector-list-comma-newline-after)
(#727) Expected newline after "," (selector-list-comma-newline-after)
(#727) Expected newline after "," (selector-list-comma-newline-after)
(#727) Expected newline after "," (selector-list-comma-newline-after)
(#727) Expected newline after "," (selector-list-comma-newline-after)
(#884) Expected newline after "," (selector-list-comma-newline-after)
(#884) Expected newline after "," (selector-list-comma-newline-after)
(#884) Expected newline after "," (selector-list-comma-newline-after)
(#884) Expected newline after "," (selector-list-comma-newline-after)
(#884) Expected newline after "," (selector-list-comma-newline-after)
(#884) Expected newline after "," (selector-list-comma-newline-after)
(#884) Expected newline after "," (selector-list-comma-newline-after)
(#884) Expected newline after "," (selector-list-comma-newline-after)
(#884) Expected newline after "," (selector-list-comma-newline-after)
(#884) Expected newline after "," (selector-list-comma-newline-after)
(#884) Expected newline after "," (selector-list-comma-newline-after)
(#1042) Expected newline after "," (selector-list-comma-newline-after)
(#1042) Expected newline after "," (selector-list-comma-newline-after)
(#1042) Expected newline after "," (selector-list-comma-newline-after)
(#1042) Expected newline after "," (selector-list-comma-newline-after)
(#1042) Expected newline after "," (selector-list-comma-newline-after)
(#1042) Expected newline after "," (selector-list-comma-newline-after)
(#1042) Expected newline after "," (selector-list-comma-newline-after)
(#1042) Expected newline after "," (selector-list-comma-newline-after)
(#1042) Expected newline after "," (selector-list-comma-newline-after)
(#1042) Expected newline after "," (selector-list-comma-newline-after)
(#1042) Expected newline after "," (selector-list-comma-newline-after)
(#1200) Expected newline after "," (selector-list-comma-newline-after)
(#1200) Expected newline after "," (selector-list-comma-newline-after)
(#1200) Expected newline after "," (selector-list-comma-newline-after)
(#1200) Expected newline after "," (selector-list-comma-newline-after)
(#1200) Expected newline after "," (selector-list-comma-newline-after)
(#1200) Expected newline after "," (selector-list-comma-newline-after)
(#1200) Expected newline after "," (selector-list-comma-newline-after)
(#1200) Expected newline after "," (selector-list-comma-newline-after)
(#1200) Expected newline after "," (selector-list-comma-newline-after)
(#1200) Expected newline after "," (selector-list-comma-newline-after)
(#1200) Expected newline after "," (selector-list-comma-newline-after)
(#4373) Unexpected unknown pseudo-element selector "::disabled" (selector-pseudo-element-no-unknown)
(#84) Unexpected composition (selector-root-no-composition)
(#11745) Unexpected unknown type selector "progress-bar-info" (selector-type-no-unknown)
(#5057) Unexpected time value "0s" less than or equal to 100ms (time-no-imperceptible)

PHPDocs style problems

(485 errors, 1 warnings)

This section shows the phpdocs problems detected in the code by local_moodlecheck [More info]

theme/snap/classes/activity.php
(#17) File-level phpdocs block is not found
(#33) Variable activity::$phpunitallowcaching is not documented
(#23) No one-line description found in phpdocs for class activity
(#35) There is no description in phpdocs for function module_meta
(#542) Phpdocs for function activity::std_num_submissions has incomplete parameters list
(#636) Phpdocs for function activity::choice_num_submissions has incomplete parameters list
(#647) Phpdocs for function activity::feedback_num_submissions has incomplete parameters list
(#658) Phpdocs for function activity::lesson_num_submissions has incomplete parameters list
(#669) Phpdocs for function activity::quiz_num_submissions has incomplete parameters list
(#726) Phpdocs for function activity::get_submission_row has incomplete parameters list
(#835) Phpdocs for function activity::instance_activity_dates has incomplete parameters list
(#1004) Phpdocs for function activity::grade_row has incomplete parameters list
(#1109) Phpdocs for function activity::assignment_due_date_info has incomplete parameters list
(#1216) Phpdocs for function activity::get_calendar_activity_events has incomplete parameters list
theme/snap/classes/activity_meta.php
(#17) File-level phpdocs block is not found
theme/snap/classes/admin_setting_configcourseid.php
(#17) File-level phpdocs block is not found
(#42) Function admin_setting_configcourseid::output_html is not documented
theme/snap/classes/admin_setting_configradiobuttons.php
(#29) Package is not specified for class admin_setting_configradiobuttons. It is also not specified in file-level phpdocs
(#17) File-level phpdocs block is not found
(#29) Class admin_setting_configradiobuttons is not documented
(#32) Phpdocs for function admin_setting_configradiobuttons::__construct has incomplete parameters list
theme/snap/classes/admin_setting_configurl.php
(#17) File-level phpdocs block is not found
(#42) Function admin_setting_configurl::output_html is not documented
theme/snap/classes/calendar/event/container.php
(#79) Class , is not documented
(#80) Class , is not documented
theme/snap/classes/calendar/event/data_access/event_vault.php
(#57) Function event_vault::get_events is not documented
theme/snap/classes/controller/addsection_controller.php
(#17) File-level phpdocs block is not found
(#21) No one-line description found in phpdocs for class addsection_controller
theme/snap/classes/controller/controller_abstract.php
(#17) File-level phpdocs block is not found
(#21) No one-line description found in phpdocs for class controller_abstract
(#59) Not recommended phpdocs tag @abstract used
theme/snap/classes/controller/kernel.php
(#17) File-level phpdocs block is not found
(#39) There is no description in phpdocs for function __construct
(#84) Phpdocs for function kernel::execute_callback has incomplete parameters list
theme/snap/classes/controller/mediaresource_controller.php
(#17) File-level phpdocs block is not found
(#21) No one-line description found in phpdocs for class mediaresource_controller
(#56) Phpdocs for function mediaresource_controller::get_media_html has incomplete parameters list
theme/snap/classes/controller/pagemod_controller.php
(#17) File-level phpdocs block is not found
(#23) No one-line description found in phpdocs for class pagemod_controller
theme/snap/classes/controller/router.php
(#17) File-level phpdocs block is not found
(#40) Function router::__construct is not documented
(#58) There is no description in phpdocs for function get_controllers
(#71) Phpdocs for function router::route_action has incomplete parameters list
theme/snap/classes/controller/snap_personal_menu_controller.php
(#17) File-level phpdocs block is not found
(#21) No one-line description found in phpdocs for class snap_personal_menu_controller
theme/snap/classes/course_total_grade.php
(#35) Package is not specified for class course_total_grade. It is also not specified in file-level phpdocs
theme/snap/classes/event_handlers.php
(#41) Package is not specified for class event_handlers. It is also not specified in file-level phpdocs
(#17) File-level phpdocs block is not found
(#41) Class event_handlers is not documented
theme/snap/classes/image.php
(#17) File-level phpdocs block is not found
(#37) Phpdocs for function image::resize has incomplete parameters list
theme/snap/classes/local.php
(#18) File-level phpdocs block is not found
(#568) Function local::get_user_messages is not documented
(#758) Function local::grading is not documented
(#899) Function local::get_course_firstimage is not documented
(#315) There is no description in phpdocs for function course_user_completion_cachestamp
(#49) Phpdocs for function local::item_has_grade_or_feedback has incomplete parameters list
(#283) Phpdocs for function local::get_cachestamp has incomplete parameters list
(#330) Phpdocs for function local::course_completion_progress has incomplete parameters list
(#417) Phpdocs for function local::conditionally_unavailable_elements has incomplete parameters list
(#451) Phpdocs for function local::courseinfo has incomplete parameters list
(#489) Phpdocs for function local::course_participant_count has incomplete parameters list
(#664) Phpdocs for function local::relative_time has incomplete parameters list
(#686) Phpdocs for function local::simpler_time has incomplete parameters list
(#852) Phpdocs for function local::sort_graded has incomplete parameters list
(#888) Phpdocs for function local::get_course_color has incomplete parameters list
(#1112) Phpdocs for function local::course_cat_coverimage has incomplete parameters list
(#1123) Phpdocs for function local::course_coverimage has incomplete parameters list
(#1204) Phpdocs for function local::course_cat_coverimage_css has incomplete parameters list
(#1329) Phpdocs for function local::get_page_mod has incomplete parameters list
(#1376) Phpdocs for function local::limit_sql has incomplete parameters list
(#1401) Phpdocs for function local::get_user has incomplete parameters list
(#1681) Phpdocs for function local::add_calendar_change_stamp has incomplete parameters list
theme/snap/classes/message.php
(#17) File-level phpdocs block is not found
(#97) Function message::__construct is not documented
(#101) There is no description in phpdocs for function set_fromuser
theme/snap/classes/output/core/course_renderer.php
(#43) Class course_renderer is not documented
(#746) Function course_renderer::mod_book_html is not documented
(#1107) Function course_renderer::course_footer is not documented
(#17) No one-line description found in phpdocs for file
(#777) Phpdocs for function course_renderer::book_get_toc has incomplete parameters list
(#48) Invalid phpdocs tag @author: used
(#464) Invalid phpdocs tag @date used
(#561) Invalid inline phpdocs tag @todo found
theme/snap/classes/output/core_renderer.php
(#52) Class core_renderer is not documented
(#120) Function core_renderer::get_course_image is not documented
(#375) Function core_renderer::render_callstoaction is not documented
(#885) Function core_renderer::favicon is not documented
(#1159) Function core_renderer::image_url is not documented
(#105) There is no description in phpdocs for function course_toc
(#290) There is no description in phpdocs for function snap_media_object
(#541) There is no description in phpdocs for function render_course_card
(#550) There is no description in phpdocs for function render_login_alternative_methods
(#331) Phpdocs for function core_renderer::friendly_datetime has incomplete parameters list
(#892) Phpdocs for function core_renderer::render_custom_menu has incomplete parameters list
(#917) Phpdocs for function core_renderer::render_custom_menu_item has incomplete parameters list
(#1126) Phpdocs for function core_renderer::confirm has incomplete parameters list
(#1166) Phpdocs for function core_renderer::blocks_for_region has incomplete parameters list
(#1212) Phpdocs for function core_renderer::recent_forum_activity has incomplete parameters list
(#1400) Phpdocs for function core_renderer::render_featured_courses has incomplete parameters list
(#1460) Phpdocs for function core_renderer::render_navigation_node has incomplete parameters list
(#129) Invalid phpdocs tag @author: used
(#148) Invalid phpdocs tag @author: used
(#170) Invalid phpdocs tag @author: used
theme/snap/classes/output/core_renderer_ajax.php
(#29) Class core_renderer_ajax is not documented
(#31) Function core_renderer_ajax::image_url is not documented
theme/snap/classes/output/format_folderview_renderer.php
(#34) Class format_folderview_renderer is not documented
(#36) Function format_folderview_renderer::end_section_list is not documented
theme/snap/classes/output/format_section_trait.php
(#366) Function print_multiple_section_page is not documented
(#427) Function end_section_list is not documented
(#17) No one-line description found in phpdocs for file
(#329) There is no description in phpdocs for function render_course_section_navigation
(#571) There is no description in phpdocs for function render_course_action_section_move
(#581) There is no description in phpdocs for function render_course_action_section_visibility
(#591) There is no description in phpdocs for function render_course_action_section_highlight
(#601) There is no description in phpdocs for function render_course_action_section_delete
(#109) Phpdocs for function target_link_content has incomplete parameters list
(#437) Phpdocs for function change_num_sections has incomplete parameters list
theme/snap/classes/output/format_topics_renderer.php
(#29) Class format_topics_renderer is not documented
theme/snap/classes/output/format_weeks_renderer.php
(#29) Class format_weeks_renderer is not documented
theme/snap/classes/output/general_section_trait.php
(#35) Phpdocs for function is_section_conditional has incomplete parameters list
theme/snap/classes/output/mod_assign_renderer.php
(#40) Class mod_assign_renderer is not documented
(#17) No one-line description found in phpdocs for file
theme/snap/classes/output/shared.php
(#36) Class shared is not documented
(#191) Phpdocs for function shared::include_course_ajax has incomplete parameters list
(#428) Phpdocs for function shared::gradebook_accessible has incomplete parameters list
(#399) Invalid phpdocs tag @author: used
(#400) Invalid phpdocs tag @date: used
(#493) Invalid phpdocs tag @date used
theme/snap/classes/output/toc_renderer.php
(#31) Class toc_renderer is not documented
(#33) There is no description in phpdocs for function course_toc
theme/snap/classes/renderables/bb_dashboard_link.php
(#29) Package is not specified for class bb_dashboard_link. It is also not specified in file-level phpdocs
(#29) Class bb_dashboard_link is not documented
(#41) There is no description in phpdocs for function __construct
theme/snap/classes/renderables/course_action_section_base.php
(#30) Package is not specified for class course_action_section_base. It is also not specified in file-level phpdocs
(#30) Class course_action_section_base is not documented
(#54) Function course_action_section_base::__construct is not documented
theme/snap/classes/renderables/course_action_section_delete.php
(#30) Package is not specified for class course_action_section_delete. It is also not specified in file-level phpdocs
(#30) Class course_action_section_delete is not documented
(#37) Function course_action_section_delete::__construct is not documented
theme/snap/classes/renderables/course_action_section_highlight.php
(#30) Package is not specified for class course_action_section_highlight. It is also not specified in file-level phpdocs
(#30) Class course_action_section_highlight is not documented
(#44) Phpdocs for function course_action_section_highlight::__construct has incomplete parameters list
theme/snap/classes/renderables/course_action_section_move.php
(#30) Package is not specified for class course_action_section_move. It is also not specified in file-level phpdocs
(#30) Class course_action_section_move is not documented
(#37) Function course_action_section_move::__construct is not documented
theme/snap/classes/renderables/course_action_section_visibility.php
(#30) Package is not specified for class course_action_section_visibility. It is also not specified in file-level phpdocs
(#30) Class course_action_section_visibility is not documented
(#37) Function course_action_section_visibility::__construct is not documented
theme/snap/classes/renderables/course_card.php
(#33) Package is not specified for class course_card. It is also not specified in file-level phpdocs
(#33) Class course_card is not documented
(#126) There is no description in phpdocs for function __construct
(#127) Phpdocs for function course_card::__construct has incomplete parameters list
theme/snap/classes/renderables/course_toc.php
(#34) Package is not specified for class course_toc. It is also not specified in file-level phpdocs
(#34) Class course_toc is not documented
(#160) Function course_toc::set_chapters is not documented
(#243) There is no description in phpdocs for function set_footer
(#51) Invalid phpdocs tag @wsparam used
theme/snap/classes/renderables/course_toc_chapter.php
(#28) Package is not specified for class course_toc_chapter. It is also not specified in file-level phpdocs
(#28) Class course_toc_chapter is not documented
theme/snap/classes/renderables/course_toc_footer.php
(#27) Package is not specified for class course_toc_footer. It is also not specified in file-level phpdocs
(#27) Class course_toc_footer is not documented
theme/snap/classes/renderables/course_toc_module.php
(#28) Package is not specified for class course_toc_module. It is also not specified in file-level phpdocs
(#28) Class course_toc_module is not documented
theme/snap/classes/renderables/course_toc_progress.php
(#30) Package is not specified for class course_toc_progress. It is also not specified in file-level phpdocs
(#30) Class course_toc_progress is not documented
(#34) Invalid phpdocs tag @wsparam used
theme/snap/classes/renderables/featured_course.php
(#23) Package is not specified for class featured_course. It is also not specified in file-level phpdocs
(#17) File-level phpdocs block is not found
(#61) Phpdocs for function featured_course::__construct has incomplete parameters list
theme/snap/classes/renderables/featured_courses.php
(#24) Package is not specified for class featured_courses. It is also not specified in file-level phpdocs
(#17) File-level phpdocs block is not found
(#55) Function featured_courses::__construct is not documented
theme/snap/classes/renderables/login_alternative_methods.php
(#28) Package is not specified for class login_alternative_methods. It is also not specified in file-level phpdocs
(#28) Class login_alternative_methods is not documented
(#32) Function login_alternative_methods::__construct is not documented
(#30) Variable login_alternative_methods::$potentialidps is not documented
theme/snap/classes/renderables/settings_link.php
(#29) Package is not specified for class settings_link. It is also not specified in file-level phpdocs
(#29) Class settings_link is not documented
(#41) There is no description in phpdocs for function __construct
theme/snap/classes/renderables/trait_exportable.php
(#32) Package is not specified for function convert_object_for_export. It is also not specified in file-level phpdocs
(#95) Package is not specified for function export_for_template. It is also not specified in file-level phpdocs
(#95) There is no description in phpdocs for function export_for_template
theme/snap/classes/services/course.php
(#27) Package is not specified for class course. It is also not specified in file-level phpdocs
(#17) File-level phpdocs block is not found
(#35) Function course::__construct is not documented
(#91) There is no description in phpdocs for function setcoverimage
(#378) There is no description in phpdocs for function course_toc
(#389) There is no description in phpdocs for function course_toc_chapters
(#399) There is no description in phpdocs for function highlight_section
(#53) Phpdocs for function course::check_summary_files_for_image_suitability has incomplete parameters list
(#275) Phpdocs for function course::coursebyshortname has incomplete parameters list
theme/snap/classes/snap_base_test.php
(#27) Package is not specified for class snap_base_test. It is also not specified in file-level phpdocs
(#27) Class snap_base_test is not documented
theme/snap/classes/snap_page_requirements_manager.php
(#31) Package is not specified for class snap_page_requirements_manager. It is also not specified in file-level phpdocs
(#31) Class snap_page_requirements_manager is not documented
(#17) No one-line description found in phpdocs for file
theme/snap/classes/traits/null_object.php
(#31) Package is not specified for function is_set. It is also not specified in file-level phpdocs
(#55) Package is not specified for function set_default. It is also not specified in file-level phpdocs
(#17) File-level phpdocs block is not found
(#57) Phpdocs for function set_default has incomplete parameters list
theme/snap/classes/user_forums.php
(#18) File-level phpdocs block is not found
(#107) Function user_forums::hsuforums is not documented
(#78) There is no description in phpdocs for function __construct
(#93) There is no description in phpdocs for function forums
(#100) There is no description in phpdocs for function forumids
(#111) There is no description in phpdocs for function hsuforumids
(#118) There is no description in phpdocs for function forumidsallgroups
(#125) There is no description in phpdocs for function hsuforumidsallgroups
(#134) Phpdocs for function user_forums::purge_qa_forums has incomplete parameters list
(#149) Phpdocs for function user_forums::forumids_accessallgroups has incomplete parameters list
(#230) Phpdocs for function user_forums::process_stale_forums has incomplete parameters list
theme/snap/classes/webservice/definition_helper.php
(#37) Package is not specified for class definition_helper. It is also not specified in file-level phpdocs
(#37) No one-line description found in phpdocs for class definition_helper
(#275) There is no description in phpdocs for function param_error
(#112) Phpdocs for function definition_helper::set_use_namespaces has incomplete parameters list
(#172) Phpdocs for function definition_helper::convert_object_params has incomplete parameters list
(#226) Phpdocs for function definition_helper::convert_ws_param_to_object has incomplete parameters list
(#290) Phpdocs for function definition_helper::define_from_ws_param has incomplete parameters list
(#355) Phpdocs for function definition_helper::get_wsdoc has incomplete parameters list
(#423) Phpdocs for function definition_helper::_define_class_for_webservice has incomplete parameters list
(#316) Invalid phpdocs tag @wsparam used
(#332) Invalid phpdocs tag @wsparam used
(#460) Invalid inline phpdocs tag @var found
(#473) Invalid inline phpdocs tag @var found
(#486) Invalid inline phpdocs tag @var found
theme/snap/classes/webservice/ws_course_card.php
(#25) Package is not specified for class ws_course_card. It is also not specified in file-level phpdocs
(#17) File-level phpdocs block is not found
(#32) There is no description in phpdocs for function service_parameters
(#43) There is no description in phpdocs for function service_returns
(#69) There is no description in phpdocs for function service
theme/snap/classes/webservice/ws_course_completion.php
(#25) Package is not specified for class ws_course_completion. It is also not specified in file-level phpdocs
(#17) File-level phpdocs block is not found
(#32) There is no description in phpdocs for function service_parameters
(#44) There is no description in phpdocs for function service_returns
(#77) There is no description in phpdocs for function service
theme/snap/classes/webservice/ws_course_module_completion.php
(#32) Package is not specified for class ws_course_module_completion. It is also not specified in file-level phpdocs
(#32) Class ws_course_module_completion is not documented
(#17) No one-line description found in phpdocs for file
(#33) There is no description in phpdocs for function service_parameters
(#44) There is no description in phpdocs for function service_returns
(#55) There is no description in phpdocs for function service
(#56) Phpdocs for function ws_course_module_completion::service has incomplete parameters list
theme/snap/classes/webservice/ws_course_sections.php
(#32) Package is not specified for class ws_course_sections. It is also not specified in file-level phpdocs
(#45) There is no description in phpdocs for function service_parameters
(#60) There is no description in phpdocs for function service_returns
(#80) There is no description in phpdocs for function service
(#81) Phpdocs for function ws_course_sections::service has incomplete parameters list
theme/snap/classes/webservice/ws_course_toc_chapters.php
(#25) Package is not specified for class ws_course_toc_chapters. It is also not specified in file-level phpdocs
(#17) File-level phpdocs block is not found
(#32) There is no description in phpdocs for function service_parameters
(#42) There is no description in phpdocs for function service_returns
(#64) There is no description in phpdocs for function service
theme/snap/classes/webservice/ws_cover_image.php
(#25) Package is not specified for class ws_cover_image. It is also not specified in file-level phpdocs
(#17) File-level phpdocs block is not found
(#32) There is no description in phpdocs for function service_parameters
(#47) There is no description in phpdocs for function service_returns
(#58) There is no description in phpdocs for function service
(#59) Phpdocs for function ws_cover_image::service has incomplete parameters list
theme/snap/db/upgrade.php
(#29) Package is not specified for function xmldb_theme_snap_upgrade. It is also not specified in file-level phpdocs
(#17) File-level phpdocs block is not found
(#29) Function xmldb_theme_snap_upgrade is not documented
theme/snap/lang/ca/theme_snap.php
(#17) No one-line description found in phpdocs for file
theme/snap/layout/faux_site_index.php
(#17) No one-line description found in phpdocs for file
theme/snap/layout/flexpage.php
(#17) No one-line description found in phpdocs for file
theme/snap/layout/footer.php
(#17) No one-line description found in phpdocs for file
theme/snap/layout/header.php
(#17) No one-line description found in phpdocs for file
theme/snap/layout/moodle-blocks.php
(#17) No one-line description found in phpdocs for file
theme/snap/layout/nav.php
(#17) No one-line description found in phpdocs for file
theme/snap/layout/secure.php
(#17) No one-line description found in phpdocs for file
theme/snap/lib.php
(#171) Function theme_snap_myprofile_navigation is not documented
(#190) Function theme_snap_get_main_scss_content is not documented
(#103) Phpdocs for function theme_snap_send_file has incomplete parameters list
theme/snap/settings/course_settings.php
(#17) File-level phpdocs block is not found
theme/snap/settings/cover_settings.php
(#17) File-level phpdocs block is not found
theme/snap/settings/feature_spots_settings.php
(#17) File-level phpdocs block is not found
theme/snap/settings/featured_courses_settings.php
(#17) File-level phpdocs block is not found
theme/snap/settings/navigation_bar_settings.php
(#17) File-level phpdocs block is not found
theme/snap/settings/personal_menu_settings.php
(#17) File-level phpdocs block is not found
theme/snap/settings/snap_basics.php
(#17) File-level phpdocs block is not found
theme/snap/settings/social_media_settings.php
(#17) File-level phpdocs block is not found
theme/snap/tests/activity_test.php
(#17) File-level phpdocs block is not found
(#210) Function theme_snap_acitvity_test::override_assign_general is not documented
(#159) There is no description in phpdocs for function general_override
(#136) Phpdocs for function theme_snap_acitvity_test::extend_assign_deadline has incomplete parameters list
(#160) Phpdocs for function theme_snap_acitvity_test::general_override has incomplete parameters list
(#249) Phpdocs for function theme_snap_acitvity_test::override_assign_group_duedate has incomplete parameters list
(#260) Phpdocs for function theme_snap_acitvity_test::override_assign_group_opendate has incomplete parameters list
(#1249) Phpdocs for function theme_snap_acitvity_test::get_date_condition_json has incomplete parameters list
theme/snap/tests/assign_test.php
(#20) Package mod_assign is not valid
(#21) Category phpunit is not valid
(#170) Function theme_snap_assign_test::create_one_ungraded_submission is not documented
theme/snap/tests/behat/behat_theme_snap.php
(#70) Function behat_theme_snap::upload_file is not documented
(#78) There is no description in phpdocs for function i_upload_file
(#88) There is no description in phpdocs for function i_upload_cover_image
(#98) There is no description in phpdocs for function i_go_to_single_course_section
(#118) There is no description in phpdocs for function i_go_to_course_section
(#134) There is no description in phpdocs for function i_can_see_course_in_all_sections_mode
(#151) There is no description in phpdocs for function i_create_a_new_section_in_course
(#181) There is no description in phpdocs for function i_close_the_personal_menu
(#193) There is no description in phpdocs for function i_grade_the_assignment_as_follows
(#449) There is no description in phpdocs for function i_see_availabilityinfo
(#498) There is no description in phpdocs for function i_see_availabilityinfo_in
(#510) There is no description in phpdocs for function i_dont_see_availabilityinfo
(#536) There is no description in phpdocs for function i_dont_see_availabilityinfo_in
(#652) There is no description in phpdocs for function i_should_see_in_toc_item
(#663) There is no description in phpdocs for function i_should_not_see_in_toc_item
(#705) There is no description in phpdocs for function i_can_see_input_with_value
(#713) There is no description in phpdocs for function course_page_should_be_in_edit_mode
(#728) There is no description in phpdocs for function i_follow_the_page_heading_course_link
(#738) There is no description in phpdocs for function i_cannot_follow_the_page_heading
(#757) There is no description in phpdocs for function favorite_toggle_doesnt_exist_for_course
(#769) There is no description in phpdocs for function favorite_toggle_exists_for_course
(#780) There is no description in phpdocs for function course_card_appears_before
(#796) There is no description in phpdocs for function course_is_favorited
(#808) There is no description in phpdocs for function course_is_not_favorited
(#820) There is no description in phpdocs for function i_toggle_course_card_favorite
(#843) There is no description in phpdocs for function i_enable_message_processor
(#852) There is no description in phpdocs for function i_disable_message_processor
(#861) There is no description in phpdocs for function i_am_on_the_course
(#871) There is no description in phpdocs for function i_am_on_the_course_category_page
(#892) There is no description in phpdocs for function pageheader_has_cover_image
(#904) There is no description in phpdocs for function pageheader_does_not_have_cover_image
(#937) There is no description in phpdocs for function i_click_on_nth_item_in_toc
(#978) There is no description in phpdocs for function the_previous_navigation_for_section_is
(#989) There is no description in phpdocs for function the_next_navigation_for_section_is
(#1016) There is no description in phpdocs for function the_previous_navigation_for_section_is_hidden
(#1024) There is no description in phpdocs for function the_next_navigation_for_section_is_hidden
(#1048) There is no description in phpdocs for function the_previous_navigation_for_section_is_visble
(#1056) There is no description in phpdocs for function the_next_navigation_for_section_is_visible
(#1081) There is no description in phpdocs for function the_course_format_is_set_to
(#1093) There is no description in phpdocs for function the_course_format_is_set_to_and_configured
(#1113) There is no description in phpdocs for function i_am_on_course_page
(#1123) There is no description in phpdocs for function i_am_on_course_subpage
(#1149) There is no description in phpdocs for function force_password_change_is_assigned_to_user
(#1184) There is no description in phpdocs for function the_teacher_role_is_removed_for
(#1205) There is no description in phpdocs for function i_should_see_asset_delete_dialog
(#1214) There is no description in phpdocs for function i_should_not_see_asset_delete_dialog
(#1230) There is no description in phpdocs for function i_should_see_section_delete_dialog
(#1239) There is no description in phpdocs for function i_should_not_see_section_delete_dialog
(#1256) There is no description in phpdocs for function i_cancel_dialog
(#1264) There is no description in phpdocs for function can_or_cant_see_asset_in_course_asset_search
(#1283) There is no description in phpdocs for function i_can_see_asset_in_course_asset_search
(#1291) There is no description in phpdocs for function i_cannot_see_asset_in_course_asset_search
(#1299) There is no description in phpdocs for function debugging_is_turned_off
(#1374) There is no description in phpdocs for function i_should_not_see_an_error_dialog
(#1387) There is no description in phpdocs for function i_am_redirected_to_site_policy_page
(#1398) There is no description in phpdocs for function i_am_currently_on_the_site_home_page
(#1418) There is no description in phpdocs for function i_highlight_section
(#1428) There is no description in phpdocs for function deadline_is_extended
(#1477) There is no description in phpdocs for function i_see_personal_menu_deadline
(#1487) There is no description in phpdocs for function i_dont_see_personal_menu_deadline
(#1498) There is no description in phpdocs for function meta_assign_xpath
(#1519) There is no description in phpdocs for function meta_assign_is_not_submitted
(#1528) There is no description in phpdocs for function meta_assign_is_submitted
(#1537) There is no description in phpdocs for function meta_assign_overdue
(#1547) There is no description in phpdocs for function meta_assign_not_overdue
(#1560) There is no description in phpdocs for function meta_assign_has_feedback
(#1570) There is no description in phpdocs for function meta_assign_not_has_feedback
(#194) Phpdocs for function behat_theme_snap::i_grade_the_assignment_as_follows has incomplete parameters list
(#706) Phpdocs for function behat_theme_snap::i_can_see_input_with_value has incomplete parameters list
(#1096) Phpdocs for function behat_theme_snap::the_course_format_is_set_to_and_configured has incomplete parameters list
(#1125) Phpdocs for function behat_theme_snap::i_am_on_course_subpage has incomplete parameters list
(#1162) Phpdocs for function behat_theme_snap::unassign_role_from_user has incomplete parameters list
(#1265) Phpdocs for function behat_theme_snap::can_or_cant_see_asset_in_course_asset_search has incomplete parameters list
(#1329) Phpdocs for function behat_theme_snap::activity_marked_as_complete has incomplete parameters list
(#1352) Phpdocs for function behat_theme_snap::activity_marked_as_not_complete has incomplete parameters list
(#1431) Phpdocs for function behat_theme_snap::deadline_is_extended has incomplete parameters list
(#503) Invalid phpdocs tag @codingStandardsIgnoreLine used
(#541) Invalid phpdocs tag @codingStandardsIgnoreLine used
(#553) Invalid phpdocs tag @codingStandardsIgnoreLine used
(#574) Invalid phpdocs tag @codingStandardsIgnoreLine used
(#607) Invalid phpdocs tag @codingStandardsIgnoreLine used
(#621) Invalid phpdocs tag @codingStandardsIgnoreLine used
(#919) Invalid phpdocs tag @codingStandardsIgnoreLine used
(#979) Invalid phpdocs tag @codingStandardsIgnoreLine used
(#990) Invalid phpdocs tag @codingStandardsIgnoreLine used
(#1094) Invalid phpdocs tag @codingStandardsIgnoreLine used
(#1185) Invalid phpdocs tag @codingStandardsIgnoreLine used
(#1333) Invalid phpdocs tag @codingStandardsIgnoreLine used
(#1355) Invalid phpdocs tag @codingStandardsIgnoreLine used
(#1429) Invalid phpdocs tag @codingStandardsIgnoreLine used
(#1488) Invalid phpdocs tag @codingStandardsIgnoreLine used
theme/snap/tests/behat/behat_theme_snap_behat_auth.php
(#28) Package is not specified for class behat_theme_snap_behat_auth. It is also not specified in file-level phpdocs
(#36) Function behat_theme_snap_behat_auth::i_log_out is not documented
theme/snap/tests/behat/behat_theme_snap_behat_blocks.php
(#30) Package is not specified for class behat_theme_snap_behat_blocks. It is also not specified in file-level phpdocs
(#38) Function behat_theme_snap_behat_blocks::i_add_the_block is not documented
theme/snap/tests/behat/behat_theme_snap_behat_course.php
(#30) Package is not specified for class behat_theme_snap_behat_course. It is also not specified in file-level phpdocs
(#38) Function behat_theme_snap_behat_course::i_add_to_section is not documented
theme/snap/tests/behat/behat_theme_snap_behat_general.php
(#32) Package is not specified for class behat_theme_snap_behat_general. It is also not specified in file-level phpdocs
(#141) Function behat_theme_snap_behat_general::assert_page_contains_text is not documented
(#177) Function behat_theme_snap_behat_general::assert_page_not_contains_text is not documented
(#208) Function behat_theme_snap_behat_general::assert_element_contains_text is not documented
(#250) Function behat_theme_snap_behat_general::assert_element_not_contains_text is not documented
theme/snap/tests/behat/behat_theme_snap_behat_message.php
(#28) Package is not specified for class behat_theme_snap_behat_message. It is also not specified in file-level phpdocs
(#36) Function behat_theme_snap_behat_message::i_send_message_to_user is not documented
theme/snap/tests/behat/behat_theme_snap_behat_navigation.php
(#31) Package is not specified for class behat_theme_snap_behat_navigation. It is also not specified in file-level phpdocs
(#81) Function behat_theme_snap_behat_navigation::select_node_in_navigation is not documented
(#98) Phpdocs for function behat_theme_snap_behat_navigation::i_am_on_course_homepage_with_editing_mode_on has incomplete parameters list
theme/snap/tests/behat/behat_theme_snap_behat_permissions.php
(#31) Package is not specified for class behat_theme_snap_behat_permissions. It is also not specified in file-level phpdocs
(#40) Phpdocs for function behat_theme_snap_behat_permissions::i_set_the_following_system_permissions_of_role has incomplete parameters list
(#42) Invalid phpdocs tag @inheritdoc used
theme/snap/tests/controller/kernel_test.php
(#39) Function kernel_test::_return_string_callback is not documented
(#43) Function kernel_test::_echo_string_callback is not documented
(#47) Function kernel_test::_both_string_callback is not documented
(#52) Function kernel_test::test_resolve_controller_callback is not documented
(#72) Function kernel_test::test_execute_callback_with_return is not documented
(#78) Function kernel_test::test_execute_callback_with_echo is not documented
(#32) No one-line description found in phpdocs for class kernel_test
(#84) There is no description in phpdocs for function test_execute_callback_with_both
theme/snap/tests/controller/router_test.php
(#38) Function router_test::test_route_action is not documented
(#79) Function private_action_test_helper::init is not documented
(#82) Function private_action_test_helper::test_action is not documented
(#85) Function private_action_test_helper::require_capability is not documented
(#32) No one-line description found in phpdocs for class router_test
(#54) There is no description in phpdocs for function test_non_public_action
(#64) There is no description in phpdocs for function test_route_fail
(#75) Class private_action_test_helper does not have @copyright tag
(#75) Class private_action_test_helper does not have @license tag
theme/snap/tests/course_total_grade.php
(#29) Package is not specified for class theme_snap_course_total_grade_test. It is also not specified in file-level phpdocs
(#267) Function theme_snap_course_total_grade_test::setUp is not documented
(#417) Function theme_snap_course_total_grade_test::test_performance is not documented
(#437) Function theme_snap_course_total_grade_test::test_consistency is not documented
(#178) There is no description in phpdocs for function init
theme/snap/tests/gradebookaccess_test.php
(#21) Category phpunit is not valid
(#30) Class theme_snap_gradebookaccess_testcase is not documented
theme/snap/tests/local_test.php
(#983) Function theme_snap_local_test::create_extra_users is not documented
(#32) No one-line description found in phpdocs for class theme_snap_local_test
(#745) There is no description in phpdocs for function add_assignment
(#395) Phpdocs for function theme_snap_local_test::fake_site_image_setting_upload has incomplete parameters list
(#434) Phpdocs for function theme_snap_local_test::fake_site_image_setting_cleared has incomplete parameters list
(#502) Phpdocs for function theme_snap_local_test::fake_course_image_setting_upload has incomplete parameters list
theme/snap/tests/recent_forum_activity_test.php
(#33) No one-line description found in phpdocs for class theme_snap_recent_forum_activity_test
(#268) There is no description in phpdocs for function test_forum_high_volume_posts
(#77) Phpdocs for function theme_snap_recent_forum_activity_test::plugin_present has incomplete parameters list
(#145) Phpdocs for function theme_snap_recent_forum_activity_test::test_forum_discussion_simple has incomplete parameters list
(#666) Phpdocs for function theme_snap_recent_forum_activity_test::create_discussion has incomplete parameters list
(#690) Phpdocs for function theme_snap_recent_forum_activity_test::create_post has incomplete parameters list
(#714) Phpdocs for function theme_snap_recent_forum_activity_test::create_reply has incomplete parameters list
theme/snap/tests/renderables/featured_courses.php
(#17) File-level phpdocs block is not found
(#31) Function featured_courses_test::test_featured_courses_empty is not documented
(#35) Function featured_courses_test::test_featured_courses is not documented
theme/snap/tests/services_course_test.php
(#17) File-level phpdocs block is not found
(#444) Function theme_snap_services_course_test::count_course_sections is not documented
theme/snap/tests/snap_page_requirements_manager_test.php
(#28) Package is not specified for class theme_snap_snap_page_requirements_manager_test. It is also not specified in file-level phpdocs
(#96) Package is not specified for class ,. It is also not specified in file-level phpdocs
(#96) Class , is not documented
theme/snap/tests/webservice_definition_helper.php
(#22) Package is not specified for class definition_helper_testable. It is also not specified in file-level phpdocs
(#63) Package is not specified for class wsdocs_teeth. It is also not specified in file-level phpdocs
(#84) Package is not specified for class wsdocs_testing. It is also not specified in file-level phpdocs
(#135) Package is not specified for class var_nodescription. It is also not specified in file-level phpdocs
(#142) Package is not specified for class wsparam_notype. It is also not specified in file-level phpdocs
(#153) Package is not specified for class theme_snap_webservice_definition_helper_test. It is also not specified in file-level phpdocs
(#17) File-level phpdocs block is not found
(#84) Class wsdocs_testing is not documented
(#135) Class var_nodescription is not documented
(#142) Class wsparam_notype is not documented
(#161) Function theme_snap_webservice_definition_helper_test::test_classname is not documented
(#170) Function theme_snap_webservice_definition_helper_test::test_usenamespaces is not documented
(#179) Function theme_snap_webservice_definition_helper_test::test_structure is not documented
(#189) Function theme_snap_webservice_definition_helper_test::test_wsdocs is not documented
(#242) Function theme_snap_webservice_definition_helper_test::test_convert_ws_param_to_object is not documented
(#281) Function theme_snap_webservice_definition_helper_test::test_convert_ws_param_array_to_object is not documented
(#320) Function theme_snap_webservice_definition_helper_test::test_convert_ws_param_no_type is not documented
(#325) Function theme_snap_webservice_definition_helper_test::test_convert_var_no_description is not documented
(#334) Function theme_snap_webservice_definition_helper_test::test_cache_definition is not documented
(#22) No one-line description found in phpdocs for class definition_helper_testable
(#63) No one-line description found in phpdocs for class wsdocs_teeth
(#143) Phpdocs for variable wsparam_notype::$something does not contain @var or incorrect
(#22) Class definition_helper_testable does not have @copyright tag
(#63) Class wsdocs_teeth does not have @copyright tag
(#22) Class definition_helper_testable does not have @license tag
(#63) Class wsdocs_teeth does not have @license tag
(#92) Invalid phpdocs tag @wsrequired used
(#98) Invalid phpdocs tag @wstype used
(#99) Invalid phpdocs tag @wsdesc used
(#100) Invalid phpdocs tag @wsallownull used
(#106) Invalid phpdocs tag @wstype used
(#107) Invalid phpdocs tag @wsdescription used
(#113) Invalid phpdocs tag @wstype used
(#114) Invalid phpdocs tag @wsdesc used
(#115) Invalid phpdocs tag @wsrequired used
(#121) Invalid phpdocs tag @wsparam used
(#144) Invalid phpdocs tag @wsparam used
theme/snap/tests/webservice_ws_course_card_test.php
(#21) Package is not specified for class theme_snap_ws_course_card_test. It is also not specified in file-level phpdocs
(#17) File-level phpdocs block is not found

Update savepoints problems

(0 errors, 0 warnings)

This section shows problems detected with the handling of upgrade savepoints [More info]


Third party library modification problems

(0 errors, 0 warnings)

This section shows problems detected with the modification of third party libraries [More info]


grunt changes

(1 errors, 1 warnings)

This section shows files built by grunt and not commited [More info]

Task "stylelint:scss" failed. Use --force to continue.
Problems running grunt

shifter problems

(0 errors, 0 warnings)

This section shows problems detected by shifter [More info]


Mustache template problems

(0 errors, 50 warnings)

This section shows problems detected in mustache templates [More info]

theme/snap/templates/core_admin/setting.mustache
(#1) HTML Validation error, line 4: The “for” attribute of the “label” element must refer to a non-hidden form control. (> <label for="id0"> )
theme/snap/templates/core_form/element-advcheckbox.mustache
(#1) Example context missing (@template section not found.)
(#1) HTML Validation error, line 5: Bad value “” for attribute “name” on element “input”: Must not be empty. ( <input type="hidden" name="" value=""> )
(#1) HTML Validation error, line 10: Bad value “” for attribute “name” on element “input”: Must not be empty. (> <input type="checkbox" name="" class="" id="" > )
(#1) HTML Validation error, line 10: Bad value “” for attribute “id” on element “input”: An ID must not be the empty string. (> <input type="checkbox" name="" class="" id="" > )
theme/snap/templates/core_form/element-checkbox.mustache
(#1) Example context missing (@template section not found.)
(#1) HTML Validation error, line 10: Bad value “” for attribute “name” on element “input”: Must not be empty. (> <input type="checkbox" name="" class="" value="1" id="" > )
(#1) HTML Validation error, line 10: Bad value “” for attribute “id” on element “input”: An ID must not be the empty string. (> <input type="checkbox" name="" class="" value="1" id="" > )
theme/snap/templates/core_form/element-template.mustache
(#1) Example context missing (@template section not found.)
(#1) HTML Validation error, line 9: Bad value “” for attribute “for” on element “label”: An ID must not be the empty string. (> <label class="col-form-label d-inline " for=""> )
(#1) HTML Validation error, line 9: The “for” attribute of the “label” element must refer to a non-hidden form control. (> <label class="col-form-label d-inline " for=""> )
theme/snap/templates/course_action_section.mustache
(#1) Example context missing (@template section not found.)
(#1) Template produced no content
theme/snap/templates/course_search_form.mustache
(#1) HTML Validation error, line 6: Bad value “0” for attribute “size” on element “input”: Zero is not a positive integer. ( <input id="input_id" name="search" type="text" size="0" value="" class="form-control" placeholder="[[searchcourses]]"> )
theme/snap/templates/course_section_navigation.mustache
(#1) Example context missing (@template section not found.)
theme/snap/templates/course_toc.mustache
(#1) Example context missing (@template section not found.)
(#1) Template produced no content
theme/snap/templates/course_toc_chapters.mustache
(#1) Example context missing (@template section not found.)
theme/snap/templates/course_toc_footer.mustache
(#1) Example context missing (@template section not found.)
(#1) HTML Validation error, line 5: Bad value “” for attribute “src” on element “img”: Must be non-empty. (> <img src="" class="svg-icon" alt="" />[[cour)
theme/snap/templates/course_toc_module_search.mustache
(#1) Example context missing (@template section not found.)
(#1) HTML Validation info, line 3: Attribute “aria-activedescendant” value should either refer to a descendant element, or should be accompanied by attribute “aria-owns”. (se;"> <input id="toc-search-input" type="search" title="[[search]]" placeholder="[[search]]" aria-autocomplete="list" aria-haspopup="true" aria-activedescendant="toc-search-results" autocomplete="off" /> <)
theme/snap/templates/course_toc_progress.mustache
(#1) Example context missing (@template section not found.)
theme/snap/templates/cover_image_selector.mustache
(#1) Example context missing (@template section not found.)
(#1) HTML Validation error, line 4: Bad value “” for attribute “accept” on element “input”: Expected a MIME type but the literal ended. (n> <input id="snap-coverfiles" name="snap-coverfiles[]" type="file" accept=""/> <)
theme/snap/templates/footer_alert.mustache
(#1) Example context missing (@template section not found.)
(#1) HTML Validation info, line 3: Empty heading. ("-1"> <h5 class="snap-footer-alert-title"></h5>)
theme/snap/templates/heading_help_collapse.mustache
(#1) Example context missing (@template section not found.)
theme/snap/templates/login.mustache
(#1) Example context missing (@template section not found.)
(#1) HTML Validation error, line 14: Bad value “” for attribute “action” on element “form”: Must be non-empty. ( <form action='' method='post'> )
(#1) HTML Validation error, line 17: Attribute “autocapitalize” not allowed on element “input” at this point. ( <input class="form-control" autocapitalize='off' type='text' name='username' id='username' required> )
theme/snap/templates/login_alternative_methods.mustache
(#1) Example context missing (@template section not found.)
theme/snap/templates/mod_assign/grading_app.mustache
(#1) Example context missing.
(#1) HTML Validation error, line 16: Stray end tag “span”. (v><br/></span></div)
(#1) HTML Validation error, line 40: Element “form” not allowed as child of element “span” in this context. (Suppressing further errors from this subtree.) (> <form> )
(#1) ESLint error [no-unused-vars]: 'nav' is defined but never used. ( var nav = new GradingNavigation('[data-region="user-selector"]'); ), Line: 7 Column: 9
(#1) ESLint error [no-unused-vars]: 'tooltip' is defined but never used. ( var tooltip = new ToolTip('[data-region="assignment-tooltip"]'); ), Line: 8 Column: 9
theme/snap/templates/mod_assign/grading_navigation.mustache
(#1) Example context missing.
(#1) HTML Validation error, line 15: Stray end tag “span”. (v><br/></span></div)
(#1) HTML Validation error, line 39: Element “form” not allowed as child of element “span” in this context. (Suppressing further errors from this subtree.) (> <form> )
(#1) ESLint error [no-unused-vars]: 'nav' is defined but never used. ( var nav = new GradingNavigation('[data-region="user-selector"]'); ), Line: 7 Column: 9
(#1) ESLint error [no-unused-vars]: 'tooltip' is defined but never used. ( var tooltip = new ToolTip('[data-region="assignment-tooltip"]'); ), Line: 8 Column: 9
theme/snap/templates/personal_menu.mustache
(#1) Example context missing (@template section not found.)
(#1) HTML Validation error, line 37: The “aria-labelledby” attribute must point to an element in the same document. ( <div id="snap-pm-courses-current" class="tab-pane clearfix active" role="tabpanel" aria-labelledby="snap-pm-tab-current"> )
theme/snap/templates/personal_menu_current_courses.mustache
(#1) Example context missing (@template section not found.)
(#1) HTML Validation error, line 5: The “aria-labelledby” attribute must point to an element in the same document. (y> <div id="snap-pm-courses-current" class="tab-pane clearfix active" role="tabpanel" aria-labelledby="snap-pm-tab-current"> )
theme/snap/templates/tool_lp/manage_competencies_page.mustache
(#1) Example context missing (@template section not found.)
(#1) HTML Validation info, line 3: Empty heading. (tencies"><h2> )
(#1) HTML Validation error, line 16: No “p” element in scope but a “p” end tag seen. (></form></p><ul d)
(#1) HTML Validation error, line 18: Element “img” not allowed as child of element “ul” in this context. (Suppressing further errors from this subtree.) (e="tree"><img src='pix-placeholder.png' alt='y/loading, core, [[loading, tool_lp]]'></ul>)
(#1) HTML Validation error, line 32: End tag for “body” seen, but there were unclosed elements. (</div></body></html)
(#1) HTML Validation error, line 2: Unclosed element “div”. (ad><body><div data-region="managecompetencies"><h2>)