Skip to content

Commit

Permalink
CSI-5718: fixing gofmt failure due to mix of spaces and tabs (now usi…
Browse files Browse the repository at this point in the history
…ng only tabs)
  • Loading branch information
kasserater committed Aug 1, 2024
1 parent 2b15a95 commit b4695b7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions node/pkg/driver/node.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ var (
{
Mode: csi.VolumeCapability_AccessMode_SINGLE_NODE_WRITER,
},
{
Mode: csi.VolumeCapability_AccessMode_MULTI_NODE_MULTI_WRITER,
},
{
Mode: csi.VolumeCapability_AccessMode_MULTI_NODE_MULTI_WRITER,
},
}

defaultFSType = "ext4"
Expand Down

0 comments on commit b4695b7

Please # to comment.