From 2cbbc018e743696cfc38565b29be1bf2c38676d1 Mon Sep 17 00:00:00 2001 From: Efrat19 Date: Sun, 6 Oct 2019 21:56:22 +0300 Subject: [PATCH] remove trailing whitespace Signed-off-by: Efrat19 --- cmd/helm/plugin_list.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/helm/plugin_list.go b/cmd/helm/plugin_list.go index eb1cc88ef..650489618 100644 --- a/cmd/helm/plugin_list.go +++ b/cmd/helm/plugin_list.go @@ -25,7 +25,7 @@ import ( func newPluginListCmd(out io.Writer) *cobra.Command { cmd := &cobra.Command{ - Use: "list", + Use: "list", Aliases: []string{"ls"}, Short: "list installed Helm plugins", RunE: func(cmd *cobra.Command, args []string) error {