mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-22 21:42:50 +02:00
all: Run modernize -fix ./...
This commit is contained in:
@@ -314,7 +314,7 @@ func TestTaxonomiesNextGenLoops(t *testing.T) {
|
||||
</ul>
|
||||
`)
|
||||
|
||||
for i := 0; i < 10; i++ {
|
||||
for i := range 10 {
|
||||
b.WithContent(fmt.Sprintf("page%d.md", i+1), `
|
||||
---
|
||||
Title: "Taxonomy!"
|
||||
|
Reference in New Issue
Block a user