Skip to content

Commit

Permalink
Fix error in Checkstyle rule definition
Browse files Browse the repository at this point in the history
  • Loading branch information
iluwatar committed Sep 24, 2017
1 parent 683b45d commit 7db7df3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions checkstyle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,7 @@
value="LITERAL_TRY, LITERAL_CATCH, LITERAL_FINALLY, LITERAL_IF, LITERAL_ELSE, LITERAL_SWITCH"/>
</module>
<module name="NeedBraces"/>
<module name="LeftCurly">
<property name="maxLineLength" value="120"/>
</module>
<module name="LeftCurly"/>
<module name="RightCurly"/>
<module name="RightCurly">
<property name="option" value="alone"/>
Expand Down

0 comments on commit 7db7df3

Please sign in to comment.