From e9acdf4bcbb7aac55b3f87eef53de98a9585cef5 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Wed, 13 Dec 2023 20:48:06 +0000 Subject: [PATCH] Please consider the following formatting changes --- Framework/Core/test/test_StaggeringWorkflow.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Framework/Core/test/test_StaggeringWorkflow.cxx b/Framework/Core/test/test_StaggeringWorkflow.cxx index 590ce83cef467..cef3ec90c2042 100644 --- a/Framework/Core/test/test_StaggeringWorkflow.cxx +++ b/Framework/Core/test/test_StaggeringWorkflow.cxx @@ -53,7 +53,7 @@ void customize(std::vector& policies) // search for spec names starting with "processor" return spec.name.find("processor") == 0; }, - [](auto const&, auto const&, auto &) { return o2::framework::CompletionPolicy::CompletionOp::Consume; }}); + [](auto const&, auto const&, auto&) { return o2::framework::CompletionPolicy::CompletionOp::Consume; }}); } #include "Framework/runDataProcessing.h"