Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Salka1988 committed Dec 6, 2023
1 parent 11b37e6 commit b6de98b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/fuel-core/src/cli/run.rs
Original file line number Diff line number Diff line change
Expand Up @@ -425,6 +425,7 @@ async fn shutdown_signal() -> anyhow::Result<()> {

let mut sigint =
tokio::signal::unix::signal(tokio::signal::unix::SignalKind::interrupt())?;
#[allow(clippy::never_loop)]
loop {
tokio::select! {
_ = sigterm.recv() => {
Expand Down

0 comments on commit b6de98b

Please sign in to comment.