ソースを参照

store/stats.go: fix gofmt warnings

Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
Gyu-Ho Lee 8 年 前
コミット
f6ca686882
1 ファイル変更0 行追加1 行削除
  1. 0 1
      store/stats.go

+ 0 - 1
store/stats.go

@@ -38,7 +38,6 @@ const (
 )
 
 type Stats struct {
-
 	// Number of get requests
 
 	GetSuccess uint64 `json:"getsSuccess"`