style(daemon): rustfmt reorder TotpEnrollment import alphabetically

This commit is contained in:
michael
2026-04-27 12:20:58 -07:00
parent 0d99498c26
commit 974514038f

View File

@@ -1,11 +1,11 @@
use crate::polkit::Polkit; use crate::polkit::Polkit;
use crate::state::AppState; use crate::state::AppState;
use authforge_common::policy::Policy; use authforge_common::policy::Policy;
#[cfg(feature = "totp")]
use authforge_common::types::TotpEnrollment;
use authforge_common::types::{ use authforge_common::types::{
Credential, PendingFlag, PendingStatus, PolicyApplyResult, RecoveryCodeSummary, Credential, PendingFlag, PendingStatus, PolicyApplyResult, RecoveryCodeSummary,
}; };
#[cfg(feature = "totp")]
use authforge_common::types::TotpEnrollment;
use std::sync::Arc; use std::sync::Arc;
pub struct AuthForge { pub struct AuthForge {