tree-wide: run cargo fmt

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2023-11-27 15:37:35 +01:00
parent b01c0f572b
commit d10394fc66
2 changed files with 1 additions and 3 deletions

View File

@ -147,7 +147,6 @@ pub struct InfluxDbHttp {
pub comment: Option<String>,
}
#[api]
#[derive(Copy, Clone, Deserialize, Serialize, PartialEq, Eq, PartialOrd, Ord)]
/// Type of the metric server

View File

@ -1,9 +1,8 @@
use serde::{Deserialize, Serialize};
use proxmox_schema::*;
use serde::{Deserialize, Serialize};
use crate::StorageStatus;
#[api]
#[derive(Serialize, Deserialize, Default)]
#[serde(rename_all = "kebab-case")]