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 -1
View File
@@ -3,6 +3,7 @@ pub mod bitrot;
pub mod bucket;
pub mod cache_value;
mod chunk_stream;
pub mod cmd;
pub mod config;
pub mod disk;
pub mod disks_layout;
@@ -32,7 +33,6 @@ pub mod store_list_objects;
mod store_utils;
pub mod utils;
pub mod xhttp;
pub mod cmd;
pub use global::new_object_layer_fn;
pub use global::set_global_endpoints;