summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/rabbit_channel.erl3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/rabbit_channel.erl b/src/rabbit_channel.erl
index cedadf04..6d6d29e4 100644
--- a/src/rabbit_channel.erl
+++ b/src/rabbit_channel.erl
@@ -943,7 +943,8 @@ basic_return(#basic_message{exchange_name = ExchangeName,
routing_key = RoutingKey,
content = Content},
WriterPid, Reason) ->
- {_Close, ReplyCode, ReplyText} = rabbit_framing:lookup_amqp_exception(Reason),
+ {_Close, ReplyCode, ReplyText} =
+ rabbit_framing:lookup_amqp_exception(Reason),
ok = rabbit_writer:send_command(
WriterPid,
#'basic.return'{reply_code = ReplyCode,