Skip to content

Commit 7dabf3c

Browse files
author
alxkm
committed
checkstyle: fix import ordering
1 parent b44a295 commit 7dabf3c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/test/java/com/thealgorithms/others/EulersFunctionTest.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,11 @@
33
import static org.junit.jupiter.api.Assertions.assertEquals;
44
import static org.junit.jupiter.api.Assertions.assertThrows;
55

6+
import java.util.stream.Stream;
67
import org.junit.jupiter.params.ParameterizedTest;
78
import org.junit.jupiter.params.provider.Arguments;
89
import org.junit.jupiter.params.provider.MethodSource;
910

10-
import java.util.stream.Stream;
11-
1211
class EulersFunctionTest {
1312

1413
@ParameterizedTest

0 commit comments

Comments
 (0)