style: code style

This commit is contained in:
2020-08-02 23:08:31 +08:00
parent 9bd386a3c7
commit 78dc5a228b
4 changed files with 4 additions and 17 deletions

View File

@@ -2,11 +2,7 @@ use std::fs::File;
use sha1::Sha1;
use hmac::{ Hmac, Mac };
use reqwest::Response;
use rust_util::{
XResult,
new_box_ioerror,
util_time::get_current_secs,
};
use rust_util::{ XResult, new_box_ioerror, util_time::get_current_secs };
pub const DEFAULT_URL_VALID_IN_SECS: u64 = 1000;