mirror of
https://github.com/coredns/coredns.git
synced 2025-10-28 00:34:24 -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.ReportAllocs()
|
||||||
b.ResetTimer()
|
b.ResetTimer()
|
||||||
|
|
||||||
for i := 0; i < b.N; i++ {
|
for range b.N {
|
||||||
result := k.AutoPath(state)
|
result := k.AutoPath(state)
|
||||||
_ = result
|
_ = result
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user