Run gofmt
This commit is contained in:
parent
7a6a04d805
commit
74cc88580e
2
repo.go
2
repo.go
@ -160,7 +160,7 @@ func pkgPrompt(options []string) ([]string, error) {
|
|||||||
return nil, err
|
return nil, err
|
||||||
}
|
}
|
||||||
|
|
||||||
out := make([]string, len(choices))
|
out := make([]string, len(choices))
|
||||||
for i, choiceIndex := range choices {
|
for i, choiceIndex := range choices {
|
||||||
out[i] = options[choiceIndex]
|
out[i] = options[choiceIndex]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user