mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-05 11:51:16 -06:00
fix: linter issue
This commit is contained in:
committed by
Jörn Friedrich Dreyer
parent
9e1b80a1be
commit
7727c3ff1b
@@ -108,7 +108,7 @@ func NewPostprocessingService(ctx context.Context, logger log.Logger, sto store.
|
||||
func (pps *PostprocessingService) Run() error {
|
||||
wg := sync.WaitGroup{}
|
||||
|
||||
for i := 0; i < pps.c.Workers; i++ {
|
||||
for range pps.c.Workers {
|
||||
wg.Add(1)
|
||||
go func() {
|
||||
defer wg.Done()
|
||||
|
||||
Reference in New Issue
Block a user