[all] Apply cargo fmt
This commit is contained in:
@ -74,7 +74,9 @@ impl WriteBatcher {
|
||||
}
|
||||
}
|
||||
|
||||
self.engine.read(blocknr).map_err(|_| anyhow!("read block error"))
|
||||
self.engine
|
||||
.read(blocknr)
|
||||
.map_err(|_| anyhow!("read block error"))
|
||||
}
|
||||
|
||||
pub fn flush_(&mut self, queue: Vec<Block>) -> Result<()> {
|
||||
|
Reference in New Issue
Block a user