Skip to content

Commit b3266d9

Browse files
committed
linter appeasement
1 parent 41382a5 commit b3266d9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/cmd/gist/list/list.go

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

7878
for _, gist := range gists {
7979
fileCount := 0
80-
for _, _ = range gist.Files {
80+
for range gist.Files {
8181
fileCount++
8282
}
8383

0 commit comments

Comments
 (0)