This commit is contained in:
weisd
2024-12-28 22:41:51 +08:00
parent 5e131c9b49
commit 7e4112a912
5 changed files with 5 additions and 8 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ use std::{
fmt::Debug,
};
use tracing::{debug, info, warn};
use tracing::{debug, warn};
use uuid::Uuid;
pub async fn init_disks(eps: &Endpoints, opt: &DiskOption) -> (Vec<Option<DiskStore>>, Vec<Option<Error>>) {