]> git.proxmox.com Git - proxmox-backup.git/commitdiff
restore daemon: rust format
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 23 Jul 2021 06:26:10 +0000 (08:26 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 23 Jul 2021 06:26:10 +0000 (08:26 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
src/bin/proxmox-restore-daemon.rs

index f97bef36c63964699876f20df99a4be6e2534bc3..f2d455d3cd61c7e6a399f252ec095905e9d35c76 100644 (file)
@@ -1,7 +1,7 @@
 ///! Daemon binary to run inside a micro-VM for secure single file restore of disk images
 use anyhow::{bail, format_err, Error};
 use lazy_static::lazy_static;
-use log::{info, error};
+use log::{error, info};
 
 use std::os::unix::{
     io::{FromRawFd, RawFd},