Skip to content

Commit 9b47ea2

Browse files
committed
fix: Sorted import order
1 parent 873428c commit 9b47ea2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/com/thealgorithms/datastructures/graphs/TwoSatTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
package com.thealgorithms.datastructures.graphs;
22

3+
import static org.junit.jupiter.api.Assertions.assertArrayEquals;
34
import static org.junit.jupiter.api.Assertions.assertFalse;
45
import static org.junit.jupiter.api.Assertions.assertTrue;
5-
import static org.junit.jupiter.api.Assertions.assertArrayEquals;
66

77
import org.junit.jupiter.api.Test;
88

0 commit comments

Comments
 (0)