Skip to content

Commit

Permalink
Fix golint issue (#3398)
Browse files Browse the repository at this point in the history
Signed-off-by: Hu Shuai <[email protected]>
  • Loading branch information
hs0210 authored Nov 19, 2021
1 parent 4d967d0 commit c497f6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/storage/memory/sampling.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import (
"github.com/jaegertracing/jaeger/cmd/collector/app/sampling/model"
)

// SamplingStroe is an in-memory store for sampling data
// SamplingStore is an in-memory store for sampling data
type SamplingStore struct {
sync.RWMutex
throughputs []*storedThroughput
Expand Down

0 comments on commit c497f6d

Please sign in to comment.