Skip to content

Commit

Permalink
Cleanup: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
dwasse committed Jul 8, 2024
1 parent ce386ec commit 89fdc50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/rfq/relayer/service/otel.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ func (o *otelRecorder) recordStatusCounts(_ context.Context, observer metric.Obs
return nil

Check warning on line 76 in services/rfq/relayer/service/otel.go

View check run for this annotation

Codecov / codecov/patch

services/rfq/relayer/service/otel.go#L76

Added line #L76 was not covered by tests
}

// RecordstatusCounts records the request status count.
// RecordStatusCounts records the request status count.
func (o *otelRecorder) RecordStatusCount(status, count int) {
o.statusCounts.Set(status, count)

Check warning on line 81 in services/rfq/relayer/service/otel.go

View check run for this annotation

Codecov / codecov/patch

services/rfq/relayer/service/otel.go#L80-L81

Added lines #L80 - L81 were not covered by tests
}

0 comments on commit 89fdc50

Please sign in to comment.