From e535ba19ab7367cf71badd85030ddb99e71b6360 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Tue, 5 May 2026 09:51:48 +0000 Subject: [PATCH] Please consider the following formatting changes --- Common/TableProducer/qVectorsTable.cxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Common/TableProducer/qVectorsTable.cxx b/Common/TableProducer/qVectorsTable.cxx index 5006f375974..0d054440dd7 100644 --- a/Common/TableProducer/qVectorsTable.cxx +++ b/Common/TableProducer/qVectorsTable.cxx @@ -339,8 +339,7 @@ struct qVectorsTable { for (std::size_t i = 0; i < cfgnMods->size(); i++) { int ind = cfgnMods->at(i); fullPath = cfgShiftPath; - fullPath += "/eseq" - fullPath += std::to_string(ind); + fullPath += "/eseq" fullPath += std::to_string(ind); auto objshift = getForTsOrRun(fullPath, timestamp, runnumber); shiftProfileEse.push_back(objshift); }