Skip to content

Commit 24d7769

Browse files
author
김가은
committed
fix: 공백 수정
1 parent b409b6a commit 24d7769

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

3sum/paran22.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,3 @@ def threeSum(self, nums: List[int]) -> List[List[int]]:
2121
left += 1
2222

2323
return [list(x) for x in answer]
24-
25-
26-
27-

0 commit comments

Comments
 (0)