Fix clippy warning inherited from master

This commit is contained in:
Igor Aleksanov 2020-09-06 08:29:04 +03:00
parent 9a19b08bcf
commit 8e7f95089c
1 changed files with 1 additions and 1 deletions

View File

@ -137,7 +137,7 @@ impl AsyncSystemRunner {
Err(e) => Err(io::Error::new(io::ErrorKind::Other, e)), Err(e) => Err(io::Error::new(io::ErrorKind::Other, e)),
}; };
Arbiter::stop_system(); Arbiter::stop_system();
return res; res
} }
}) })
.flatten() .flatten()