diff options
| author | Matthias Radestock <matthias@rabbitmq.com> | 2010-07-02 18:25:36 +0100 |
|---|---|---|
| committer | Matthias Radestock <matthias@rabbitmq.com> | 2010-07-02 18:25:36 +0100 |
| commit | 154c5f202b1f3b5c685d9e2c3b765049ad490bdc (patch) | |
| tree | 3bf5d5167bcea916492adc34324a259b3236bed1 /src | |
| parent | 13bf65187a7b429fa5da6e4f037d7c3cc2846446 (diff) | |
| download | rabbitmq-server-git-154c5f202b1f3b5c685d9e2c3b765049ad490bdc.tar.gz | |
cosmetic
Diffstat (limited to 'src')
| -rw-r--r-- | src/rabbit_channel.erl | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/rabbit_channel.erl b/src/rabbit_channel.erl index c3440f849e..3c2ae72d90 100644 --- a/src/rabbit_channel.erl +++ b/src/rabbit_channel.erl @@ -414,9 +414,8 @@ handle_method(#'basic.publish'{exchange = ExchangeNameBin, Exchange = rabbit_exchange:lookup_or_die(ExchangeName), %% We decode the content's properties here because we're almost %% certain to want to look at delivery-mode and priority. - DecodedContent = - rabbit_binary_parser:ensure_content_decoded(Content, - rabbit_framing_amqp_0_9_1), + DecodedContent = rabbit_binary_parser:ensure_content_decoded( + Content, rabbit_framing_amqp_0_9_1), IsPersistent = is_message_persistent(DecodedContent), Message = #basic_message{exchange_name = ExchangeName, routing_key = RoutingKey, |
