Skip to content

Commit 7f9de49

Browse files
fmt
1 parent 27464fb commit 7f9de49

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

  • storage/src/qmdb/current/ordered

storage/src/qmdb/current/ordered/db.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,10 @@ where
169169
// excluded. For the db to be empty, the floor must equal the commit operation's
170170
// location.
171171
let floor_loc = op_proof.loc;
172-
(op_proof, Operation::CommitFloor(metadata.clone(), floor_loc))
172+
(
173+
op_proof,
174+
Operation::CommitFloor(metadata.clone(), floor_loc),
175+
)
173176
}
174177
};
175178

0 commit comments

Comments
 (0)