Skip to content

Commit 1fa2c1b

Browse files
committed
Please consider the following formatting changes
1 parent 5f56801 commit 1fa2c1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Framework/Core/test/test_ForwardInputs.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -586,7 +586,7 @@ TEST_CASE("ForwardInputsSplitPayload")
586586
TimesliceSlot slot{0};
587587

588588
auto result = o2::framework::DataProcessingHelpers::routeForwardedMessages(proxy, slot, currentSetOfInputs, oldestTimeslice, copyByDefault, consume);
589-
REQUIRE(result.size() == 2); // Two routes
589+
REQUIRE(result.size() == 2); // Two routes
590590
CHECK(result[0].Size() == 2); // No messages on this route
591591
CHECK(result[1].Size() == 3);
592592
}

0 commit comments

Comments
 (0)