Fomrat the JS and TS codes with prettier.

This commit is contained in:
krahets
2023-04-17 21:58:11 +08:00
parent 9a98ff8a5e
commit c4ea4e39f3
68 changed files with 634 additions and 510 deletions

View File

@@ -50,5 +50,5 @@ function arrToTree(arr) {
module.exports = {
TreeNode,
arrToTree
arrToTree,
};