style(daemon): rustfmt reorder TotpEnrollment import alphabetically
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
use crate::polkit::Polkit;
|
||||
use crate::state::AppState;
|
||||
use authforge_common::policy::Policy;
|
||||
#[cfg(feature = "totp")]
|
||||
use authforge_common::types::TotpEnrollment;
|
||||
use authforge_common::types::{
|
||||
Credential, PendingFlag, PendingStatus, PolicyApplyResult, RecoveryCodeSummary,
|
||||
};
|
||||
#[cfg(feature = "totp")]
|
||||
use authforge_common::types::TotpEnrollment;
|
||||
use std::sync::Arc;
|
||||
|
||||
pub struct AuthForge {
|
||||
|
||||
Reference in New Issue
Block a user