Skip to content

Commit 94adf13

Browse files
committed
Fix linter warnings in gce-compute.go
1 parent c024112 commit 94adf13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/gce-cloud-provider/compute/gce-compute.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ const (
4040
diskKind = "compute#disk"
4141
cryptoKeyVerDelimiter = "/cryptoKeyVersions"
4242
// Example message: "[pd-standard] features are not compatible for creating instance"
43-
pdDiskTypeUnsupportedPattern = `\[([a-z-]+)\] features are not compatible for creating instance`
43+
pdDiskTypeUnsupportedPattern = `\[([a-z-]+)\] features are not compatible for creating instance`
4444
)
4545

4646
var hyperdiskTypes = []string{"hyperdisk-extreme", "hyperdisk-throughput"}

0 commit comments

Comments
 (0)