mirror of
https://github.com/coredns/coredns.git
synced 2025-10-27 08:14:18 -04:00
fix: missing intrange lint fix (#7333)
Missed in #7323 Signed-off-by: Ville Vesilehto <ville@vesilehto.fi>
This commit is contained in:
@@ -70,7 +70,7 @@ func BenchmarkAutoPath(b *testing.B) {
|
||||
b.ReportAllocs()
|
||||
b.ResetTimer()
|
||||
|
||||
for i := 0; i < b.N; i++ {
|
||||
for range b.N {
|
||||
result := k.AutoPath(state)
|
||||
_ = result
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user