Skip to content

Commit b4695b7

Browse files
committed
CSI-5718: fixing gofmt failure due to mix of spaces and tabs (now using only tabs)
1 parent 2b15a95 commit b4695b7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

node/pkg/driver/node.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ var (
4747
{
4848
Mode: csi.VolumeCapability_AccessMode_SINGLE_NODE_WRITER,
4949
},
50-
{
51-
Mode: csi.VolumeCapability_AccessMode_MULTI_NODE_MULTI_WRITER,
52-
},
50+
{
51+
Mode: csi.VolumeCapability_AccessMode_MULTI_NODE_MULTI_WRITER,
52+
},
5353
}
5454

5555
defaultFSType = "ext4"

0 commit comments

Comments
 (0)