Skip to content

Commit 76e5bdf

Browse files
committed
Add Checkstyle TypecastParenPad
1 parent 40960d9 commit 76e5bdf

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
@@ -61,6 +61,7 @@ limitations under the License.
6161
</module>
6262
<module name="NeedBraces" />
6363
<module name="RedundantImport" />
64+
<module name="TypecastParenPad" />
6465
<module name="UnusedImports" />
6566
</module>
6667
<property name="localeLanguage" value="en" />

0 commit comments

Comments
 (0)