Browse Source

Merge pull request #8811 from gyuho/fmt

store/stats.go: fix gofmt warnings
Gyu-Ho Lee 8 years ago
parent
commit
b65435b86d
1 changed files with 0 additions and 1 deletions
  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"`