lint fixes

This commit is contained in:
Phillipp Bertram 2023-03-30 18:12:25 +02:00
parent 7b3a83157d
commit 32901084bd

View file

@ -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()