Skip to content

Commit 0cdf916

Browse files
authored
Update PatriciaTrie.java
1 parent c1a45ae commit 0cdf916

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/thealgorithms/datastructures/tries/PatriciaTrie.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ private static final class Node<V> {
3333

3434
/** Creates an empty Patricia trie. */
3535
public PatriciaTrie() {
36-
+ }
36+
+ }
3737
/**
3838
* Inserts or updates the value associated with {@code key}.
3939
*

0 commit comments

Comments
 (0)