From 89f83efb908d8a745aab200cb9c7e7cb4ee238af Mon Sep 17 00:00:00 2001 From: DirkFi Date: Sun, 1 Sep 2024 15:11:26 -0700 Subject: [PATCH] Change format based on rustfmt --- yazi-plugin/src/fs/fs.rs | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) 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(