run rustfmt

With rust 2024 edition.

Signed-off-by: Maximiliano Sandoval <m.sandoval@proxmox.com>
This commit is contained in:
Maximiliano Sandoval 2025-03-10 11:22:11 +01:00 committed by Fabian Grünbichler
parent 2155483906
commit 40f0d9e048

View File

@ -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";