From 40f0d9e0482cd48553d5c42535e1c283eac8999c Mon Sep 17 00:00:00 2001 From: Maximiliano Sandoval Date: Mon, 10 Mar 2025 11:22:11 +0100 Subject: [PATCH] run rustfmt With rust 2024 edition. Signed-off-by: Maximiliano Sandoval --- 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";