Skip to content

Commit

Permalink
Merge pull request #12 from kempsterc/fix-master-linting
Browse files Browse the repository at this point in the history
Fix master linting
  • Loading branch information
LeonAdato authored May 31, 2024
2 parents e1740f6 + d2f00d9 commit f8be6ef
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/statsd/output.go
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ func (o *Output) Start() error {
}

o.client, err = statsd.NewBuffered(o.config.Addr.String, int(o.config.BufferSize.Int64))

if err != nil {
o.logger.Errorf("Couldn't make buffered client, %s", err)
return err
Expand Down

0 comments on commit f8be6ef

Please sign in to comment.