Remove a couple unnecssary whitespace changes

This commit is contained in:
Simon Fondrie-Teitler
2025-08-09 15:03:08 -04:00
parent 4462f02c10
commit 16ec9e28df
2 changed files with 1 additions and 5 deletions
+1 -4
View File
@@ -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"
-1
View File
@@ -236,7 +236,6 @@ pub fn run_diag_read_thread(
.send(DiagDeviceCtrlMessage::StartRecording)
.await
.unwrap();
loop {
tokio::select! {
msg = qmdl_file_rx.recv() => {