Skip to content

Commit 1758e25

Browse files
committed
Add Checkstyle ParenPad
1 parent 74227b5 commit 1758e25

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/conf/checkstyle.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ limitations under the License.
6060
<property name="scope" value="protected" />
6161
</module>
6262
<module name="NeedBraces" />
63+
<module name="ParenPad" />
6364
<module name="RedundantImport" />
6465
<module name="TypecastParenPad" />
6566
<module name="UnusedImports" />

0 commit comments

Comments
 (0)