Skip to content

Commit 7bca07c

Browse files
committed
Sort imports
1 parent cd64b01 commit 7bca07c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/org/apache/commons/lang3/StringUtilsContainsTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818

1919
import static org.apache.commons.lang3.Supplementary.CharU20000;
2020
import static org.apache.commons.lang3.Supplementary.CharU20001;
21-
import static org.apache.commons.lang3.Supplementary.CharUSuppCharLow;
2221
import static org.apache.commons.lang3.Supplementary.CharUSuppCharHigh;
22+
import static org.apache.commons.lang3.Supplementary.CharUSuppCharLow;
2323
import static org.junit.jupiter.api.Assertions.assertEquals;
2424
import static org.junit.jupiter.api.Assertions.assertFalse;
2525
import static org.junit.jupiter.api.Assertions.assertTrue;

0 commit comments

Comments
 (0)