Skip to content

Commit

Permalink
remove extra line
Browse files Browse the repository at this point in the history
Signed-off-by: Aleksander Slominski <aslom@us.ibm.com>
  • Loading branch information
aslom committed Jul 30, 2020
1 parent ced63f5 commit 683ef4a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion protocol/kafka_sarama/v2/sender.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ type Sender struct {
syncProducer sarama.SyncProducer
}


// NewSender returns a binding.Sender that sends messages to a specific receiverTopic using sarama.SyncProducer
func NewSender(brokers []string, saramaConfig *sarama.Config, topic string, options ...SenderOptionFunc) (*Sender, error) {
// Force this setting because it's required by sarama SyncProducer
Expand Down

0 comments on commit 683ef4a

Please sign in to comment.