Skip to content

Commit 7cd49d8

Browse files
authored
fix : 개행 추가
1 parent fc2d28f commit 7cd49d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

climbing-stairs/Kyojin-Hwang.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ var climbStairs = function(n) {
1515
}
1616

1717
return prev2;
18-
};
18+
};

0 commit comments

Comments
 (0)