[pve-devel] [PATCH proxmox-mail-forward 2/2] run rustfmt
Maximiliano Sandoval
m.sandoval at proxmox.com
Mon Mar 10 11:22:11 CET 2025
With rust 2024 edition.
Signed-off-by: Maximiliano Sandoval <m.sandoval at proxmox.com>
---
src/main.rs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/main.rs b/src/main.rs
index 4662ffa..795b0f2 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -23,9 +23,9 @@ use std::path::Path;
use anyhow::Error;
+use proxmox_notify::Config;
use proxmox_notify::context::pbs::PBS_CONTEXT;
use proxmox_notify::context::pve::PVE_CONTEXT;
-use proxmox_notify::Config;
use proxmox_sys::fs;
const PVE_CFG_PATH: &str = "/etc/pve";
--
2.39.5
More information about the pve-devel
mailing list