fix linting

This commit is contained in:
Cody Lee
2025-12-03 11:40:21 -06:00
parent bc37996775
commit 6f4384c18d
14 changed files with 41 additions and 24 deletions

View File

@@ -63,6 +63,7 @@ func (r *Report) done() {
func (r *Report) send(m *metric) {
r.wg.Add(1)
r.ch <- m
}