From c477c7703ffe066207f2ae2b9ee0bf3ecedb7c53 Mon Sep 17 00:00:00 2001 From: Ivan Izaguirre Date: Sat, 23 Mar 2019 19:47:25 +0100 Subject: [PATCH] Fix format to comply with go1.11 rules Signed-off-by: Ivan Izaguirre --- exporter_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exporter_test.go b/exporter_test.go index cb31724..0ddc0c3 100644 --- a/exporter_test.go +++ b/exporter_test.go @@ -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 {