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:
parent
b7b64886e3
commit
eb5170ff6a
1 changed files with 4 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue