Cargo fmt
This commit is contained in:
parent
a747b03c17
commit
27e2d682a5
2 changed files with 64 additions and 68 deletions
|
|
@ -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
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue