chore(fmt): rustfmt drift cleanup across misc crates

Pure formatter output — no semantic changes. Sweeping these into their
own commit so the FIPS integration diff that follows stays scoped to
the actual feature.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Dorian
2026-04-18 22:57:14 -04:00
co-authored by Claude Opus 4.7
parent 58e9754cf2
commit f04804ae25
10 changed files with 24 additions and 37 deletions
-1
View File
@@ -22,7 +22,6 @@ pub enum UserRole {
AppUser,
}
impl UserRole {
/// Check if this role allows a given RPC method.
pub fn can_access(&self, method: &str) -> bool {