Skip to content

Commit f3cf900

Browse files
committed
fix: 개행 문자 추가
1 parent bc2b7d1 commit f3cf900

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reorder-list/YeomChaeeun.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ function reorderList(head: ListNode | null): void {
4848

4949
// 마지막 노드의 next를 null로 설정
5050
stack[left].next = null;
51-
}
51+
}

0 commit comments

Comments
 (0)