Skip to content

Commit 5616672

Browse files
fix: lint
1 parent a2f51e1 commit 5616672

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

3sum/YoungSeok-Choi.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,4 @@ public List<List<Integer>> threeSum(int[] nums) {
6262

6363
return new ArrayList<>(res);
6464
}
65-
}
65+
}

0 commit comments

Comments
 (0)