Skip to content

Commit 0223ed2

Browse files
committed
fix: 줄바꿈 누락 수정
1 parent ab264d2 commit 0223ed2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

house-robber-ii/Yjason-K.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,5 @@ function rob(nums: number[]): number {
3939

4040
return Math.max(max1, max2);
4141

42-
};
42+
};
43+

0 commit comments

Comments
 (0)