From f28371eea175d7e79f499b8010075a73d0b0e35e Mon Sep 17 00:00:00 2001 From: Harald Nordgren Date: Sun, 21 Oct 2018 15:50:12 +0200 Subject: [PATCH] Fix fmt failures --- bash_completions_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash_completions_test.go b/bash_completions_test.go index 94b965da..dd0fa52b 100644 --- a/bash_completions_test.go +++ b/bash_completions_test.go @@ -71,7 +71,7 @@ func TestBashCompletions(t *testing.T) { ArgAliases: []string{"pods", "nodes", "services", "replicationcontrollers", "po", "no", "svc", "rc"}, ValidArgs: []string{"pod", "node", "service", "replicationcontroller"}, BashCompletionFunction: bashCompletionFunc, - Run: emptyRun, + Run: emptyRun, } rootCmd.Flags().IntP("introot", "i", -1, "help message for flag introot") rootCmd.MarkFlagRequired("introot")