Fix checkstyle.xml formatting

By: md_5 <git@md-5.net>
This commit is contained in:
Bukkit/Spigot 2020-01-05 11:25:06 +11:00
parent 281754ffbd
commit 5c8af7e9b3

View File

@ -14,10 +14,10 @@
<!-- See http://checkstyle.sourceforge.net/config_misc.html --> <!-- See http://checkstyle.sourceforge.net/config_misc.html -->
<module name="RegexpSingleline"> <module name="RegexpSingleline">
<property name="format" value="\s+$"/> <property name="format" value="\s+$"/>
<property name="minimum" value="0"/> <property name="minimum" value="0"/>
<property name="maximum" value="0"/> <property name="maximum" value="0"/>
<property name="message" value="Line has trailing spaces."/> <property name="message" value="Line has trailing spaces."/>
</module> </module>
<!-- See https://checkstyle.org/config_javadoc.html --> <!-- See https://checkstyle.org/config_javadoc.html -->