mirror of
https://github.com/coastalwhite/lemurs
synced 2025-02-16 14:08:25 +00:00
Maintenance: Cargo Format
This commit is contained in:
parent
14843d5100
commit
c0d8511aa4
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@ use std::process;
|
|||
|
||||
use crossterm::event::KeyCode;
|
||||
use log::error;
|
||||
use serde::{Deserialize, de::Error};
|
||||
use serde::{de::Error, Deserialize};
|
||||
|
||||
use tui::style::{Color, Modifier};
|
||||
|
||||
|
@ -330,7 +330,7 @@ impl<'de> Deserialize<'de> for SwitcherVisibility {
|
|||
};
|
||||
|
||||
Self::Keybind(keycode)
|
||||
},
|
||||
}
|
||||
})
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue