Run gofmt

This commit is contained in:
Elara 2022-09-27 19:14:04 -07:00
parent b472181b4c
commit 5bfde27347
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]
}