Skip to content

Commit 9a74b59

Browse files
author
AmiyahJo
committed
chore: spacing in peek method for Stack.java
1 parent 7c37b67 commit 9a74b59

File tree

1 file changed

+1
-2
lines changed
  • lesson_12/structs_java/structs_app/src/main/java/com/codedifferently/lesson12

1 file changed

+1
-2
lines changed

lesson_12/structs_java/structs_app/src/main/java/com/codedifferently/lesson12/Stack.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ public int pop() {
2525
public int peek() {
2626
if(top == null){
2727
//do stuff
28-
}
29-
28+
}
3029
return 1;
3130
}
3231

0 commit comments

Comments
 (0)