Skip to content

Commit 717a132

Browse files
committed
fix: eol 추가
1 parent 6ba9c38 commit 717a132

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

climbing-stairs/Chaedie.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ def climbStairs(self, n: int) -> int:
3636
temp = pt2
3737
pt2 = pt1 + pt2
3838
pt1 = temp
39-
return pt2
39+
return pt2

0 commit comments

Comments
 (0)