mirror of
https://github.com/Zedfrigg/ironbar.git
synced 2025-07-01 02:31:04 +02:00
chore: run fmt
This commit is contained in:
parent
493df6bb49
commit
be0f4c6366
2 changed files with 4 additions and 3 deletions
|
@ -59,8 +59,9 @@ impl MpdClient {
|
|||
while let Some(change) = state_changes.next().await {
|
||||
debug!("Received state change: {:?}", change);
|
||||
|
||||
if let ConnectionEvent::SubsystemChange(Subsystem::Player | Subsystem::Queue | Subsystem::Mixer) =
|
||||
change
|
||||
if let ConnectionEvent::SubsystemChange(
|
||||
Subsystem::Player | Subsystem::Queue | Subsystem::Mixer,
|
||||
) = change
|
||||
{
|
||||
tx2.send(())?;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue