auto go fmt

Signed-off-by: coredns[bot] <bot@bot.coredns.io>
This commit is contained in:
coredns[bot]
2021-11-15 10:33:24 +00:00
parent 4c0eacb657
commit 92b0227592

View File

@@ -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
}