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() .unwrap_or_default()
.into_iter() .into_iter()
.map(|hash| { .map(|hash| {
self self.blocks
.blocks
.remove(&hash) .remove(&hash)
.expect("block is present if its hash is in by_parent") .expect("block is present if its hash is in by_parent")
}) })