From 9c95b4d66ec1387354860d1ba6470e6f1fdf45b2 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Wed, 22 May 2024 15:41:56 +0200 Subject: [PATCH] auth-api: rustfmt Signed-off-by: Wolfgang Bumiller --- proxmox-auth-api/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxmox-auth-api/src/lib.rs b/proxmox-auth-api/src/lib.rs index 332dffc1..dc4add3f 100644 --- a/proxmox-auth-api/src/lib.rs +++ b/proxmox-auth-api/src/lib.rs @@ -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;