Skip to content

Commit 83969d9

Browse files
committed
Ran hack/update-gofmt.sh
1 parent 17b9313 commit 83969d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/nodelabels/verifier.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ func allNodesHaveDiskSupportLabel(nodes []*corev1.Node) bool {
7676

7777
func nodeHasDiskSupportLabel(node *corev1.Node) bool {
7878
labels := node.GetLabels()
79-
for key, _ := range labels {
79+
for key := range labels {
8080
if isNonZoneGKETopologyLabel(key) {
8181
return true
8282
}

0 commit comments

Comments
 (0)