Revert "Relax `ParenPad` checkstyle rule"

The updated formatter means that we can reinstate the rule.

This reverts commit 82fffe3062.
This commit is contained in:
Phillip Webb 2015-10-09 13:42:25 -07:00
parent b6667e8495
commit 822820f256
1 changed files with 1 additions and 1 deletions

View File

@ -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" />