Skip to content

Commit

Permalink
Updated checkstyle.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
WillFP committed Dec 23, 2020
1 parent 68cc46f commit ec2347d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/checkstyle/checkstyle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
<module name="FileLength"/>
<module name="LineLength">
<property name="fileExtensions" value="java"/>
<property name="max" value="120"/>
<property name="max" value="160"/>
</module>

<!-- Checks for whitespace -->
Expand Down

0 comments on commit ec2347d

Please sign in to comment.