Skip to content

Commit 002c70b

Browse files
author
Thukor
committed
Fixed commit message....
1 parent 3d0bb6d commit 002c70b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Trie/sources/trie.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,9 +259,9 @@ public class Trie {
259259
}
260260
tmp = String(tmp.characters.reverse())
261261
wordsWithPrefix.append(word + tmp)
262+
tmp = ""
262263
}
263264
}
264-
tmp = ""
265265
}
266266
}
267267

0 commit comments

Comments
 (0)