Skip to content

Commit a69f8c8

Browse files
author
Matthias Radestock
committed
cosmetic
1 parent cc77068 commit a69f8c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rabbit_reader.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -754,7 +754,7 @@ map_exception(Channel, Reason) ->
754754
%% FIXME: this clause can go when we move to AMQP spec >=8.1
755755
lookup_amqp_exception(#amqp_error{name = precondition_failed,
756756
explanation = Expl,
757-
method = Method}) ->
757+
method = Method}) ->
758758
ExplBin = amqp_exception_explanation(<<"PRECONDITION_FAILED">>, Expl),
759759
{false, 406, ExplBin, Method};
760760
lookup_amqp_exception(#amqp_error{name = Name,

0 commit comments

Comments
 (0)