]> git.proxmox.com Git - proxmox-backup.git/blobdiff - tests/blob_writer.rs
update to first proxmox crate split
[proxmox-backup.git] / tests / blob_writer.rs
index a20c097243da58db7753296f5b460d31e193258b..344d9808575111bf9066403d23bba6bedd092e71 100644 (file)
@@ -1,7 +1,8 @@
-use anyhow::{bail, Error};
 use std::sync::Arc;
 use std::io::Cursor;
 use std::io::{Read, Write, Seek, SeekFrom };
+
+use anyhow::{bail, Error};
 use lazy_static::lazy_static;
 
 use pbs_tools::crypt_config::CryptConfig;