mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-13 20:24:00 +02:00
all: Run modernize -fix ./...
This commit is contained in:
@@ -332,7 +332,7 @@ func TestDefaultConfigProvider(t *testing.T) {
|
||||
return nil
|
||||
}
|
||||
|
||||
for i := 0; i < 20; i++ {
|
||||
for i := range 20 {
|
||||
i := i
|
||||
r.Run(func() error {
|
||||
const v = 42
|
||||
|
Reference in New Issue
Block a user