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

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() => {