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:
parent
2009d8de41
commit
391822f9ce
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user