Skip to content

Commit

Permalink
fix: eol 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
Chaedie committed Dec 22, 2024
1 parent 6ba9c38 commit 717a132
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion climbing-stairs/Chaedie.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ def climbStairs(self, n: int) -> int:
temp = pt2
pt2 = pt1 + pt2
pt1 = temp
return pt2
return pt2

0 comments on commit 717a132

Please sign in to comment.