Skip to content

Commit

Permalink
default impl
Browse files Browse the repository at this point in the history
  • Loading branch information
ogabrielides committed May 15, 2024
1 parent 149e2cb commit 10441c8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions grovedb/src/replication.rs
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,12 @@ impl SubtreeStateSyncInfo<'_> {
}
}

impl Default for SubtreeStateSyncInfo<'_> {
fn default() -> Self {
Self::new()
}
}

// Struct governing state sync
pub struct MultiStateSyncInfo<'db> {
// Map of current processing subtrees
Expand Down

0 comments on commit 10441c8

Please sign in to comment.