From 0653a5a09ce068d39c8472a0a460803bdccdb1ca Mon Sep 17 00:00:00 2001 From: ANKDDEV Date: Fri, 6 Dec 2024 20:04:15 +0300 Subject: [PATCH] style: reformat files --- pkg/cmd/browse/browse.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkg/cmd/browse/browse.go b/pkg/cmd/browse/browse.go index ec1e99540..2251dc629 100644 --- a/pkg/cmd/browse/browse.go +++ b/pkg/cmd/browse/browse.go @@ -60,7 +60,7 @@ func NewCmdBrowse(f *cmdutil.Factory, runF func(*BrowseOptions) error) *cobra.Co cmd := &cobra.Command{ Short: "Open repositories, issues, pull requests, and more in the browser", - Long: heredoc.Doc(` + Long: heredoc.Doc(` Transition from the terminal to the web browser to view and interact with: - Issues @@ -69,8 +69,8 @@ func NewCmdBrowse(f *cmdutil.Factory, runF func(*BrowseOptions) error) *cobra.Co - Repository profile - Repository settings `), - Use: "browse [ | | ]", - Args: cobra.MaximumNArgs(1), + Use: "browse [ | | ]", + Args: cobra.MaximumNArgs(1), Example: heredoc.Doc(` $ gh browse #=> Open the home page of the current repository