Skip to content

Commit 4424d8b

Browse files
author
alxkm
committed
checkstyle: remove redundant new line
1 parent 3d4f8b8 commit 4424d8b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,4 @@ static Stream<Arguments> provideTestCases() {
2626
void testFindNextSmallerElementsExceptions() {
2727
assertThrows(IllegalArgumentException.class, () -> NextSmallerElement.findNextSmallerElements(null));
2828
}
29-
3029
}

0 commit comments

Comments
 (0)