From 9ebea5e1cacaf6e2553847f3f084f864771a16cb Mon Sep 17 00:00:00 2001 From: Daniel Jolly Date: Wed, 29 Nov 2023 12:50:09 -0500 Subject: [PATCH] Removed extra whitespace Signed-off-by: Daniel Jolly --- discovery/dns/dns.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discovery/dns/dns.go b/discovery/dns/dns.go index 7dd740a25..4838a8954 100644 --- a/discovery/dns/dns.go +++ b/discovery/dns/dns.go @@ -245,7 +245,7 @@ func (d *Discovery) refreshOne(ctx context.Context, name string, ch chan<- *targ dnsSrvRecordTargetLabel: dnsSrvRecordTarget, dnsSrvRecordPortLabel: dnsSrvRecordPort, dnsMxRecordTargetLabel: dnsMxRecordTarget, - dnsNsRecordTargetLabel: dnsNsRecordTarget, + dnsNsRecordTargetLabel: dnsNsRecordTarget, }) }