Skip to content

Commit e0d5761

Browse files
committed
fix: #226 add line break
1 parent 43e2c53 commit e0d5761

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

invert-binary-tree/Yjason-K.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,6 @@ function invertTree(root: TreeNode | null): TreeNode | null {
2222

2323
// 반전된 루트 노드를 반환
2424
return root;
25-
}
25+
}
26+
27+

0 commit comments

Comments
 (0)