Skip to content

Commit 0e1375d

Browse files
committed
refactor: remove unnecessary blank lines in climbing stairs implementations
1 parent b7006c8 commit 0e1375d

File tree

2 files changed

+0
-15
lines changed

2 files changed

+0
-15
lines changed

climbing-stairs/hongseoupyun.py

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,3 @@ def climbStairs(self, n: int) -> int:
2626
prev2 = current
2727

2828
return prev2
29-
30-
31-
32-
33-
34-
35-
36-
37-
38-

climbing-stairs/hongseoupyun.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,3 @@ function climbStairs(n: number): number {
2929

3030
return prev2
3131
};
32-
33-
34-
35-
36-

0 commit comments

Comments
 (0)