style: code style

This commit is contained in:
2020-08-02 23:06:21 +08:00
parent 5ecf3335b4
commit 9bd386a3c7
4 changed files with 10 additions and 22 deletions

View File

@@ -1,9 +1,8 @@
use std::fs::File;
use sha1::Sha1;
use hmac::{ Hmac, Mac, };
use hmac::{ Hmac, Mac };
use reqwest::Response;
use rust_util::{
iff,
XResult,
new_box_ioerror,
util_time::get_current_secs,