Skip to content

Commit cdffbb8

Browse files
committed
Please consider the following formatting changes
1 parent 88c121b commit cdffbb8

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Framework/Core/include/Framework/DataProcessingHelpers.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ struct DataProcessingHelpers {
5454
static TransitionHandlingState updateStateTransition(ServiceRegistryRef const& ref, ProcessingPolicies const& policies);
5555
/// Helper to route messages for forwarding
5656
static std::vector<fair::mq::Parts> routeForwardedMessages(FairMQDeviceProxy& proxy,
57-
std::vector<MessageSet>& currentSetOfInputs,
58-
const bool copyByDefault, bool consume);
57+
std::vector<MessageSet>& currentSetOfInputs,
58+
const bool copyByDefault, bool consume);
5959
};
6060
} // namespace o2::framework
6161
#endif // O2_FRAMEWORK_DATAPROCESSINGHELPERS_H_

Framework/Core/test/test_ForwardInputs.cxx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,6 @@ TEST_CASE("ForwardInputsSingleMessageSingleRouteAtEOS")
201201
REQUIRE(messageSet.size() == 1);
202202
currentSetOfInputs.emplace_back(std::move(messageSet));
203203

204-
205204
auto result = o2::framework::DataProcessingHelpers::routeForwardedMessages(proxy, currentSetOfInputs, copyByDefault, consume);
206205
REQUIRE(result.size() == 1); // One route
207206
REQUIRE(result[0].Size() == 0); // FIXME: this is an actual error. It should be 2. However it cannot really happen.

0 commit comments

Comments
 (0)