Skip to content

Commit 4d8320b

Browse files
author
alxkm
committed
checkstyle: import ordering
1 parent 8c1f60a commit 4d8320b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/com/thealgorithms/others/FloydTriangleTest.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.assertEquals;
44

5-
import org.junit.jupiter.api.Test;
65
import java.util.Arrays;
76
import java.util.List;
7+
import org.junit.jupiter.api.Test;
88

99
public class FloydTriangleTest {
1010

0 commit comments

Comments
 (0)