diff options
| author | 2021-05-19 16:26:04 +0700 | |
|---|---|---|
| committer | 2021-05-19 16:26:04 +0700 | |
| commit | 8b7452a55def8620f2c91df40d3882c449f85420 (patch) | |
| tree | 09075e3ab1a9e9d039aa3a188e501f48051e52dc /futures | |
| parent | 983aa1b3665c6b546700767d21d73de72372ddad (diff) | |
| download | iced-8b7452a55def8620f2c91df40d3882c449f85420.tar.gz iced-8b7452a55def8620f2c91df40d3882c449f85420.tar.bz2 iced-8b7452a55def8620f2c91df40d3882c449f85420.zip | |
Fix formatting with `cargo fmt`
Diffstat (limited to '')
| -rw-r--r-- | futures/src/subscription.rs | 3 | 
1 files changed, 1 insertions, 2 deletions
| diff --git a/futures/src/subscription.rs b/futures/src/subscription.rs index aa81f844..27d2d295 100644 --- a/futures/src/subscription.rs +++ b/futures/src/subscription.rs @@ -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(),          } | 
