Skip to content

Commit 78edcfe

Browse files
committed
Fix two sum solution - s0ooo0k
1 parent 5ed2589 commit 78edcfe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

two-sum/s0ooo0k.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,5 @@ public int[] twoSum(int[] nums, int target) {
4444
return answer;
4545
}
4646
*/
47-
48-
}
47+
}
48+

0 commit comments

Comments
 (0)