From f101f1c038c88b38fc21054cff5f9e8d8a154134 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Tue, 7 Jan 2025 17:06:41 +0000 Subject: [PATCH] Please consider the following formatting changes --- Common/TableProducer/zdc-task-intercalib.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Common/TableProducer/zdc-task-intercalib.cxx b/Common/TableProducer/zdc-task-intercalib.cxx index 7868744d120..dea88d2248f 100644 --- a/Common/TableProducer/zdc-task-intercalib.cxx +++ b/Common/TableProducer/zdc-task-intercalib.cxx @@ -75,7 +75,7 @@ struct zdcInterCalib { void process(ColEvSels const& cols, BCsRun3 const& /*bcs*/, aod::Zdcs const& /*zdcs*/) { // collision-based event selection - for (auto const &collision : cols) { + for (auto const& collision : cols) { const auto& foundBC = collision.foundBC_as(); if (foundBC.has_zdc()) { const auto& zdc = foundBC.zdc();