5
0
mirror of git://git.proxmox.com/git/proxmox-backup.git synced 2025-01-06 13:18:00 +03:00

run cargo fmt

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
Fabian Grünbichler 2024-11-25 13:18:11 +01:00
parent 2009d8de41
commit 391822f9ce

View File

@ -1,5 +1,8 @@
use std::sync::LazyLock;
use std::{collections::{HashMap, HashSet}, path::Path};
use std::{
collections::{HashMap, HashSet},
path::Path,
};
use ::serde::{Deserialize, Serialize};
use anyhow::Error;