mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-26 22:04:32 +02:00
all: Run modernize -fix ./...
This commit is contained in:
@@ -634,7 +634,7 @@ func (b *sourceFilesystemsBuilder) createMainOverlayFs(p *paths.Paths) (*filesys
|
||||
|
||||
mounts := make([]mountsDescriptor, len(mods))
|
||||
|
||||
for i := 0; i < len(mods); i++ {
|
||||
for i := range mods {
|
||||
mod := mods[i]
|
||||
dir := mod.Dir()
|
||||
|
||||
|
Reference in New Issue
Block a user