Skip to content

Commit 14f449d

Browse files
author
Eric Shen
committed
fix lint
Signed-off-by: Eric Shen <ershen@ebay.com>
1 parent 2c44759 commit 14f449d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pubsub/pulsar/pulsar.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -485,6 +485,7 @@ func getSubscriptionMode(subsModeStr string) pulsar.SubscriptionMode {
485485
return pulsar.Durable
486486
}
487487
}
488+
488489
func (p *Pulsar) Subscribe(ctx context.Context, req pubsub.SubscribeRequest, handler pubsub.Handler) error {
489490
if p.closed.Load() {
490491
return errors.New("component is closed")

0 commit comments

Comments
 (0)