Skip to content

Commit 3060e1e

Browse files
committed
fix: lint
1 parent 43b2831 commit 3060e1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

combination-sum/HerrineKim.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ var combinationSum = function(candidates, target) {
2727

2828
backtrack(target, [], 0);
2929
return result;
30-
};
30+
};

0 commit comments

Comments
 (0)