Skip to content

Commit e843dcd

Browse files
committed
checkstyle: fix import order
1 parent db3a052 commit e843dcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/com/thealgorithms/stacks/MinStackUsingTwoStacksTest.java

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

6-
import org.junit.jupiter.api.Test;
76
import java.util.EmptyStackException;
7+
import org.junit.jupiter.api.Test;
88

99
public class MinStackUsingTwoStacksTest {
1010

0 commit comments

Comments
 (0)