Skip to content

Commit 1efb6db

Browse files
authored
Add Checkstyle's SingleSpaceSeparator rule (#7686)
1 parent f53c2eb commit 1efb6db

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config/checkstyle/checkstyle.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@
5858
</module>
5959
<module name="OneStatementPerLineCheck"/>
6060
<module name="ModifierOrder" />
61+
<module name="SingleSpaceSeparator" />
6162
</module>
6263
<module name="RegexpSingleline">
6364
<property name="format" value="^\s*\*\s*@author"/>

0 commit comments

Comments
 (0)