Skip to content

Commit 8d4834c

Browse files
committed
fix: #276 line break
1 parent a709d95 commit 8d4834c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

โ€Žjump-game/Yjason-K.tsโ€Ž

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,5 @@ function canJump(nums: number[]): boolean {
2626
}
2727

2828
return dfs(0); // 0๋ฒˆ ์ธ๋ฑ์Šค์—์„œ ์‹œ์ž‘
29-
}
29+
}
30+

0 commit comments

Comments
ย (0)