Skip to content

Commit

Permalink
fix: fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugoch committed Feb 17, 2025
1 parent 10ad5c8 commit b8eab18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -517,4 +517,4 @@ async fn shutdown_signal(stop: Arc<std::sync::atomic::AtomicBool>) {
_ = terminate => {},
}
stop.store(true, std::sync::atomic::Ordering::Relaxed);
}
}

0 comments on commit b8eab18

Please sign in to comment.