lint fix
This commit is contained in:
parent
69db6fca25
commit
3a21dfa1c5
1 changed files with 3 additions and 3 deletions
|
|
@ -17,9 +17,9 @@ import (
|
|||
)
|
||||
|
||||
type RenameOptions struct {
|
||||
HttpClient func() (*http.Client, error)
|
||||
IO *iostreams.IOStreams
|
||||
Config func() (config.Config, error)
|
||||
HttpClient func() (*http.Client, error)
|
||||
IO *iostreams.IOStreams
|
||||
Config func() (config.Config, error)
|
||||
oldRepoSelector string
|
||||
newRepoSelector string
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue