Skip to content

Commit 0c98424

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

two-sum/socow.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,5 @@ 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-
17+
return []
18+

0 commit comments

Comments
 (0)