Skip to content

Commit c171ccc

Browse files
author
jinvicky
committed
lint fix: missing line break
1 parent f23ad45 commit c171ccc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

3sum/jinvicky.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ public List<List<Integer>> threeSum(int[] nums) {
3535
}
3636
return res;
3737
}
38-
}
38+
}

0 commit comments

Comments
 (0)