From 19367c645830aa22fb810ec13e4f7b39aeb47d43 Mon Sep 17 00:00:00 2001 From: Stuart Leitch Date: Wed, 21 Feb 2024 23:31:57 +0000 Subject: [PATCH] fixed whitespace --- pkg/cmd/search/prs/prs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/cmd/search/prs/prs.go b/pkg/cmd/search/prs/prs.go index 96620d1aa..c36e8590f 100644 --- a/pkg/cmd/search/prs/prs.go +++ b/pkg/cmd/search/prs/prs.go @@ -57,7 +57,7 @@ func NewCmdPrs(f *cmdutil.Factory, runF func(*shared.IssuesOptions) error) *cobr $ gh search prs -- -label:bug # search pull requests only from un-archived repositories (default is all repositories) - $ gh search prs --owner github --archived=false + $ gh search prs --owner github --archived=false `), RunE: func(c *cobra.Command, args []string) error { if len(args) == 0 && c.Flags().NFlag() == 0 {