auth-api: rustfmt

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2024-05-22 15:41:56 +02:00
parent fc75d98cb3
commit 9c95b4d66e

View File

@ -22,7 +22,7 @@ pub use api::set_auth_context;
mod auth_key;
#[cfg(any(feature = "api", feature = "ticket"))]
pub use auth_key::{Keyring, PrivateKey, PublicKey, HMACKey};
pub use auth_key::{HMACKey, Keyring, PrivateKey, PublicKey};
#[cfg(feature = "ticket")]
pub mod ticket;