style: cargo fmt --all

This commit is contained in:
2026-05-31 05:31:42 +02:00
parent 4b31a0f74b
commit c2ebca0da0
138 changed files with 2422 additions and 1164 deletions

View File

@@ -1,8 +1,8 @@
pub mod catalog;
pub mod identity;
pub mod organization;
pub mod storage;
pub mod catalog;
pub mod processing;
pub mod sharing;
pub mod sidecar;
pub mod processing;
pub mod storage;
pub mod testing;