mirror of
https://git.proxmox.com/git/proxmox
synced 2025-08-13 19:45:20 +00:00
tree-wide: run cargo fmt
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
b01c0f572b
commit
d10394fc66
@ -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
|
||||
|
@ -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")]
|
||||
|
Loading…
Reference in New Issue
Block a user