From fe3d87a560d413618a2e69b47a01c4c0cd0320f9 Mon Sep 17 00:00:00 2001 From: Simon MacMullen Date: Mon, 21 Jun 2010 13:59:24 +0100 Subject: Cosmetics --- src/rabbit_channel.erl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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, -- cgit v1.2.1