From 875c5ee04cdcc43776a0f7059a67316f1eb2242e Mon Sep 17 00:00:00 2001 From: Tim Reddehase Date: Wed, 26 Sep 2018 11:32:20 +0200 Subject: [PATCH] Revert "fix indentation in bash_completions_test." This reverts commit 6cd0ac304d644bfcbd0f305f8c8b2732197ae01f. --- 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 dd0fa52bca..94b965dac0 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")