We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41382a5 commit b3266d9Copy full SHA for b3266d9
1 file changed
pkg/cmd/gist/list/list.go
@@ -77,7 +77,7 @@ func listRun(opts *ListOptions) error {
77
78
for _, gist := range gists {
79
fileCount := 0
80
- for _, _ = range gist.Files {
+ for range gist.Files {
81
fileCount++
82
}
83
0 commit comments