Skip to content

Commit d7db655

Browse files
committed
fix:줄바꿈
1 parent 0c98424 commit d7db655

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

two-sum/socow.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,3 @@ def twoSum(self, nums: List[int], target: int) -> List[int]:
1414
if complement in num_map:
1515
return [num_map[complement], i]
1616
num_map[num] = i
17-
return []
18-

0 commit comments

Comments
 (0)