Fix golangci-lint issues

This commit is contained in:
Pim van Pelt
2025-06-16 23:36:36 +02:00
parent 4fdd0769a5
commit 6969e609c0
4 changed files with 7 additions and 9 deletions

View File

@ -142,10 +142,7 @@ func statsRoutine(period time.Duration, callback StatsCallback) {
}
// Wait for next tick
select {
case <-ticker.C:
continue
}
<-ticker.C
}
}