Skip to content

Commit 504c1ab

Browse files
committed
Fix: fixing formatting errors with spotless apply
1 parent b13c4db commit 504c1ab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ public String gameResult(ListNode head) {
2929
* https://github.com/yang-su2000/Leetcode-algorithm-practice/tree/master/3062-winner-of-the-linked-list-game
3030
*/
3131

32-
//used chatgpt for assistance to complete
32+
// used chatgpt for assistance to complete

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ public boolean isEmpty() {
4545
}
4646
}
4747

48-
//KS added comments for myself to go back and refrence but used TA assitance to complete assignment
48+
// KS added comments for myself to go back and refrence but used TA assitance to complete assignment

0 commit comments

Comments
 (0)