restore daemon: rust format

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2021-07-23 08:26:10 +02:00
parent 1ea3f23f7e
commit cc99866ea3
1 changed files with 1 additions and 1 deletions

View 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},