Skip to content

Commit 3d4f8b8

Browse files
author
alxkm
committed
checkstyle: fix formatting
1 parent 5775bf4 commit 3d4f8b8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
import static org.junit.jupiter.api.Assertions.assertThrows;
55

66
import java.util.stream.Stream;
7-
87
import org.junit.jupiter.api.Test;
98
import org.junit.jupiter.params.ParameterizedTest;
109
import org.junit.jupiter.params.provider.Arguments;
@@ -28,4 +27,4 @@ void testFindNextSmallerElementsExceptions() {
2827
assertThrows(IllegalArgumentException.class, () -> NextSmallerElement.findNextSmallerElements(null));
2928
}
3029

31-
}
30+
}

0 commit comments

Comments
 (0)