Skip to content

Commit

Permalink
Typo: add line break
Browse files Browse the repository at this point in the history
  • Loading branch information
HC-kang committed Aug 22, 2024
1 parent c3795ad commit f24b050
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ function buildTree(preorder: number[], inorder: number[]): TreeNode | null {
}

return helper(0, preorder.length - 1, 0, inorder.length - 1);
}
}

0 comments on commit f24b050

Please sign in to comment.