Skip to content

Commit

Permalink
Revert "Relax ParenPad checkstyle rule"
Browse files Browse the repository at this point in the history
The updated formatter means that we can reinstate the rule.

This reverts commit 82fffe3.
  • Loading branch information
philwebb committed Oct 9, 2015
1 parent b6667e8 commit 822820f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spring-boot-parent/src/checkstyle/checkstyle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@
<property name="tokens" value="BNOT, DEC, DOT, INC, LNOT, UNARY_MINUS, UNARY_PLUS, ARRAY_DECLARATOR"/>
</module>
<module name="NoWhitespaceBefore" />
<!-- <module name="ParenPad" /> -->
<module name="ParenPad" />
<module name="TypecastParenPad" />
<module name="WhitespaceAfter" />
<module name="WhitespaceAround" />
Expand Down

0 comments on commit 822820f

Please sign in to comment.