Skip to content

Commit 3a21dfa

Browse files
committed
lint fix
1 parent 69db6fc commit 3a21dfa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkg/cmd/repo/rename/rename.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ import (
1717
)
1818

1919
type RenameOptions struct {
20-
HttpClient func() (*http.Client, error)
21-
IO *iostreams.IOStreams
22-
Config func() (config.Config, error)
20+
HttpClient func() (*http.Client, error)
21+
IO *iostreams.IOStreams
22+
Config func() (config.Config, error)
2323
oldRepoSelector string
2424
newRepoSelector string
2525
}

0 commit comments

Comments
 (0)