Skip to content

Commit

Permalink
fixed the go format issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
VamsiSiddu-7 committed Feb 23, 2023
1 parent 334bb46 commit b2228f9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pkg/drivers/powerflex.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@ const (

// CsiPrefixRenameSdc - String to rename SDC
CsiPrefixRenameSdc = "<X_CSI_RENAME_SDC_PREFIX>"


)

// PrecheckPowerFlex do input validation
Expand Down Expand Up @@ -222,7 +220,6 @@ func ModifyPowerflexCR(yamlString string, cr csmv1.ContainerStorageModule, fileT
renamesdcenable := ""
prefixrenamesdc := ""


switch fileType {
case "Node":
for _, env := range cr.Spec.Driver.Node.Envs {
Expand Down

0 comments on commit b2228f9

Please sign in to comment.