From 375789aad9086bcd1515ad2142f2c3b54cb555b9 Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Thu, 21 Aug 2025 00:34:18 +0200 Subject: [PATCH] cargo fmt --- daemon/src/diag.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/daemon/src/diag.rs b/daemon/src/diag.rs index fab9c33..7f45367 100644 --- a/daemon/src/diag.rs +++ b/daemon/src/diag.rs @@ -225,7 +225,6 @@ impl DiagTask { .await .expect("couldn't send ui update message: {}"); } - } } else { debug!("no qmdl_writer set, continuing...");