Skip to content

Commit f7ec49e

Browse files
committed
lint fix
1 parent c714ed6 commit f7ec49e

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

pkg/cmd/repo/rename/rename_test.go

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -69,13 +69,13 @@ func TestNewCmdRename(t *testing.T) {
6969
}
7070
}
7171

72-
func TestRenameRun(t *testing.T) {
72+
func TestRenameRun(t *testing.T) {
7373
testCases := []struct {
74-
name string
75-
opts RenameOptions
74+
name string
75+
opts RenameOptions
7676
httpStubs func(*httpmock.Registry)
7777
stdoutTTY bool
78-
wantOut string
78+
wantOut string
7979
}{
8080
{
8181
name: "owner repo change name tty",
@@ -138,7 +138,7 @@ func TestRenameRun(t *testing.T) {
138138
}
139139
tt.opts.HttpClient = func() (*http.Client, error) {
140140
return &http.Client{Transport: reg}, nil
141-
}
141+
}
142142

143143
io, _, stdout, _ := iostreams.Test()
144144
tt.opts.IO = io
@@ -152,5 +152,4 @@ func TestRenameRun(t *testing.T) {
152152
assert.Equal(t, tt.wantOut, stdout.String())
153153
})
154154
}
155-
156-
}
155+
}

0 commit comments

Comments
 (0)