This commit is contained in:
aniketfuryrocks 2023-06-12 06:16:50 +05:30
parent 56acfccc62
commit 423466e2f3
No known key found for this signature in database
GPG Key ID: 1B75EA596D89FF06
1 changed files with 2 additions and 2 deletions

View File

@ -89,8 +89,8 @@ pub async fn main() -> anyhow::Result<()> {
}
_ = ctrl_c_signal => {
info!("Received ctrl+c signal");
Ok(())
}
}
Ok(())
}