Skip to content

Commit 6a713e1

Browse files
author
alxkm
committed
checkstyle: fix import ordering
1 parent 7dcc34d commit 6a713e1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
package com.thealgorithms.others;
22

3-
import org.junit.jupiter.api.Test;
4-
53
import static org.junit.jupiter.api.Assertions.assertEquals;
64

5+
import org.junit.jupiter.api.Test;
76
import java.util.Arrays;
87
import java.util.List;
98

0 commit comments

Comments
 (0)