Merge pull request #8811 from gyuho/fmt

store/stats.go: fix gofmt warnings
This commit is contained in:
Gyu-Ho Lee
2017-11-02 14:19:50 -07:00
committed by GitHub

View File

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