Skip to content

Commit 4100e9f

Browse files
committed
Forgot to add newline: added it now
1 parent 7961715 commit 4100e9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data_structures/Java/trie/Trie.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ static boolean search (String searched_string){
3737
}
3838
return (currentNode != null && currentNode.isEndOfWord == true)
3939
}
40-
}
40+
}

0 commit comments

Comments
 (0)