Skip to content

Commit b8412a2

Browse files
committed
checkstyle.xml: fix indentation style
1 parent f6b6c35 commit b8412a2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

checkstyle.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
<module name="TreeWalker">
1111
<module name="ImportOrder">
1212
<property name="groups" value="*,com,edu,hudson,io,java,javax,jenkins,net,okhttp3,org.apache,org.jenkinsci,org.jvnet.hudson,org.junit,org.kohsuke,org.pircbotx,org" />
13-
<property name="ordered" value="true"/>
14-
<property name="separated" value="true"/>
15-
<property name="option" value="bottom"/>
16-
<property name="sortStaticImportsAlphabetically" value="true"/>
13+
<property name="ordered" value="true"/>
14+
<property name="separated" value="true"/>
15+
<property name="option" value="bottom"/>
16+
<property name="sortStaticImportsAlphabetically" value="true"/>
1717
<!-- See also https://github.com/checkstyle/checkstyle/issues/5476
1818
and https://github.com/checkstyle/checkstyle/issues/7425
1919
-->

0 commit comments

Comments
 (0)