From 346dd1da269ddce545b1d43e9de3aa65d19e25b9 Mon Sep 17 00:00:00 2001 From: Chase Hutchins Date: Thu, 24 Jan 2019 14:02:26 -0700 Subject: [PATCH] undo fmt --- 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")