mirror of
https://git.proxmox.com/git/proxmox
synced 2025-08-08 00:52:18 +00:00
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;
|
mod auth_key;
|
||||||
|
|
||||||
#[cfg(any(feature = "api", feature = "ticket"))]
|
#[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")]
|
#[cfg(feature = "ticket")]
|
||||||
pub mod ticket;
|
pub mod ticket;
|
||||||
|
Loading…
Reference in New Issue
Block a user