From 74cc88580e9cad37e38d3e37cac907ea7437ece8 Mon Sep 17 00:00:00 2001 From: Arsen Musayelyan Date: Tue, 27 Sep 2022 19:14:04 -0700 Subject: [PATCH] Run gofmt --- repo.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repo.go b/repo.go index 0e53472..f08022c 100644 --- a/repo.go +++ b/repo.go @@ -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] }