Skip to content

Commit 99c4619

Browse files
author
Stephen Schmitt
committed
Fixes gofmt
1 parent 119875e commit 99c4619

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/tests/single_zone_e2e_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -593,7 +593,7 @@ var _ = Describe("GCE PD CSI Driver", func() {
593593
},
594594
},
595595
[]*csi.VolumeCapability{
596-
&csi.VolumeCapability{
596+
{
597597
AccessType: &csi.VolumeCapability_Block{
598598
Block: &csi.VolumeCapability_BlockVolume{},
599599
},

0 commit comments

Comments
 (0)