From 646c8e2e4eab715496ec39389b7270e1fa723210 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Wed, 10 Dec 2025 10:32:25 +0000 Subject: [PATCH] Please consider the following formatting changes --- Framework/Core/include/Framework/DataSpecViews.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Framework/Core/include/Framework/DataSpecViews.h b/Framework/Core/include/Framework/DataSpecViews.h index cc7d111fff8db..4318d5aa86791 100644 --- a/Framework/Core/include/Framework/DataSpecViews.h +++ b/Framework/Core/include/Framework/DataSpecViews.h @@ -45,7 +45,7 @@ static auto filter_string_params_with(std::string match) static auto input_to_output_specs() { - return std::views::transform([](auto const& input){ return DataSpecUtils::asOutputSpec(input); }); + return std::views::transform([](auto const& input) { return DataSpecUtils::asOutputSpec(input); }); } static auto params_to_input_specs()