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) {
}
default:
for j := 0; j < l; j++ {
p := j + (int(dns.Id()) % (l-j))
p := j + (int(dns.Id()) % (l - j))
if j == p {
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