192: Remove unnecessary async block r=D4nte a=D4nte



Co-authored-by: Franck Royer <franck@coblox.tech>
This commit is contained in:
bors[bot] 2021-02-15 05:24:00 +00:00 committed by GitHub
commit 946483d880
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -266,7 +266,7 @@ impl EventLoop {
.await?;
let (remote, remote_handle) = alice::run(swap).remote_handle();
tokio::spawn(async move { remote.await });
tokio::spawn(remote);
let _ = self
.swap_handle_sender