Skip to content

Commit b2d888e

Browse files
author
alxkm
committed
checkstyle: fix formatting
1 parent 5561bc4 commit b2d888e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/test/java/com/thealgorithms/datastructures/stacks/LinkedListStackTest.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,10 @@
44
import static org.junit.jupiter.api.Assertions.assertFalse;
55
import static org.junit.jupiter.api.Assertions.assertTrue;
66

7+
import java.util.NoSuchElementException;
78
import org.junit.jupiter.api.BeforeEach;
89
import org.junit.jupiter.api.Test;
910

10-
import java.util.NoSuchElementException;
11-
1211
public class LinkedListStackTest {
1312

1413
private LinkedListStack stack;

0 commit comments

Comments
 (0)