Skip to content

Commit abe1bf1

Browse files
author
jiyseo
committed
add newline
1 parent 1bbaffc commit abe1bf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

climbing-stairs/jiyseo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ def climbStairs(self, n):
1212
arr[i] = arr[i - 1] + arr[i - 2]
1313

1414
return arr[n]
15-
15+

0 commit comments

Comments
 (0)