Skip to content

Commit 4a46786

Browse files
author
vilmibm
committed
linter appeasement
1 parent f124b42 commit 4a46786

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/cmd/gist/list/list.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ func listRun(opts *ListOptions) error {
9696

9797
description := gist.Description
9898
if description == "" {
99-
for filename, _ := range gist.Files {
99+
for filename := range gist.Files {
100100
if !strings.HasPrefix(filename, "gistfile") {
101101
description = filename
102102
break

0 commit comments

Comments
 (0)