restore daemon: rust format
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
		| @ -1,7 +1,7 @@ | |||||||
| ///! Daemon binary to run inside a micro-VM for secure single file restore of disk images | ///! Daemon binary to run inside a micro-VM for secure single file restore of disk images | ||||||
| use anyhow::{bail, format_err, Error}; | use anyhow::{bail, format_err, Error}; | ||||||
| use lazy_static::lazy_static; | use lazy_static::lazy_static; | ||||||
| use log::{info, error}; | use log::{error, info}; | ||||||
|  |  | ||||||
| use std::os::unix::{ | use std::os::unix::{ | ||||||
|     io::{FromRawFd, RawFd}, |     io::{FromRawFd, RawFd}, | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user