Skip to content

Commit 84d8fe6

Browse files
committed
fix: two sum soluition 개행 문자 추가
1 parent 18bebfa commit 84d8fe6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

two-sum/radiantchoi.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ class Solution {
2323

2424
return [0, 1]
2525
}
26-
}
26+
}

0 commit comments

Comments
 (0)