Skip to content

Commit af4419f

Browse files
committed
two-sum 개행 문자 추가
1 parent 67cd52e commit af4419f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

two-sum/krokerdile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ var twoSum = function(nums, target) {
1212
}
1313
dict.set(num, index);
1414
}
15-
};
15+
};

0 commit comments

Comments
 (0)