Explorar el Código

store/stats.go: fix gofmt warnings

Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
Gyu-Ho Lee hace 8 años
padre
commit
f6ca686882
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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"`