Skip to content

Commit 27a0546

Browse files
author
jinvicky
committed
fix lint
1 parent bb07450 commit 27a0546

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

implement-trie-prefix-tree/jinvicky.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ public boolean startsWith(String prefix) {
3737
* obj.insert(word);
3838
* boolean param_2 = obj.search(word);
3939
* boolean param_3 = obj.startsWith(prefix);
40-
*/
40+
*/

0 commit comments

Comments
 (0)