Skip to content

Commit c44548d

Browse files
Merge pull request #66 from alibuild/alibot-cleanup-15636
Please consider the following formatting changes to #15636
2 parents 798d5ae + 97206a9 commit c44548d

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Common/TableProducer/qVectorsTable.cxx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -339,8 +339,7 @@ struct qVectorsTable {
339339
for (std::size_t i = 0; i < cfgnMods->size(); i++) {
340340
int ind = cfgnMods->at(i);
341341
fullPath = cfgShiftPath;
342-
fullPath += "/eseq"
343-
fullPath += std::to_string(ind);
342+
fullPath += "/eseq" fullPath += std::to_string(ind);
344343
auto objshift = getForTsOrRun<TProfile3D>(fullPath, timestamp, runnumber);
345344
shiftProfileEse.push_back(objshift);
346345
}

0 commit comments

Comments
 (0)