Skip to content

Commit ced58c8

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent abdc673 commit ced58c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data_structures/binary_tree/binary_tree_traversals.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def make_tree() -> Node | None:
1919
The below tree
2020
1
2121
/ \
22-
2 3
22+
2 3
2323
/ \
2424
4 5
2525
"""

0 commit comments

Comments
 (0)