Skip to content

Commit 48cf15d

Browse files
committed
NO-JIRA: changes suggested by fmt tool
1 parent 9a4da44 commit 48cf15d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/e2e/vsphere/multi-nic.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ var _ = Describe("[sig-cluster-lifecycle][OCPFeatureGate:VSphereMultiNetworks][p
212212
}
213213
}
214214

215-
for k, _ := range portGroups {
215+
for k := range portGroups {
216216
machinePortgroups = append(machinePortgroups, k)
217217
}
218218
})
@@ -264,7 +264,7 @@ var _ = Describe("[sig-cluster-lifecycle][OCPFeatureGate:VSphereMultiNetworks][p
264264
}
265265
}
266266

267-
for k, _ := range portGroups {
267+
for k := range portGroups {
268268
machinePortgroups = append(machinePortgroups, k)
269269
}
270270

0 commit comments

Comments
 (0)