Skip to content

Commit dfbd808

Browse files
committed
style(ScopeIndent): Fix indentation
1 parent 8339bd5 commit dfbd808

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

tests/Drupal/WhiteSpace/ScopeIndentUnitTest.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ class ScopeIndentUnitTest extends CoderSniffUnitTest
2121
protected function getErrorList(string $testFile): array
2222
{
2323
return [
24-
6 => 1,
25-
18 => 1,
26-
20 => 1,
27-
32 => 1,
28-
34 => 1,
24+
6 => 1,
25+
18 => 1,
26+
20 => 1,
27+
32 => 1,
28+
34 => 1,
2929
216 => 1,
3030
222 => 1,
3131
];

0 commit comments

Comments
 (0)