Skip to content

Commit

Permalink
fix: add empty lines
Browse files Browse the repository at this point in the history
  • Loading branch information
HerrineKim committed Dec 20, 2024
1 parent 0bc4431 commit 67ae621
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions climbing-stairs/HerrineKim.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ var climbStairs = function (n) {
}
return prev2;
};

1 change: 1 addition & 0 deletions decode-ways/HerrineKim.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,4 @@ var numDecodings = function (s) {

return helper(0);
};

0 comments on commit 67ae621

Please sign in to comment.