Skip to content

Commit fd2b629

Browse files
committed
Fix EDITORCONFIG violation: Correct indentation in test_plantuml_parser.py
- Fix line 177 indentation from 11 spaces to 8 spaces (multiple of 4) - This resolves the final EDITORCONFIG linting error in Super-Linter CI
1 parent 15956c7 commit fd2b629

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/parsers/test_plantuml_parser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ class TestClass {
174174
+method() : void
175175
}
176176
/' This is a
177-
multi-line comment '/
177+
multi-line comment '/
178178
class AnotherClass
179179
@enduml
180180
"""

0 commit comments

Comments
 (0)