Format JS and TS code.

This commit is contained in:
krahets
2023-09-02 23:07:47 +08:00
parent f96f583771
commit 978857570f
35 changed files with 75 additions and 74 deletions

View File

@@ -66,7 +66,7 @@
=== "TS"
```typescript title="binary_search_tree.ts"
[class]{}-[func]{search}
[class]{BinarySearchTree}-[func]{search}
```
=== "C"
@@ -152,7 +152,7 @@
=== "TS"
```typescript title="binary_search_tree.ts"
[class]{}-[func]{insert}
[class]{BinarySearchTree}-[func]{insert}
```
=== "C"
@@ -263,7 +263,7 @@
=== "TS"
```typescript title="binary_search_tree.ts"
[class]{}-[func]{remove}
[class]{BinarySearchTree}-[func]{remove}
```
=== "C"