From: Gabriel Goller <[email protected]>

Run cargo fmt.

Signed-off-by: Gabriel Goller <[email protected]>
Signed-off-by: Stefan Hanreich <[email protected]>
---
 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


_______________________________________________
pve-devel mailing list
[email protected]
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Reply via email to