Skip to content

Commit

Permalink
chore: fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
lvrach committed Nov 28, 2022
1 parent d755518 commit 3ee8df1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion services/stats/memstats/stats.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 3ee8df1

Please sign in to comment.