Skip to content

Commit c548ef3

Browse files
committed
Please consider the following formatting changes
1 parent 0953e70 commit c548ef3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Framework/Core/test/test_StaggeringWorkflow.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ void customize(std::vector<o2::framework::CompletionPolicy>& policies)
5353
// search for spec names starting with "processor"
5454
return spec.name.find("processor") == 0;
5555
},
56-
[](auto const&, auto const&, auto &) { return o2::framework::CompletionPolicy::CompletionOp::Consume; }});
56+
[](auto const&, auto const&, auto&) { return o2::framework::CompletionPolicy::CompletionOp::Consume; }});
5757
}
5858

5959
#include "Framework/runDataProcessing.h"

0 commit comments

Comments
 (0)