update use
This commit is contained in:
@@ -10,10 +10,7 @@ use std::{
|
||||
BufWriter,
|
||||
},
|
||||
};
|
||||
use rust_util::{
|
||||
XResult,
|
||||
new_box_error,
|
||||
};
|
||||
use rust_util::{ XResult, new_box_error, };
|
||||
use openpgp::{
|
||||
types::KeyFlags,
|
||||
TPK,
|
||||
@@ -25,10 +22,7 @@ use openpgp::{
|
||||
LiteralWriter,
|
||||
},
|
||||
};
|
||||
use indicatif::{
|
||||
ProgressBar,
|
||||
ProgressStyle
|
||||
};
|
||||
use indicatif::{ ProgressBar, ProgressStyle, };
|
||||
|
||||
const BUFF_SIZE: usize = 512 * 1024;
|
||||
const PB_PROGRESS: &str = "#-";
|
||||
|
||||
Reference in New Issue
Block a user