Skip to content

Commit 25ca5a5

Browse files
committed
Add Checkstyle ParenPad
1 parent e1f8a4f commit 25ca5a5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/conf/checkstyle/checkstyle.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ limitations under the License.
7070
<module name="ModifierOrder" />
7171
<module name="MultipleVariableDeclarations" />
7272
<module name="NeedBraces" />
73+
<module name="ParenPad" />
7374
<module name="RedundantImport" />
7475
<module name="RedundantModifier" />
7576
<module name="RightCurly" />

0 commit comments

Comments
 (0)