Skip to content

Commit fb53ab8

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data_structures/trie/radix_tree.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -231,4 +231,4 @@ def main() -> None:
231231

232232

233233
if __name__ == "__main__":
234-
main()
234+
main()

0 commit comments

Comments
 (0)