chore: style fixes from go fix (#10846)
Just `go fix ./...` Signed-off-by: Jakob Borg <jakob@kastelo.net>
This commit is contained in:
@@ -275,7 +275,6 @@ loop:
|
||||
continue
|
||||
}
|
||||
for _, igd := range igds {
|
||||
igd := igd // Copy before sending pointer to the channel.
|
||||
select {
|
||||
case results <- &igd:
|
||||
case <-ctx.Done():
|
||||
|
||||
Reference in New Issue
Block a user