mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-14 20:33:59 +02:00
all: Run modernize -fix ./...
This commit is contained in:
@@ -89,7 +89,7 @@ func ProcessingStatsTable(w io.Writer, stats ...*ProcessingStats) {
|
||||
|
||||
var data [][]string
|
||||
|
||||
for i := 0; i < len(stats); i++ {
|
||||
for i := range stats {
|
||||
stat := stats[i]
|
||||
names[i+1] = stat.Name
|
||||
|
||||
|
Reference in New Issue
Block a user