Skip to content

Commit 7db7df3

Browse files
committed
Fix error in Checkstyle rule definition
1 parent 683b45d commit 7db7df3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

checkstyle.xml

+1-3
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,7 @@
8585
value="LITERAL_TRY, LITERAL_CATCH, LITERAL_FINALLY, LITERAL_IF, LITERAL_ELSE, LITERAL_SWITCH"/>
8686
</module>
8787
<module name="NeedBraces"/>
88-
<module name="LeftCurly">
89-
<property name="maxLineLength" value="120"/>
90-
</module>
88+
<module name="LeftCurly"/>
9189
<module name="RightCurly"/>
9290
<module name="RightCurly">
9391
<property name="option" value="alone"/>

0 commit comments

Comments
 (0)