Skip to content

Commit 7a772b2

Browse files
committed
fix gofmt test
1 parent fcace5b commit 7a772b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cluster-autoscaler/cloudprovider/scaleway/scaleway_node_group_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -504,7 +504,7 @@ func TestNodeGroup_TemplateNodeInfo(t *testing.T) {
504504
"pods": 110,
505505
},
506506
Labels: map[string]string{
507-
"kubernetes.io/hostname": "test-node",
507+
"kubernetes.io/hostname": "test-node",
508508
"node.kubernetes.io/instance-type": "DEV1-M",
509509
},
510510
Taints: map[string]string{

0 commit comments

Comments
 (0)