summaryrefslogtreecommitdiff
path: root/src/rabbit_binding.erl
diff options
context:
space:
mode:
Diffstat (limited to 'src/rabbit_binding.erl')
-rw-r--r--src/rabbit_binding.erl4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rabbit_binding.erl b/src/rabbit_binding.erl
index 7fdda9c1..57c766c7 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