From 3ee8df101967f53cc03c65fa00696ac405e8b105 Mon Sep 17 00:00:00 2001 From: Leonidas Vrachnis Date: Mon, 28 Nov 2022 15:40:24 +0100 Subject: [PATCH] chore: fmt --- services/stats/memstats/stats.go | 1 - 1 file changed, 1 deletion(-) diff --git a/services/stats/memstats/stats.go b/services/stats/memstats/stats.go index fe937c79286..d79b0b5b4bc 100644 --- a/services/stats/memstats/stats.go +++ b/services/stats/memstats/stats.go @@ -172,7 +172,6 @@ func WithNow(nowFn func() time.Time) Opts { } func New(opts ...Opts) *Store { - s := &Store{ byKey: make(map[string]*Measurement), now: time.Now,