We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27464fb commit 7f9de49Copy full SHA for 7f9de49
1 file changed
storage/src/qmdb/current/ordered/db.rs
@@ -169,7 +169,10 @@ where
169
// excluded. For the db to be empty, the floor must equal the commit operation's
170
// location.
171
let floor_loc = op_proof.loc;
172
- (op_proof, Operation::CommitFloor(metadata.clone(), floor_loc))
+ (
173
+ op_proof,
174
+ Operation::CommitFloor(metadata.clone(), floor_loc),
175
+ )
176
}
177
};
178
0 commit comments