mirror of
https://github.com/status-im/consul.git
synced 2025-01-22 11:40:06 +00:00
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…
x
Reference in New Issue
Block a user