Skip to content

Commit

Permalink
fix linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Guy Baron committed Aug 12, 2019
1 parent c4d5819 commit ed3c63c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gbus/outbox.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ func (out *AMQPOutbox) init(amqp *amqp.Channel, confirm, resendOnNack bool) erro
}

func (out *AMQPOutbox) Shutdown() {
out.stop <- true
close(out.stop)

}

Expand Down

0 comments on commit ed3c63c

Please sign in to comment.