Skip to content

Commit 7c2b6c9

Browse files
author
alxkm
committed
checkstyle: new line in the end of file
1 parent b2d888e commit 7c2b6c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,4 @@ public void testToString() {
6868

6969
assertEquals("3->2->1", stack.toString());
7070
}
71-
}
71+
}

0 commit comments

Comments
 (0)