From f6ca686882a89941e319c4122d77cbb06f4981a6 Mon Sep 17 00:00:00 2001 From: Gyu-Ho Lee Date: Thu, 2 Nov 2017 14:18:00 -0700 Subject: [PATCH] store/stats.go: fix gofmt warnings Signed-off-by: Gyu-Ho Lee --- store/stats.go | 1 - 1 file changed, 1 deletion(-) diff --git a/store/stats.go b/store/stats.go index 59b45f2b8..ce464dda6 100644 --- a/store/stats.go +++ b/store/stats.go @@ -38,7 +38,6 @@ const ( ) type Stats struct { - // Number of get requests GetSuccess uint64 `json:"getsSuccess"`