forked from Proxmox/proxmox
auth-api: rustfmt
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
fc75d98cb3
commit
9c95b4d66e
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user