mirror of
https://github.com/gohugoio/hugo.git
synced 2025-09-01 22:42:45 +02:00
all: Run modernize -fix ./...
This commit is contained in:
@@ -52,7 +52,7 @@ Desc: {{ sort (sort $values "b" "desc") "a" "desc" }}
|
||||
|
||||
`
|
||||
|
||||
for i := 0; i < 4; i++ {
|
||||
for range 4 {
|
||||
|
||||
b := hugolib.NewIntegrationTestBuilder(
|
||||
hugolib.IntegrationTestConfig{
|
||||
@@ -122,7 +122,7 @@ func TestAppendNilsToSliceWithNils(t *testing.T) {
|
||||
|
||||
`
|
||||
|
||||
for i := 0; i < 4; i++ {
|
||||
for range 4 {
|
||||
|
||||
b := hugolib.NewIntegrationTestBuilder(
|
||||
hugolib.IntegrationTestConfig{
|
||||
|
Reference in New Issue
Block a user