mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-18 10:43:15 +00:00
cargo fmt
This commit is contained in:
@@ -8,11 +8,7 @@ use tokio::{
|
||||
},
|
||||
};
|
||||
|
||||
use crate::{
|
||||
error::Error,
|
||||
heal::heal_ops::NOP_HEAL,
|
||||
utils::path::SLASH_SEPARATOR,
|
||||
};
|
||||
use crate::{error::Error, heal::heal_ops::NOP_HEAL, utils::path::SLASH_SEPARATOR};
|
||||
|
||||
use super::{
|
||||
heal_commands::{HealOpts, HealResultItem},
|
||||
|
||||
Reference in New Issue
Block a user