Skip to content

Commit

Permalink
style: fix unnecessary trailing newline
Browse files Browse the repository at this point in the history
  • Loading branch information
vvatanabe committed Dec 4, 2023
1 parent 3fee838 commit 434ea87
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion consumer.go
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,6 @@ func (c *Consumer[T]) StartConsuming() error {
}
msgChan <- r.PeekedMessageObject
}

}

func (c *Consumer[T]) trackAndProcessMessage(ctx context.Context, msg *Message[T]) {
Expand Down

0 comments on commit 434ea87

Please sign in to comment.