Skip to content

Commit 34f7994

Browse files
committed
fix: remove stray closing brace in latency.rs match statement
1 parent d22f9d6 commit 34f7994

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

crates/audio/src/latency.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -691,7 +691,6 @@ mod macos {
691691
OutputTransportKind::Wireless | OutputTransportKind::ContinuityWireless => {
692692
latency_secs = latency_secs.max(WIRELESS_MIN_LATENCY_SECS);
693693
}
694-
}
695694
_ => {}
696695
}
697696

0 commit comments

Comments
 (0)