1
0
Fork 0
mirror of https://github.com/Zedfrigg/ironbar.git synced 2025-07-01 02:31:04 +02:00

style: run fmt

This commit is contained in:
Jake Stanger 2022-10-15 18:08:56 +01:00
parent b7b64886e3
commit eb5170ff6a
No known key found for this signature in database
GPG key ID: C51FC8F9CB0BEA61

View file

@ -104,8 +104,10 @@ where
Event::Closed => {
if info.ready {
Some(ToplevelChange::Close)
} else { None }
},
} else {
None
}
}
Event::OutputEnter { output: _ } => None,
Event::OutputLeave { output: _ } => None,
Event::Parent { parent: _ } => None,