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
commitc848f1af9f4d07cdb062a7201d7443e8797f3cc7 (patch)
tree90363d0e68a891221bea11d49e07fd580f950e6e
parentef7386cd771d90766cf2adc12fb32b1923615a64 (diff)
downloadrabbitmq-server-c848f1af9f4d07cdb062a7201d7443e8797f3cc7.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 0e277f8b..cde68a8b 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}.