mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-25 08:41:05 +00:00
reformat code
This commit is contained in:
parent
7de1d49fff
commit
fcb7d9e6d6
2 changed files with 2 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ use crate::{mgr::Mgr, tab::Folder, tasks::Tasks};
|
||||||
#[derive(Clone, Copy)]
|
#[derive(Clone, Copy)]
|
||||||
pub(super) struct Opt {
|
pub(super) struct Opt {
|
||||||
pub(super) interactive: bool,
|
pub(super) interactive: bool,
|
||||||
pub(super) hovered: bool,
|
pub(super) hovered: bool,
|
||||||
}
|
}
|
||||||
|
|
||||||
impl From<CmdCow> for Opt {
|
impl From<CmdCow> for Opt {
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1 @@
|
||||||
|
|
||||||
Loading…
Add table
Reference in a new issue