Appease rustfmt
This commit is contained in:
parent
acf6096103
commit
00c52d28cd
|
|
@ -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")
|
||||||
})
|
})
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue