Skip to content

Commit

Permalink
Add Checkstyle WhitespaceAroundCheck
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Dec 28, 2024
1 parent 284eed9 commit 68b655b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/conf/checkstyle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ limitations under the License.
<module name="UpperEll" />
<module name="WhitespaceAfter" />
<module name="WhitespaceAround" />
<module name="WhitespaceAroundCheck" />
</module>
<module name="LineLength">
<!-- Ignore lines that begin with " * ", such as within a Javadoc comment. -->
Expand Down

0 comments on commit 68b655b

Please # to comment.