mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-15 20:44:01 +02:00
all: Run modernize -fix ./...
This commit is contained in:
@@ -78,7 +78,7 @@ func (s *Site) renderPages(ctx *siteRenderContext) error {
|
||||
|
||||
wg := &sync.WaitGroup{}
|
||||
|
||||
for i := 0; i < numWorkers; i++ {
|
||||
for range numWorkers {
|
||||
wg.Add(1)
|
||||
go pageRenderer(ctx, s, pages, results, wg)
|
||||
}
|
||||
|
Reference in New Issue
Block a user