Skip to content

Commit 4ca4b91

Browse files
committed
fix: 줄바꿈 누락
1 parent e4ecac4 commit 4ca4b91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

two-sum/jeongwoo903.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ var twoSum = function(nums, target) {
1717
}
1818

1919
return [];
20-
};
20+
};

0 commit comments

Comments
 (0)