Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
stneng committed Jun 8, 2023
1 parent de106a7 commit e76a3bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/extensions/variable_transfer/p2p_inbox.rs
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ impl VTInboxServer {
let graceful = server.with_graceful_shutdown(async move {
rx.recv().await;
});
tokio::spawn(async { graceful.await });
tokio::spawn(graceful);
Self {
port,
jwt_secret,
Expand Down

0 comments on commit e76a3bf

Please sign in to comment.