remove nl
This commit is contained in:
parent
ffb8579369
commit
11142c0209
|
|
@ -24,7 +24,6 @@ type mockValue struct {
|
||||||
// metrics as expected with the correct types
|
// metrics as expected with the correct types
|
||||||
type mockStatsd struct {
|
type mockStatsd struct {
|
||||||
sync.RWMutex
|
sync.RWMutex
|
||||||
|
|
||||||
gauges map[string]mockValue
|
gauges map[string]mockValue
|
||||||
counts map[string]mockValue
|
counts map[string]mockValue
|
||||||
histograms map[string]mockValue
|
histograms map[string]mockValue
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue