lint fixes
This commit is contained in:
parent
7b3a83157d
commit
32901084bd
1 changed files with 1 additions and 1 deletions
|
|
@ -464,7 +464,7 @@ func SelectRun(p prompter.Prompter, cs *iostreams.ColorScheme, runs []Run) (stri
|
|||
return fmt.Sprintf("%d", runs[selected].ID), nil
|
||||
}
|
||||
|
||||
// Deprecated: use SelectRun
|
||||
// TODO: this should be deprecated in favor of SelectRun
|
||||
func PromptForRun(cs *iostreams.ColorScheme, runs []Run) (string, error) {
|
||||
var selected int
|
||||
now := time.Now()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue