Appease rustfmt

This commit is contained in:
teor 2020-11-23 13:42:02 +10:00
parent acf6096103
commit 00c52d28cd
1 changed files with 1 additions and 2 deletions

View File

@ -66,8 +66,7 @@ impl QueuedBlocks {
.unwrap_or_default()
.into_iter()
.map(|hash| {
self
.blocks
self.blocks
.remove(&hash)
.expect("block is present if its hash is in by_parent")
})