chore: cargo fmt

This commit is contained in:
Ryan Brue 2024-05-30 15:47:56 -05:00 committed by Michael Murphy
parent 6ca1a37a53
commit b4a712c2bf

View file

@ -892,7 +892,9 @@ impl State {
&state.common.xdg_activation_state, &state.common.xdg_activation_state,
); );
if let Some((target, focus)) = res { if let Some((target, focus)) = res {
seat_clone.modifiers_shortcut_queue().clear(); seat_clone
.modifiers_shortcut_queue()
.clear();
std::mem::drop(shell); std::mem::drop(shell);
if target.is_touch_grab() { if target.is_touch_grab() {