mirror of
https://git.proxmox.com/git/proxmox-backup
synced 2025-08-08 11:04:26 +00: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::sync::LazyLock;
|
||||||
use std::{collections::{HashMap, HashSet}, path::Path};
|
use std::{
|
||||||
|
collections::{HashMap, HashSet},
|
||||||
|
path::Path,
|
||||||
|
};
|
||||||
|
|
||||||
use ::serde::{Deserialize, Serialize};
|
use ::serde::{Deserialize, Serialize};
|
||||||
use anyhow::Error;
|
use anyhow::Error;
|
||||||
|
Loading…
Reference in New Issue
Block a user