linter appeasement

This commit is contained in:
vilmibm 2020-09-14 11:08:32 -05:00
parent ecfbaaa31c
commit 190d76abc5

View file

@ -83,7 +83,7 @@ func editRun(opts *EditOptions) error {
for {
filename := opts.Filename
candidates := []string{}
for filename, _ := range gist.Files {
for filename := range gist.Files {
candidates = append(candidates, filename)
}