]> git.proxmox.com Git - proxmox.git/blobdiff - proxmox-acme/src/eab.rs
tree-wide: run cargo fmt
[proxmox.git] / proxmox-acme / src / eab.rs
index 9d044f30146ddcf4de4ef2c875b09bcc16d069fa..f3221904e705ab1c453d6c507f03e1edd8c052c3 100644 (file)
@@ -14,7 +14,7 @@ struct Protected {
     kid: String,
 }
 
-#[cfg_attr(feature="api-types", proxmox_schema::api())]
+#[cfg_attr(feature = "api-types", proxmox_schema::api())]
 /// External Account Bindings
 #[derive(Debug, Serialize, Deserialize, Clone, PartialEq)]
 #[serde(rename_all = "camelCase")]