cargo fmt

This commit is contained in:
Simon Laux
2023-05-22 21:08:05 +02:00
parent bb1168145d
commit 53652f2b77

View File

@@ -639,7 +639,7 @@ async fn simple_imap_loop(
.await; .await;
} }
const THIRTY_YEARS: u64 = 30 * 365 * 24 * 60 * 60; const THIRTY_YEARS: u64 = 30 * 365 * 24 * 60 * 60;
async fn smtp_loop( async fn smtp_loop(
ctx: Context, ctx: Context,