From a340ca4ba611ac0f8c2dd88a6ecfeb55ee0ac269 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9ssica=20Lins?= Date: Fri, 21 Oct 2022 17:23:15 +0200 Subject: [PATCH] Run make format MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jéssica Lins --- examples/simple/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/simple/main.go b/examples/simple/main.go index e2c0310bc..1d82e74eb 100644 --- a/examples/simple/main.go +++ b/examples/simple/main.go @@ -18,7 +18,7 @@ import ( "flag" "log" "net/http" - + "github.com/prometheus/client_golang/prometheus" "github.com/prometheus/client_golang/prometheus/promhttp" )