[pve-devel] [PATCH proxmox-perl-rs 01/10] pve-rs: firewall: cargo: fmt
Stefan Hanreich
s.hanreich at proxmox.com
Thu Oct 30 16:48:16 CET 2025
From: Gabriel Goller <g.goller at proxmox.com>
Run cargo fmt.
Signed-off-by: Gabriel Goller <g.goller at proxmox.com>
Signed-off-by: Stefan Hanreich <s.hanreich at proxmox.com>
---
pve-rs/src/bindings/firewall/sdn.rs | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pve-rs/src/bindings/firewall/sdn.rs b/pve-rs/src/bindings/firewall/sdn.rs
index 4e8af7c..6a773cc 100644
--- a/pve-rs/src/bindings/firewall/sdn.rs
+++ b/pve-rs/src/bindings/firewall/sdn.rs
@@ -8,18 +8,18 @@ pub mod pve_rs_firewall_sdn {
use std::collections::HashMap;
use std::{fs, io};
- use anyhow::{bail, Context, Error};
+ use anyhow::{Context, Error, bail};
use serde::Serialize;
use proxmox_ve_config::{
common::Allowlist,
- firewall::types::ipset::{IpsetAddress, IpsetEntry},
firewall::types::Ipset,
+ firewall::types::ipset::{IpsetAddress, IpsetEntry},
guest::types::Vmid,
sdn::{
+ VnetName,
config::{RunningConfig, SdnConfig},
ipam::{Ipam, IpamJson},
- VnetName,
},
};
--
2.47.3
More information about the pve-devel
mailing list