Skip to content

Commit

Permalink
Remove extra space
Browse files Browse the repository at this point in the history
Signed-off-by: Nishant Mittal <[email protected]>
  • Loading branch information
nishantwrp committed Sep 7, 2022
1 parent ed34195 commit 931377d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mesheryctl/internal/cli/root/completion.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ var completionCmd = &cobra.Command{
Args: func(_ *cobra.Command, args []string) error {
const errMsg = `Usage: mesheryctl completion [bash|zsh|fish]`
if len(args) == 0 {
return fmt.Errorf("shell type not provided.\n\n %s", errMsg)
return fmt.Errorf("shell type not provided.\n\n%s", errMsg)
}
return nil
},
Expand Down

0 comments on commit 931377d

Please sign in to comment.