Skip to content

Commit 213e622

Browse files
committed
fix: add whitespace for line lint
1 parent a33faa0 commit 213e622

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

implement-trie-prefix-tree/thispath98.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ def startsWith(self, prefix: str) -> bool:
3939
# obj = Trie()
4040
# obj.insert(word)
4141
# param_2 = obj.search(word)
42-
# param_3 = obj.startsWith(prefix)
42+
# param_3 = obj.startsWith(prefix)

0 commit comments

Comments
 (0)