summaryrefslogtreecommitdiff
path: root/src/rabbit_msg_store_gc.erl
diff options
context:
space:
mode:
authorMatthew Sackman <matthew@rabbitmq.com>2010-10-19 12:43:19 +0100
committerMatthew Sackman <matthew@rabbitmq.com>2010-10-19 12:43:19 +0100
commitc88f6205491528e212845da8bf2d252f68a7d666 (patch)
tree8da9bad8e85bb08d0a166f2bf80bb8c8a486b56d /src/rabbit_msg_store_gc.erl
parent2ff1bdfa175efc5d6969feb675db8349c05edcb5 (diff)
downloadrabbitmq-server-c88f6205491528e212845da8bf2d252f68a7d666.tar.gz
Overlong line
Diffstat (limited to 'src/rabbit_msg_store_gc.erl')
-rw-r--r--src/rabbit_msg_store_gc.erl3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/rabbit_msg_store_gc.erl b/src/rabbit_msg_store_gc.erl
index 8bd515e3..61c8b08f 100644
--- a/src/rabbit_msg_store_gc.erl
+++ b/src/rabbit_msg_store_gc.erl
@@ -149,6 +149,7 @@ attempt_action(Action, Files,
end.
do_action(combine, [Source, Destination], MsgStoreState) ->
- {rabbit_msg_store:combine(Source, Destination, MsgStoreState), Source, Destination};
+ {rabbit_msg_store:combine(Source, Destination, MsgStoreState), Source,
+ Destination};
do_action(delete, [File], MsgStoreState) ->
{rabbit_msg_store:delete_file(File, MsgStoreState), File, undefined}.