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
commit b65435b86d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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