Skip to content

Commit

Permalink
feat: make format
Browse files Browse the repository at this point in the history
  • Loading branch information
karlsassenberg committed Mar 7, 2023
1 parent 8404706 commit 495d12a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/metrics_sender.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ func (r *MetricsSender) Process(msg *core.Message) {
if !r.readyToSend.Load() {
continue
}

switch report := p.(type) {
case *proto.MetricsReport:
message := client.MessageFromMetrics(report)
Expand Down

0 comments on commit 495d12a

Please sign in to comment.