cargo fmt

This commit is contained in:
weisd
2024-11-03 10:05:50 +08:00
parent c3ef8bf5cd
commit d4a220bddc
4 changed files with 116 additions and 121 deletions
+1 -5
View File
@@ -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},