Run gofmt

This commit is contained in:
Elara 2022-09-27 19:14:04 -07:00
parent 7a6a04d805
commit 74cc88580e
1 changed files with 1 additions and 1 deletions

View File

@ -160,7 +160,7 @@ func pkgPrompt(options []string) ([]string, error) {
return nil, err
}
out := make([]string, len(choices))
out := make([]string, len(choices))
for i, choiceIndex := range choices {
out[i] = options[choiceIndex]
}