Skip to content

Commit 97206a9

Browse files
committed
Please consider the following formatting changes
1 parent 798d5ae commit 97206a9

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)