diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2011-04-13 14:48:15 +0100 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2011-04-13 14:48:15 +0100 |
| commit | 1c5308fe62b259af04f90cfcab682cf9439af263 (patch) | |
| tree | 277a62fab68c5d26f7cc3aecd87234edd1ab4578 | |
| parent | a372fa05c7a8865911949034c945894b7665252d (diff) | |
| download | rabbitmq-server-git-1c5308fe62b259af04f90cfcab682cf9439af263.tar.gz | |
Cosmetic.
| -rw-r--r-- | src/rabbit_binding.erl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rabbit_binding.erl b/src/rabbit_binding.erl index 7fdda9c1ca..57c766c7db 100644 --- a/src/rabbit_binding.erl +++ b/src/rabbit_binding.erl @@ -239,8 +239,8 @@ has_for_source(SrcName) -> %% we need to check for durable routes here too in case a bunch of %% routes to durable queues have been removed temporarily as a %% result of a node failure - contains(rabbit_route, Match) orelse contains(rabbit_semi_durable_route, - Match). + contains(rabbit_route, Match) orelse + contains(rabbit_semi_durable_route, Match). remove_for_source(SrcName) -> [begin |
