mirror of https://github.com/status-im/consul.git
Runs `go fmt`.
This commit is contained in:
parent
a53c6a38e2
commit
456a4934f0
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue