reformat code

This commit is contained in:
TKperson 2025-06-28 15:17:44 +08:00
parent 7de1d49fff
commit fcb7d9e6d6
No known key found for this signature in database
GPG key ID: 8A4D0A490CD9919A
2 changed files with 2 additions and 1 deletions

View file

@ -12,7 +12,7 @@ use crate::{mgr::Mgr, tab::Folder, tasks::Tasks};
#[derive(Clone, Copy)]
pub(super) struct Opt {
pub(super) interactive: bool,
pub(super) hovered: bool,
pub(super) hovered: bool,
}
impl From<CmdCow> for Opt {

View file

@ -0,0 +1 @@