diff --git a/src/wayland/toplevel.rs b/src/wayland/toplevel.rs index e326b03..b878726 100644 --- a/src/wayland/toplevel.rs +++ b/src/wayland/toplevel.rs @@ -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,