فهرست منبع

Merge pull request #8811 from gyuho/fmt

store/stats.go: fix gofmt warnings
Gyu-Ho Lee 8 سال پیش
والد
کامیت
b65435b86d
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"`