mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-25 08:41:05 +00:00
Format
This commit is contained in:
parent
3ee8ef8547
commit
95ffdd7861
1 changed files with 7 additions and 9 deletions
|
|
@ -43,9 +43,7 @@ impl Key {
|
|||
}
|
||||
|
||||
impl Default for Key {
|
||||
fn default() -> Self {
|
||||
Self { code: KeyCode::Null, shift: false, ctrl: false, alt: false }
|
||||
}
|
||||
fn default() -> Self { Self { code: KeyCode::Null, shift: false, ctrl: false, alt: false } }
|
||||
}
|
||||
|
||||
impl From<KeyEvent> for Key {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue