format code

This commit is contained in:
sxyazi 2023-09-13 23:59:43 +08:00
parent 9c5e8730be
commit bb1d8dc598
No known key found for this signature in database

View file

@ -1,8 +1,4 @@
use std::{
io::BufRead,
path::Path,
sync::atomic::{AtomicUsize, Ordering},
};
use std::{io::BufRead, path::Path, sync::atomic::{AtomicUsize, Ordering}};
use adaptor::ADAPTOR;
use anyhow::anyhow;