Merge pull request #3549 from ByteHamster/checkstyle-whitespace

Checkstyle: whitespace after comma and cast
This commit is contained in:
H. Lehmann 2019-10-23 21:21:26 +02:00 committed by GitHub
commit 58764f7ccb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -188,6 +188,7 @@
<module name="OverloadMethodsDeclarationOrder"/>
<module name="VariableDeclarationUsageDistance"/>
<module name="MethodParamPad"/>
<module name="WhitespaceAfter"/>
<module name="NoWhitespaceBefore">
<property name="tokens"
value="COMMA, SEMI, POST_INC, POST_DEC, DOT, ELLIPSIS, METHOD_REF"/>