summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Sackman <matthew@rabbitmq.com>2010-10-19 13:00:27 +0100
committerMatthew Sackman <matthew@rabbitmq.com>2010-10-19 13:00:27 +0100
commit0258f8b84945d977d9177bc9a3b4ed4d921a0493 (patch)
tree90363d0e68a891221bea11d49e07fd580f950e6e
parent207538cf6c52dd624dc5bd76b4a76c0f2755dded (diff)
downloadrabbitmq-server-git-0258f8b84945d977d9177bc9a3b4ed4d921a0493.tar.gz
Apparently they can be. Arbitrarily
-rw-r--r--src/rabbit_msg_store_gc.erl3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/rabbit_msg_store_gc.erl b/src/rabbit_msg_store_gc.erl
index 0e277f8b89..cde68a8b77 100644
--- a/src/rabbit_msg_store_gc.erl
+++ b/src/rabbit_msg_store_gc.erl
@@ -150,7 +150,6 @@ attempt_action(Action, Files,
do_action(combine, [Source, Destination], MsgStoreState) ->
{rabbit_msg_store:combine(Source, Destination, MsgStoreState),
- Source,
- Destination};
+ Source, Destination};
do_action(delete, [File], MsgStoreState) ->
{rabbit_msg_store:delete_file(File, MsgStoreState), File, undefined}.