From 273c0f98000bfe317f40b187f4d639bf69cee28a Mon Sep 17 00:00:00 2001 From: Matthew Sackman Date: Tue, 26 Oct 2010 15:17:29 +0100 Subject: cosmetic --- src/rabbit_tests.erl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/rabbit_tests.erl b/src/rabbit_tests.erl index 3097a4ed..dd14dc8d 100644 --- a/src/rabbit_tests.erl +++ b/src/rabbit_tests.erl @@ -1584,8 +1584,8 @@ test_msg_store() -> ok = with_msg_store_client( ?PERSISTENT_MSG_STORE, Ref, fun (MSCStateM) -> - [ok = rabbit_msg_store:write(Guid, Payload, MSCStateM) - || Guid <- GuidsBig], + [ok = rabbit_msg_store:write(Guid, Payload, MSCStateM) || + Guid <- GuidsBig], MSCStateM end), %% now read them to ensure we hit the fast client-side reading -- cgit v1.2.1