Change format based on rustfmt

This commit is contained in:
DirkFi 2024-09-01 15:11:26 -07:00 committed by sxyazi
parent d2c2729c1c
commit 89f83efb90
No known key found for this signature in database

View file

@ -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(