cargo fmt
oopsie
This commit is contained in:
parent
b39388d91a
commit
c51c0759a2
1 changed files with 1 additions and 1 deletions
|
|
@ -1673,7 +1673,7 @@ impl Dispatch<XdgSurface, SurfaceId> for State {
|
|||
|| match data.role.as_ref().unwrap() {
|
||||
SurfaceRole::Toplevel(t) => t.toplevel.is_alive(),
|
||||
SurfaceRole::Popup(p) => p.popup.is_alive(),
|
||||
_ => unreachable!()
|
||||
_ => unreachable!(),
|
||||
};
|
||||
if role_alive {
|
||||
client.kill(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue