Skip to content

Commit c0ff699

Browse files
authored
Update MatrixRowPermutationTest.java
1 parent a87d167 commit c0ff699

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/com/thealgorithms/matrix/MatrixRowPermutationTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
import static org.junit.jupiter.api.Assertions.assertThrows;
55
import static org.junit.jupiter.api.Assertions.assertTrue;
66

7-
import java.util.List;
87
import java.util.Arrays;
8+
import java.util.List;
99
import org.junit.jupiter.api.Test;
1010

1111
public class MatrixRowPermutationTest {

0 commit comments

Comments
 (0)