Skip to content

Commit bedd1ce

Browse files
style: fix newline at end of StackUsingLinkedList
1 parent 43553e1 commit bedd1ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/thealgorithms/stacks/StackUsingLinkedList.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,4 @@ public int peek() {
6767
public boolean isEmpty() {
6868
return top == null;
6969
}
70-
}
70+
}

0 commit comments

Comments
 (0)