From b471c20ca9823736c5dc15b378be0818bb6172da Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Mon, 31 Mar 2025 08:54:53 +0000 Subject: [PATCH] Please consider the following formatting changes --- Framework/Core/include/Framework/ASoA.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Framework/Core/include/Framework/ASoA.h b/Framework/Core/include/Framework/ASoA.h index 001881f710426..e7fc8fddd5a9d 100644 --- a/Framework/Core/include/Framework/ASoA.h +++ b/Framework/Core/include/Framework/ASoA.h @@ -1160,9 +1160,10 @@ struct TableIterator : IP, C... { template void bindExternalIndices(TA*... current) { - ([this](framework::pack, TT* t){ + ([this](framework::pack, TT* t) { (doSetCurrentIndexImpl(t), ...); - }(framework::pack{}, current), ...); + }(framework::pack{}, current), + ...); } void bindExternalIndicesRaw(std::vector&& bindings)