mirror of
https://git.proxmox.com/git/proxmox-backup
synced 2025-10-04 13:57:45 +00:00
fmt: fix intendation in api macro
Signed-off-by: Stefan Lendl <s.lendl@proxmox.com> Reviewed-by: Lukas Wagner <l.wagner@proxmox.com> Tested-by: Folke Gleumes <f.gleumes@proxmox.com> Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
405ad7c825
commit
4794006f81
@ -227,9 +227,9 @@ pub fn read_interface(iface: String) -> Result<Value, Error> {
|
|||||||
optional: true,
|
optional: true,
|
||||||
},
|
},
|
||||||
bridge_vlan_aware: {
|
bridge_vlan_aware: {
|
||||||
description: "Enable bridge vlan support.",
|
description: "Enable bridge vlan support.",
|
||||||
type: bool,
|
type: bool,
|
||||||
optional: true,
|
optional: true,
|
||||||
},
|
},
|
||||||
bond_mode: {
|
bond_mode: {
|
||||||
type: LinuxBondMode,
|
type: LinuxBondMode,
|
||||||
@ -503,9 +503,9 @@ pub enum DeletableProperty {
|
|||||||
optional: true,
|
optional: true,
|
||||||
},
|
},
|
||||||
bridge_vlan_aware: {
|
bridge_vlan_aware: {
|
||||||
description: "Enable bridge vlan support.",
|
description: "Enable bridge vlan support.",
|
||||||
type: bool,
|
type: bool,
|
||||||
optional: true,
|
optional: true,
|
||||||
},
|
},
|
||||||
bond_mode: {
|
bond_mode: {
|
||||||
type: LinuxBondMode,
|
type: LinuxBondMode,
|
||||||
|
Loading…
Reference in New Issue
Block a user