Skip to content

Commit fa555db

Browse files
committed
Add Checkstyle TypecastParenPad
1 parent cc54017 commit fa555db

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
@@ -55,6 +55,7 @@ limitations under the License.
5555
<property name="ordered" value="true"/>
5656
<property name="separated" value="true"/>
5757
</module>
58+
<module name="TypecastParenPad" />
5859
</module>
5960
<!-- Line with trailing spaces -->
6061
<module name="RegexpSingleline">

0 commit comments

Comments
 (0)