cargo fmt: format all Rust source files
All checks were successful
CI — P1 Route (Rust) / test (push) Successful in 6m35s

This commit is contained in:
2026-03-01 17:53:28 +00:00
parent 00db59ff83
commit a8a8c53917
12 changed files with 305 additions and 167 deletions

View File

@@ -4,8 +4,8 @@ pub mod data;
pub mod proxy;
pub mod router;
pub use auth::{AuthProvider, AuthContext, AuthError, LocalAuthProvider, Role};
pub use auth::{AuthContext, AuthError, AuthProvider, LocalAuthProvider, Role};
pub use config::AppConfig;
pub use data::{EventQueue, ObjectStore, TelemetryEvent};
pub use proxy::{create_router, ProxyState, ProxyError};
pub use router::{RouterBrain, RoutingDecision, Complexity};
pub use proxy::{create_router, ProxyError, ProxyState};
pub use router::{Complexity, RouterBrain, RoutingDecision};