From 13524bad10dda2d67eadb1ad9a090e4ff3c3c704 Mon Sep 17 00:00:00 2001 From: Hatter Jiang Date: Sat, 2 May 2020 23:53:43 +0800 Subject: [PATCH] re-format --- src/oss_util.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/oss_util.rs b/src/oss_util.rs index 190b25d..a612cc7 100644 --- a/src/oss_util.rs +++ b/src/oss_util.rs @@ -11,11 +11,11 @@ use rust_util::{ pub const DEFAULT_URL_VALID_IN_SECS: u64 = 1000; -pub const OSS_VERB_GET: &str = "GET"; -pub const OSS_VERB_PUT: &str = "PUT"; +pub const OSS_VERB_GET: &str = "GET"; +pub const OSS_VERB_PUT: &str = "PUT"; pub const OSS_VERB_DELETE: &str = "DELETE"; -const HTTP_SS: &str = "http://"; +const HTTP_SS: &str = "http://"; const HTTPS_SS: &str = "https://"; const INTERNAL_DEFAULT_VALID_IN_SECS: u64 = 30;