style: apply cargo fmt to entire codebase

Standardize code formatting across all 173 Rust source files
using rustfmt. No functional changes - purely cosmetic.

This establishes a consistent code style baseline for the
project going forward.
This commit is contained in:
Dionisio
2026-02-14 01:29:34 +01:00
parent 67137a3ef2
commit 4c98c5a657
173 changed files with 23368 additions and 17590 deletions
+1 -1
View File
@@ -2,4 +2,4 @@ pub mod handlers;
pub mod routes;
pub use routes::create_api_routes;
pub use routes::create_public_api_routes;
pub use routes::create_public_api_routes;