From 4dde0871bd6cd5207e54fa6c9183d5d52f53e81e Mon Sep 17 00:00:00 2001 From: Kynan Ware <47394200+BagToad@users.noreply.github.com> Date: Wed, 6 Aug 2025 10:32:46 -0600 Subject: [PATCH] Fix linter --- pkg/cmd/search/search.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/cmd/search/search.go b/pkg/cmd/search/search.go index 551faf1f2..2f435f14d 100644 --- a/pkg/cmd/search/search.go +++ b/pkg/cmd/search/search.go @@ -1,9 +1,9 @@ package search import ( + "github.com/MakeNowJust/heredoc" "github.com/cli/cli/v2/pkg/cmdutil" "github.com/spf13/cobra" - "github.com/MakeNowJust/heredoc" searchCodeCmd "github.com/cli/cli/v2/pkg/cmd/search/code" searchCommitsCmd "github.com/cli/cli/v2/pkg/cmd/search/commits" @@ -16,7 +16,7 @@ func NewCmdSearch(f *cmdutil.Factory) *cobra.Command { cmd := &cobra.Command{ Use: "search ", Short: "Search for repositories, issues, and pull requests", - Long: heredoc.Docf(` + Long: heredoc.Docf(` Search across all of GitHub. Excluding search results that match a qualifier