فهرست منبع

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"`