all: gofmt -w -s (#15419)
This commit is contained in:
committed by
Felix Lange
parent
bfdc0fa362
commit
9619a61024
@ -290,7 +290,7 @@ func TestSubscriptionMultipleNamespaces(t *testing.T) {
|
||||
|
||||
for {
|
||||
done := true
|
||||
for id, _ := range count {
|
||||
for id := range count {
|
||||
if count, found := count[id]; !found || count < (2*n) {
|
||||
done = false
|
||||
}
|
||||
|
Reference in New Issue
Block a user