Skip to content

Commit

Permalink
Repaired Checkstyle (#4029)
Browse files Browse the repository at this point in the history
LeftCurly had invalid attribute maxLineLength. Also removed the redundant RightCurly.
  • Loading branch information
Fjolnir-Dvorak authored and wing328 committed Oct 3, 2019
1 parent 2b72df2 commit 5c24a54
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions google_checkstyle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,7 @@
<property name="tokens" value="LITERAL_TRY, LITERAL_FINALLY, LITERAL_IF, LITERAL_ELSE, LITERAL_SWITCH"/>
</module>
<module name="NeedBraces"/>
<module name="LeftCurly">
<property name="maxLineLength" value="100"/>
</module>
<module name="RightCurly"/>
<module name="LeftCurly"/>
<module name="RightCurly">
<property name="option" value="alone"/>
<property name="tokens" value="CLASS_DEF, METHOD_DEF, CTOR_DEF, LITERAL_FOR, LITERAL_WHILE, LITERAL_DO, STATIC_INIT, INSTANCE_INIT"/>
Expand Down

0 comments on commit 5c24a54

Please sign in to comment.