Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
ogabrielides committed Dec 27, 2024
1 parent 5e4a778 commit bcb1512
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion grovedb/src/replication/state_sync_session.rs
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,12 @@ impl<'db> MultiStateSyncSession<'db> {
self.as_mut()
.current_prefixes()
.insert(chunk_prefix, sync_info);
Ok(util_create_global_chunk_id(chunk_prefix, root_key, is_sum_tree, vec![]))
Ok(util_create_global_chunk_id(
chunk_prefix,
root_key,
is_sum_tree,
vec![],
))
} else {
Err(Error::InternalError(
"Unable to open merk for replication".to_string(),
Expand Down

0 comments on commit bcb1512

Please sign in to comment.