mirror of
https://github.com/coredns/coredns.git
synced 2025-10-27 08:14:18 -04:00
goreport card fixes (#4139)
This fixes some inefassign as report by Go report card: https://goreportcard.com/report/github.com/coredns/coredns Signed-off-by: Miek Gieben <miek@miek.nl>
This commit is contained in:
@@ -140,7 +140,6 @@ receive:
|
||||
if len(rrs) > 0 {
|
||||
ch <- &dns.Envelope{RR: rrs}
|
||||
l += len(rrs)
|
||||
rrs = []dns.RR{}
|
||||
}
|
||||
|
||||
if soa != nil {
|
||||
|
||||
Reference in New Issue
Block a user