Skip to content

Commit

Permalink
Make latest clippy happy (#111)
Browse files Browse the repository at this point in the history
Signed-off-by: Sergio Castaño Arteaga <[email protected]>
  • Loading branch information
tegioz authored Oct 6, 2023
1 parent 1218601 commit 830379b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions clowarden-server/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ async fn shutdown_signal() {

// Wait for any of the signals
tokio::select! {
_ = ctrl_c => {},
_ = terminate => {},
() = ctrl_c => {},
() = terminate => {},
}
}

0 comments on commit 830379b

Please sign in to comment.