Skip to content

Commit 8532b29

Browse files
committed
Add Checkstyle ParenPad
1 parent e50e1d6 commit 8532b29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

checkstyle.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
<module name="MethodLength">
6262
<property name="max" value="175" />
6363
</module>
64-
<!-- No Paren pad check <module name="ParenPad"/> -->
64+
<module name="ParenPad"/>
6565
<module name="ConstantName">
6666
<property name="format" value="log|^[a-zA-Z][a-zA-Z0-9_]*$" />
6767
</module>

0 commit comments

Comments
 (0)