cargo fmt

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2023-03-27 15:03:02 +02:00
parent a1a9fdd8b8
commit 20ecaad13b
2 changed files with 2 additions and 2 deletions

View File

@ -19,8 +19,8 @@ use proxmox_router::{
RpcEnvironment, SubdirMap,
};
use proxmox_schema::*;
use proxmox_sys::fs::read_subdir;
use proxmox_sortable_macro::sortable;
use proxmox_sys::fs::read_subdir;
use pbs_api_types::file_restore::{FileRestoreFormat, RestoreDaemonStatus};
use pbs_client::pxar::{create_archive, Flags, PxarCreateOptions, ENCODER_MAX_ENTRIES};

View File

@ -22,10 +22,10 @@ use proxmox_router::{
Router, RpcEnvironment, RpcEnvironmentType, SubdirMap,
};
use proxmox_schema::*;
use proxmox_sortable_macro::sortable;
use proxmox_sys::fs::{
file_read_firstline, file_read_optional_string, replace_file, CreateOptions,
};
use proxmox_sortable_macro::sortable;
use proxmox_sys::{task_log, task_warn};
use pxar::accessor::aio::Accessor;