Commit 92b02275 authored by coredns[bot]'s avatar coredns[bot]

auto go fmt

Signed-off-by: default avatarcoredns[bot] <bot@bot.coredns.io>
parent 4c0eacb6
...@@ -62,7 +62,7 @@ func roundRobinShuffle(records []dns.RR) { ...@@ -62,7 +62,7 @@ func roundRobinShuffle(records []dns.RR) {
} }
default: default:
for j := 0; j < l; j++ { for j := 0; j < l; j++ {
p := j + (int(dns.Id()) % (l-j)) p := j + (int(dns.Id()) % (l - j))
if j == p { if j == p {
continue continue
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment