cargo fmt
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
a1a9fdd8b8
commit
20ecaad13b
@ -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};
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user