Skip to content

Commit dd8331d

Browse files
committed
fix: linter removed trailing space
1 parent 7206d30 commit dd8331d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,4 @@ public void testBlankHandle() {
5454
sect.pop();
5555
assertThrows(NoSuchElementException.class, () -> sect.pop());
5656
}
57-
5857
}

0 commit comments

Comments
 (0)