Skip to content

Commit ada56e0

Browse files
author
Alex Klymenko
committed
checkstyle: fix import ordering
1 parent 1855072 commit ada56e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/com/thealgorithms/sorts/CountingSortTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
import static org.junit.jupiter.api.Assertions.assertArrayEquals;
44

5+
import java.util.stream.Stream;
56
import org.junit.jupiter.params.ParameterizedTest;
67
import org.junit.jupiter.params.provider.MethodSource;
7-
import java.util.stream.Stream;
88

99
public class CountingSortTest {
1010

0 commit comments

Comments
 (0)