Skip to content

Commit

Permalink
fix spelling for linter
Browse files Browse the repository at this point in the history
  • Loading branch information
maciuszek committed Jan 6, 2025
1 parent 108884c commit 1a0e7d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net_sink.go
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ func (s *netSink) run() {

// for non-batching: always nil using genericSender
if err := sender.processBatch(); err != nil {
continue // if we're here assume an error occured and the batch hasn't finished sending, in this case s.conn is probably nil and we have a stat to retry. cut the iteration to the top
continue // if we're here assume an error occurred and the batch hasn't finished sending, in this case s.conn is probably nil and we have a stat to retry. cut the iteration to the top
}

select {
Expand Down

0 comments on commit 1a0e7d4

Please sign in to comment.