linter appeasement

This commit is contained in:
vilmibm 2020-09-14 11:05:26 -05:00
parent 2df6a6eb8c
commit e7ab1b753e

View file

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