From a08f5f22f03210699e551a8a909a74e46dba2556 Mon Sep 17 00:00:00 2001 From: Max Beizer Date: Mon, 13 Apr 2026 10:24:52 -0500 Subject: [PATCH] Fix gofmt alignment in test file Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- pkg/cmd/discussion/list/list_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/cmd/discussion/list/list_test.go b/pkg/cmd/discussion/list/list_test.go index 9404ac806..20702a2a5 100644 --- a/pkg/cmd/discussion/list/list_test.go +++ b/pkg/cmd/discussion/list/list_test.go @@ -484,8 +484,8 @@ func TestNewCmdList(t *testing.T) { ios, _, _, _ := iostreams.Test() f := &cmdutil.Factory{ IOStreams: ios, - Browser: &browser.Stub{}, - BaseRepo: func() (ghrepo.Interface, error) { return ghrepo.New("OWNER", "REPO"), nil }, + Browser: &browser.Stub{}, + BaseRepo: func() (ghrepo.Interface, error) { return ghrepo.New("OWNER", "REPO"), nil }, } var gotOpts *ListOptions