Fix parenthesis padding issues

Fix a few parenthesis padding issues caused by the formatter.

Issue gh-8945
This commit is contained in:
Phillip Webb
2020-07-27 12:17:41 -07:00
committed by Rob Winch
parent f1cee9500f
commit 18f3d13363
3 changed files with 19 additions and 50 deletions

View File

@@ -3,7 +3,6 @@
"-//Checkstyle//DTD SuppressionFilter Configuration 1.2//EN"
"https://checkstyle.org/dtds/suppressions_1_2.dtd">
<suppressions>
<suppress files=".*" checks="ParenPad" />
<suppress files=".*" checks="RedundantImport" />
<suppress files=".*" checks="RegexpSinglelineJava" />
<suppress files=".*" checks="SimplifyBooleanExpression" />