Skip to content

Commit c8c7318

Browse files
Fix: reorder imports to satisfy clang-format and Checkstyle
1 parent 3a9855b commit c8c7318

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/java/com/thealgorithms/backtracking/BinaryTreePathsTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
import org.junit.jupiter.api.Test;
44
import java.util.List;
5+
56
import static org.junit.jupiter.api.Assertions.assertEquals;
67
import static org.junit.jupiter.api.Assertions.assertTrue;
78

0 commit comments

Comments
 (0)