cargo fmt

This commit is contained in:
Toshit Chawda 2024-07-21 21:39:41 -07:00
parent 5400ae32cc
commit 7f37c8338e
No known key found for this signature in database
GPG key ID: 91480ED99E2B3D9D

View file

@ -165,7 +165,10 @@ async fn main() -> anyhow::Result<()> {
.init();
validate_config_cache();
info!("listening on {:?} with socket type {:?}", CONFIG.server.bind, CONFIG.server.socket);
info!(
"listening on {:?} with socket type {:?}",
CONFIG.server.bind, CONFIG.server.socket
);
tokio::spawn(async {
let mut sig = signal(SignalKind::user_defined1()).unwrap();