style: code style
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user