linter appeasement
This commit is contained in:
parent
ecfbaaa31c
commit
190d76abc5
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue