Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
style: fix newline at end of StackUsingLinkedList
  • Loading branch information
prashantpiyush1111 committed Apr 15, 2026
commit bedd1cea3bca69b9b0e8ec24821c7d13971b2bd1
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,4 @@ public int peek() {
public boolean isEmpty() {
return top == null;
}
}
}
Loading