remove nl

This commit is contained in:
Cody Lee
2023-07-31 16:16:48 -05:00
parent ffb8579369
commit 11142c0209

View File

@@ -24,7 +24,6 @@ type mockValue struct {
// metrics as expected with the correct types
type mockStatsd struct {
sync.RWMutex
gauges map[string]mockValue
counts map[string]mockValue
histograms map[string]mockValue