Skip to content

Commit 6671dcf

Browse files
committed
fix:줄바꿈
1 parent d3ce1d4 commit 6671dcf

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
@@ -13,4 +13,5 @@ def twoSum(self, nums: List[int], target: int) -> List[int]:
1313
if complement in num_map:
1414
return [num_map[complement], i]
1515

16-
num_map[num] = i
16+
num_map[num] = i
17+

0 commit comments

Comments
 (0)