From 16ec9e28dfbec34b3f0c60a99d47509775559b6f Mon Sep 17 00:00:00 2001 From: Simon Fondrie-Teitler Date: Sat, 9 Aug 2025 15:03:08 -0400 Subject: [PATCH] Remove a couple unnecssary whitespace changes --- daemon/Cargo.toml | 5 +---- daemon/src/diag.rs | 1 - 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/daemon/Cargo.toml b/daemon/Cargo.toml index 3ecaf70..9e2ec0f 100644 --- a/daemon/Cargo.toml +++ b/daemon/Cargo.toml @@ -21,10 +21,7 @@ chrono = { version = "0.4.31", features = ["serde"] } tokio-stream = { version = "0.1.14", default-features = false } futures = { version = "0.3.30", default-features = false } serde_json = "1.0.114" -image = { version = "0.25.1", default-features = false, features = [ - "png", - "gif", -] } +image = { version = "0.25.1", default-features = false, features = ["png", "gif"] } tempfile = "3.10.1" async_zip = { version = "0.0.17", features = ["tokio"] } anyhow = "1.0.98" diff --git a/daemon/src/diag.rs b/daemon/src/diag.rs index 15618b6..b0678f3 100644 --- a/daemon/src/diag.rs +++ b/daemon/src/diag.rs @@ -236,7 +236,6 @@ pub fn run_diag_read_thread( .send(DiagDeviceCtrlMessage::StartRecording) .await .unwrap(); - loop { tokio::select! { msg = qmdl_file_rx.recv() => {