Skip to content

Commit 5c24a54

Browse files
Fjolnir-Dvorakwing328
authored andcommitted
Repaired Checkstyle (OpenAPITools#4029)
LeftCurly had invalid attribute maxLineLength. Also removed the redundant RightCurly.
1 parent 2b72df2 commit 5c24a54

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

google_checkstyle.xml

+1-4
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,7 @@
5454
<property name="tokens" value="LITERAL_TRY, LITERAL_FINALLY, LITERAL_IF, LITERAL_ELSE, LITERAL_SWITCH"/>
5555
</module>
5656
<module name="NeedBraces"/>
57-
<module name="LeftCurly">
58-
<property name="maxLineLength" value="100"/>
59-
</module>
60-
<module name="RightCurly"/>
57+
<module name="LeftCurly"/>
6158
<module name="RightCurly">
6259
<property name="option" value="alone"/>
6360
<property name="tokens" value="CLASS_DEF, METHOD_DEF, CTOR_DEF, LITERAL_FOR, LITERAL_WHILE, LITERAL_DO, STATIC_INIT, INSTANCE_INIT"/>

0 commit comments

Comments
 (0)