Skip to content

Commit 4221b6d

Browse files
committed
fix: 빈개행 추가
1 parent 254242d commit 4221b6d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

3sum/changhyumm.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,3 @@ def threeSum(self, nums: List[int]) -> List[List[int]]:
3131
l += 1
3232
r -= 1
3333
return list(ans_set)
34-
35-

0 commit comments

Comments
 (0)