From 73be3ed0ca93119a18e650909ab8f13635966b89 Mon Sep 17 00:00:00 2001 From: zy Date: Tue, 19 Mar 2019 04:07:58 +0800 Subject: [PATCH] format import style (#7383) --- cmd/storage-rest-server.go | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/cmd/storage-rest-server.go b/cmd/storage-rest-server.go index 8cf6b4eb9..0eb180008 100644 --- a/cmd/storage-rest-server.go +++ b/cmd/storage-rest-server.go @@ -17,17 +17,14 @@ package cmd import ( + "encoding/gob" + "encoding/hex" "errors" "fmt" "io" + "net/http" "path" "strconv" - - "net/http" - - "encoding/gob" - "encoding/hex" - "time" "github.com/gorilla/mux"