Skip to content

Commit 87a42a9

Browse files
authored
Update PatriciaTrie.java
1 parent ae81b34 commit 87a42a9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

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

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

0 commit comments

Comments
 (0)