diff --git a/yazi-plugin/src/fs/fs.rs b/yazi-plugin/src/fs/fs.rs index 474aea51..819447fa 100644 --- a/yazi-plugin/src/fs/fs.rs +++ b/yazi-plugin/src/fs/fs.rs @@ -3,12 +3,7 @@ use mlua::{ExternalError, ExternalResult, IntoLuaMulti, Lua, Table, Value}; use tokio::fs; use yazi_shared::fs::remove_dir_clean; -use crate::{ - bindings::Cast, - cha::Cha, - file::File, - url::{Url, UrlRef}, -}; +use crate::{bindings::Cast, cha::Cha, file::File, url::{Url, UrlRef}}; pub fn install(lua: &Lua) -> mlua::Result<()> { lua.globals().raw_set(