cargo fmt

This commit is contained in:
houseme
2025-06-06 15:30:27 +08:00
parent 3eaa3d68c7
commit 1f62c35846
18 changed files with 70 additions and 69 deletions
-1
View File
@@ -6,7 +6,6 @@ use crate::bucket::versioning_sys::BucketVersioningSys;
use crate::new_object_layer_fn;
use crate::peer::RemotePeerS3Client;
use crate::store;
use crate::store_api;
use crate::store_api::ObjectIO;
use crate::store_api::ObjectInfo;
use crate::store_api::ObjectOptions;
-1
View File
@@ -13,7 +13,6 @@ use crate::{
//use tokio::sync::RwLock;
use aws_sdk_s3::Client as S3Client;
use chrono::Utc;
use futures::future::err;
use lazy_static::lazy_static;
use std::sync::Arc;
use std::{
+1 -1
View File
@@ -1,2 +1,2 @@
pub mod bucket_replication;
pub mod bucket_targets;
pub mod bucket_replication;