Skip to content

Commit

Permalink
chore: cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
mmstick committed Sep 9, 2024
1 parent 7785dbf commit 03e7556
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cosmic-applet-audio/src/pulse.rs
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ impl PulseHandle {
loop {
// This is where the we match messages from the GUI to pass to the pulse server
let mut msgs = Vec::new();

if let Some(msg) = to_pulse_recv.recv().await {
msgs.push(msg);
}
Expand Down

0 comments on commit 03e7556

Please sign in to comment.