mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-25 08:41:05 +00:00
Change format based on rustfmt
This commit is contained in:
parent
d2c2729c1c
commit
89f83efb90
1 changed files with 1 additions and 6 deletions
|
|
@ -3,12 +3,7 @@ use mlua::{ExternalError, ExternalResult, IntoLuaMulti, Lua, Table, Value};
|
||||||
use tokio::fs;
|
use tokio::fs;
|
||||||
use yazi_shared::fs::remove_dir_clean;
|
use yazi_shared::fs::remove_dir_clean;
|
||||||
|
|
||||||
use crate::{
|
use crate::{bindings::Cast, cha::Cha, file::File, url::{Url, UrlRef}};
|
||||||
bindings::Cast,
|
|
||||||
cha::Cha,
|
|
||||||
file::File,
|
|
||||||
url::{Url, UrlRef},
|
|
||||||
};
|
|
||||||
|
|
||||||
pub fn install(lua: &Lua) -> mlua::Result<()> {
|
pub fn install(lua: &Lua) -> mlua::Result<()> {
|
||||||
lua.globals().raw_set(
|
lua.globals().raw_set(
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue