Skip to content

Commit 4dde087

Browse files
committed
Fix linter
1 parent 3d9bd69 commit 4dde087

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkg/cmd/search/search.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
package search
22

33
import (
4+
"github.com/MakeNowJust/heredoc"
45
"github.com/cli/cli/v2/pkg/cmdutil"
56
"github.com/spf13/cobra"
6-
"github.com/MakeNowJust/heredoc"
77

88
searchCodeCmd "github.com/cli/cli/v2/pkg/cmd/search/code"
99
searchCommitsCmd "github.com/cli/cli/v2/pkg/cmd/search/commits"
@@ -16,7 +16,7 @@ func NewCmdSearch(f *cmdutil.Factory) *cobra.Command {
1616
cmd := &cobra.Command{
1717
Use: "search <command>",
1818
Short: "Search for repositories, issues, and pull requests",
19-
Long: heredoc.Docf(`
19+
Long: heredoc.Docf(`
2020
Search across all of GitHub.
2121
2222
Excluding search results that match a qualifier

0 commit comments

Comments
 (0)