store/stats.go: fix gofmt warnings

Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
This commit is contained in:
Gyu-Ho Lee 2017-11-02 14:18:00 -07:00
parent ef0e8e17d9
commit f6ca686882

View File

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