From 3d2ee3c9b27ce1c940ef3659acc69393feced9dd Mon Sep 17 00:00:00 2001 From: Corey Johnson Date: Mon, 27 Apr 2020 10:07:47 -0700 Subject: [PATCH] fix whitespace --- command/root.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/command/root.go b/command/root.go index 84c421d46..c567394a7 100644 --- a/command/root.go +++ b/command/root.go @@ -257,7 +257,7 @@ func rootHelpFunc(command *cobra.Command, s []string) { $ gh pr checkout 321`}, {"LEARN MORE", ` Use "gh --help" for more information about a command. - Read the manual at `}, + Read the manual at `}, {"FEEDBACK", ` Fill out our feedback form Open an issue using “gh issue create -R cli/cli”`},