mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-25 08:41:05 +00:00
format code
This commit is contained in:
parent
9c5e8730be
commit
bb1d8dc598
1 changed files with 1 additions and 5 deletions
|
|
@ -1,8 +1,4 @@
|
||||||
use std::{
|
use std::{io::BufRead, path::Path, sync::atomic::{AtomicUsize, Ordering}};
|
||||||
io::BufRead,
|
|
||||||
path::Path,
|
|
||||||
sync::atomic::{AtomicUsize, Ordering},
|
|
||||||
};
|
|
||||||
|
|
||||||
use adaptor::ADAPTOR;
|
use adaptor::ADAPTOR;
|
||||||
use anyhow::anyhow;
|
use anyhow::anyhow;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue