Skip to content

Commit

Permalink
Update multiSelectList.go
Browse files Browse the repository at this point in the history
  • Loading branch information
liamg committed Mar 30, 2023
1 parent 6631224 commit 39f605d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion prompt/multiSelectList.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ func ChooseFromMultiList(message string, options []string, colourOverrides ...st
if len(options) == 0 {
return nil, nil, ErrNoOptionsProvided
}
sort.Strings(options)
var items []*listItem
colours := []string{"lightblue", "lightgreen", "lightyellow", "white"}
if len(colourOverrides) > 0 {
Expand Down

0 comments on commit 39f605d

Please sign in to comment.