mirror of
https://github.com/prometheus/statsd_exporter.git
synced 2025-02-16 23:55:15 +00:00
Fix format to comply with go1.11 rules
Signed-off-by: Ivan Izaguirre <ivanizag@gmail.com>
This commit is contained in:
parent
1c71191aaf
commit
c477c7703f
1 changed files with 1 additions and 1 deletions
|
@ -199,7 +199,7 @@ func TestEscapeMetricName(t *testing.T) {
|
||||||
"with😱emoji": "with_emoji",
|
"with😱emoji": "with_emoji",
|
||||||
"with.*.multiple": "with___multiple",
|
"with.*.multiple": "with___multiple",
|
||||||
"test.web-server.foo.bar": "test_web_server_foo_bar",
|
"test.web-server.foo.bar": "test_web_server_foo_bar",
|
||||||
"": "",
|
"": "",
|
||||||
}
|
}
|
||||||
|
|
||||||
for in, want := range scenarios {
|
for in, want := range scenarios {
|
||||||
|
|
Loading…
Reference in a new issue