Skip to content

Commit f3a9051

Browse files
committed
Fix linter warnings in gce-compute.go
1 parent 6a3d0ac commit f3a9051

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 pdDiskTypeUnsupportedRegex = regexp.MustCompile(pdDiskTypeUnsupportedPattern)

0 commit comments

Comments
 (0)