re-format

This commit is contained in:
2020-05-02 23:53:43 +08:00
parent beed2f16ab
commit 13524bad10

View File

@@ -11,11 +11,11 @@ use rust_util::{
pub const DEFAULT_URL_VALID_IN_SECS: u64 = 1000; pub const DEFAULT_URL_VALID_IN_SECS: u64 = 1000;
pub const OSS_VERB_GET: &str = "GET"; pub const OSS_VERB_GET: &str = "GET";
pub const OSS_VERB_PUT: &str = "PUT"; pub const OSS_VERB_PUT: &str = "PUT";
pub const OSS_VERB_DELETE: &str = "DELETE"; pub const OSS_VERB_DELETE: &str = "DELETE";
const HTTP_SS: &str = "http://"; const HTTP_SS: &str = "http://";
const HTTPS_SS: &str = "https://"; const HTTPS_SS: &str = "https://";
const INTERNAL_DEFAULT_VALID_IN_SECS: u64 = 30; const INTERNAL_DEFAULT_VALID_IN_SECS: u64 = 30;