Fix format to comply with go1.11 rules

Signed-off-by: Ivan Izaguirre <ivanizag@gmail.com>
This commit is contained in:
Ivan Izaguirre 2019-03-23 19:47:25 +01:00
parent 1c71191aaf
commit c477c7703f

View file

@ -199,7 +199,7 @@ func TestEscapeMetricName(t *testing.T) {
"with😱emoji": "with_emoji",
"with.*.multiple": "with___multiple",
"test.web-server.foo.bar": "test_web_server_foo_bar",
"": "",
"": "",
}
for in, want := range scenarios {