Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 71eef9a

Browse files
committedApr 3, 2025
Ran hack/update-gofmt.sh
1 parent a71d883 commit 71eef9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎pkg/nodelabels/verifier.go

+1-1
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)
Please sign in to comment.