Skip to content

Commit

Permalink
a few improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
QuantumExplorer committed Jun 30, 2024
1 parent 5fb76c0 commit 27e9a67
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion grovedb/src/debugger.rs
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,10 @@ fn node_to_update(
path_append,
},
crate::Element::Reference(
ReferencePathType::UpstreamRootHeightWithParentPathAdditionReference(n_keep, path_append),
ReferencePathType::UpstreamRootHeightWithParentPathAdditionReference(
n_keep,
path_append,
),
..,
) => grovedbg_types::Element::UpstreamRootHeightWithParentPathAdditionReference {
n_keep: n_keep.into(),
Expand Down

0 comments on commit 27e9a67

Please sign in to comment.