Skip to content

Commit

Permalink
fix: clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
0xAlcibiades committed Sep 12, 2024
1 parent 1d00462 commit 01e7947
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/http.rs
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,7 @@ where
hyper_io,
service,
builder,
graceful.then(|| signal_rx),
graceful.then_some(signal_rx),
None
).await;
});
Expand Down

0 comments on commit 01e7947

Please sign in to comment.