Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
HerrineKim committed Dec 27, 2024
1 parent 43b2831 commit 3060e1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion combination-sum/HerrineKim.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ var combinationSum = function(candidates, target) {

backtrack(target, [], 0);
return result;
};
};

0 comments on commit 3060e1e

Please sign in to comment.