Polish "Apply SingleSpaceSeparator Checkstyle module"

See gh-31469
This commit is contained in:
Sam Brannen
2023-10-22 14:09:46 +02:00
parent 64e9fcad53
commit 2d792f000a
55 changed files with 56 additions and 56 deletions

View File

@@ -190,8 +190,8 @@
<!-- Modifiers -->
<module name="com.puppycrawl.tools.checkstyle.checks.modifier.ModifierOrderCheck"/>
<!-- Whitespaces -->
<module name="SingleSpaceSeparator"/>
<!-- Whitespace -->
<module name="com.puppycrawl.tools.checkstyle.checks.whitespace.SingleSpaceSeparatorCheck"/>
<!-- Miscellaneous -->
<module name="com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck">