From 9382391c304384e06b6cd29f393361092077914b Mon Sep 17 00:00:00 2001 From: Gabriel Simmer Date: Wed, 24 Apr 2024 08:48:45 +0100 Subject: [PATCH] Formatting --- dnsmasq.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dnsmasq.go b/dnsmasq.go index 8586289..76c8082 100644 --- a/dnsmasq.go +++ b/dnsmasq.go @@ -23,8 +23,8 @@ import ( "github.com/google/dnsmasq_exporter/collector" "github.com/miekg/dns" "github.com/prometheus/client_golang/prometheus" - "github.com/prometheus/client_golang/prometheus/promhttp" "github.com/prometheus/client_golang/prometheus/collectors/version" + "github.com/prometheus/client_golang/prometheus/promhttp" ) var (