Cargo fmt

This commit is contained in:
Chris Glass 2026-04-10 19:06:54 +02:00
parent a747b03c17
commit 27e2d682a5
2 changed files with 64 additions and 68 deletions

View file

@ -246,10 +246,11 @@ impl ShortcutsConfig {
return false;
}
if let Some(default_action) = self.defaults.0.get(binding)
&& *default_action == reset_action {
// Remove binding that overrode a default
return false;
}
&& *default_action == reset_action
{
// Remove binding that overrode a default
return false;
}
true
});
}