Skip to content

Commit

Permalink
lint fix for unused param
Browse files Browse the repository at this point in the history
  • Loading branch information
andrzejWilde committed Apr 17, 2020
1 parent 4bdae9b commit b8e2446
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/ctl/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ func Command() *cobra.Command {
return versionCmd
}

func doVersion(cmd *cobra.Command, params *versionCmdParams) error {
func doVersion(_ *cobra.Command, params *versionCmdParams) error {
var (
clusterInfo *connect.ClusterInfo
err error
Expand Down

0 comments on commit b8e2446

Please sign in to comment.