From 1404cbd3ef956be5c161df833ae9656c6a0171b5 Mon Sep 17 00:00:00 2001 From: Simon Laux Date: Sun, 6 Oct 2024 17:39:33 +0200 Subject: [PATCH] cargo fmt --- deltachat-rpc-server/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deltachat-rpc-server/src/main.rs b/deltachat-rpc-server/src/main.rs index 0d72836f9..9392fe319 100644 --- a/deltachat-rpc-server/src/main.rs +++ b/deltachat-rpc-server/src/main.rs @@ -74,7 +74,7 @@ async fn main_impl() -> Result<()> { .with_writer(std::io::stderr) .with_filter(EnvFilter::from_default_env()), ); - + #[cfg(tokio_unstable)] { subscribers.with(console_subscriber::spawn())