Fix formatting with cargo fmt

This commit is contained in:
Héctor Ramón 2021-05-19 16:26:04 +07:00
parent 983aa1b366
commit 8b7452a55d
3 changed files with 6 additions and 10 deletions

View file

@ -78,8 +78,7 @@ where
.drain(..)
.map(|recipe| {
Box::new(With::new(recipe, value.clone()))
as
Box<dyn Recipe<H, E, Output = (T, O)>>
as Box<dyn Recipe<H, E, Output = (T, O)>>
})
.collect(),
}