Skip to content

Commit 630f377

Browse files
author
Alex Klymenko
committed
checkstyle: fix import ordering
1 parent af8e6c9 commit 630f377

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/com/thealgorithms/datastructures/queues/DequeTest.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.assertFalse;
55
import static org.junit.jupiter.api.Assertions.assertNull;
66

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

1010
class DequeTest {
1111

0 commit comments

Comments
 (0)