Skip to content

Commit

Permalink
Remove usgae of fmt.string in commands.go (#310)
Browse files Browse the repository at this point in the history
Signed-off-by: Sonia Singla <[email protected]>
  • Loading branch information
soniasingla authored May 26, 2021
1 parent ec935a0 commit 058d88f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions cmd/volume-manager/app/commands.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,14 @@ limitations under the License.
package app

import (
"fmt"

"github.com/openebs/api/v2/pkg/util"
"github.com/spf13/cobra"
"k8s.io/klog"
)

var (
cmdName = "cstor-volume-mgmt"
usage = fmt.Sprintf("%s", cmdName)
usage = cmdName
)

// NewCStorVolumeMgmt creates a new CStorVolume CRD watcher and grpc command.
Expand Down

0 comments on commit 058d88f

Please sign in to comment.