style: cargo fmt across audit-2026-06-11 tier-3 changes

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
MechaCat02
2026-06-12 18:38:28 +02:00
parent e8cc3afa07
commit ec4a2aa24a
15 changed files with 1838 additions and 5 deletions

View File

@@ -503,8 +503,7 @@ pub async fn build_app(
// revocation, so an evict on the revocation side is visible to the
// middleware's resolve side. A per-state cache would let a revoked
// principal keep authenticating from the middleware's own copy.
let principal_cache =
Arc::new(picloud_manager_core::auth_middleware::PrincipalCache::new());
let principal_cache = Arc::new(picloud_manager_core::auth_middleware::PrincipalCache::new());
let auth_state = AuthState {
users: auth.users.clone(),
sessions: auth.sessions.clone(),