Procházet zdrojové kódy

Merge pull request #8811 from gyuho/fmt

store/stats.go: fix gofmt warnings
Gyu-Ho Lee před 8 roky
rodič
revize
b65435b86d
1 změnil soubory, kde provedl 0 přidání a 1 odebrání
  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"`