From 456a4934f0dfe4463f61f532ba5e4a40f8310485 Mon Sep 17 00:00:00 2001 From: James Phillips Date: Fri, 12 Aug 2016 17:26:23 -0700 Subject: [PATCH] Runs `go fmt`. --- command/agent/dns.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/command/agent/dns.go b/command/agent/dns.go index 26ff492d3b..3755bc0502 100644 --- a/command/agent/dns.go +++ b/command/agent/dns.go @@ -744,7 +744,7 @@ RPC: // Add various responses depending on the request. qType := req.Question[0].Qtype -if qType == dns.TypeSRV { + if qType == dns.TypeSRV { d.serviceSRVRecords(out.Datacenter, out.Nodes, req, resp, ttl) } else { d.serviceNodeRecords(out.Datacenter, out.Nodes, req, resp, ttl)