Apply Checkstyle WhitespaceAfterCheck module
This commit is contained in:
parent
523332d51f
commit
b6895e6359
|
@ -40,5 +40,8 @@
|
|||
<property name="illegalPattern" value="true"/>
|
||||
<property name="message" value="Trailing whitespace"/>
|
||||
</module>
|
||||
|
||||
<!-- Whitespace -->
|
||||
<module name="WhitespaceAfterCheck" />
|
||||
</module>
|
||||
</module>
|
||||
|
|
Loading…
Reference in New Issue