Skip to content

Commit 2efa74a

Browse files
committed
chore: 개행문자 수정
1 parent 1e37b25 commit 2efa74a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

two-sum/hj4645.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,3 @@ def twoSum(self, nums: List[int], target: int) -> List[int]:
99
if remain in dict:
1010
return [dict[remain], i]
1111
dict[num] = i
12-

0 commit comments

Comments
 (0)