Fix gofmt alignment in test file
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
parent
e84ecb1585
commit
a08f5f22f0
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue