Skip to content

Commit

Permalink
fix: add whitespace for line lint
Browse files Browse the repository at this point in the history
  • Loading branch information
thispath98 committed Jan 13, 2025
1 parent a33faa0 commit 213e622
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion implement-trie-prefix-tree/thispath98.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ def startsWith(self, prefix: str) -> bool:
# obj = Trie()
# obj.insert(word)
# param_2 = obj.search(word)
# param_3 = obj.startsWith(prefix)
# param_3 = obj.startsWith(prefix)

0 comments on commit 213e622

Please sign in to comment.