diff options
| author | Matthias Radestock <matthias@rabbitmq.com> | 2011-01-18 08:14:35 +0000 |
|---|---|---|
| committer | Matthias Radestock <matthias@rabbitmq.com> | 2011-01-18 08:14:35 +0000 |
| commit | 5579eb9c37e536c4d2a6e19804acdb51b5b46fa3 (patch) | |
| tree | b01ca192b901c53d4e93179bb7f06aeb3d5c3bfd | |
| parent | 95dc7e75b22adea0a474ad28596dfd51adec765b (diff) | |
| download | rabbitmq-server-git-5579eb9c37e536c4d2a6e19804acdb51b5b46fa3.tar.gz | |
cosmetic
| -rw-r--r-- | src/rabbit_amqqueue.erl | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/rabbit_amqqueue.erl b/src/rabbit_amqqueue.erl index 20097a7dec..a30757bcee 100644 --- a/src/rabbit_amqqueue.erl +++ b/src/rabbit_amqqueue.erl @@ -226,10 +226,7 @@ internal_declare(Q = #amqqueue{name = QueueName}, Recover) -> QueueName}) of [] -> ok = store_queue(Q), B = add_default_binding(Q), - fun (Tx) -> - B(Tx), - Q - end; + fun (Tx) -> B(Tx), Q end; [_] -> %% Q exists on stopped node rabbit_misc:const(not_found) end; |
