Commit 822820f2 authored by Phillip Webb's avatar Phillip Webb

Revert "Relax `ParenPad` checkstyle rule"

The updated formatter means that we can reinstate the rule.

This reverts commit 82fffe30.
parent b6667e84
......@@ -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" />
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment