Skip to content

Commit cbe5f8a

Browse files
authored
Please consider the following formatting changes to #14434 (#14435)
1 parent 171685f commit cbe5f8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ALICE3/TableProducer/OTF/onTheFlyTrackerPid.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ class ToTLUT
140140
LOG(warning) << "Provided filename is empty for PDG " << pdg;
141141
return false;
142142
}
143-
if (filename.rfind("ccdb:", 0) == 0) { // Check if filename starts with "ccdb:"
143+
if (filename.rfind("ccdb:", 0) == 0) { // Check if filename starts with "ccdb:"
144144
std::string ccdbPath = filename.substr(5); // remove "ccdb:" prefix
145145
const std::string outPath = "/tmp/ToTLUTs/";
146146
const std::string localFilename = outPath + ccdbPath + "/snapshot.root";
@@ -154,7 +154,7 @@ class ToTLUT
154154
mCcdbManager->getCCDBAccessor().retrieveBlob(ccdbPath, outPath, metadata, 1);
155155
std::ifstream testFile(localFilename);
156156
if (!testFile.is_open()) {
157-
LOG(fatal) << "Could not find downloaded CCDB file for PDG " << pdg << " in file "<< localFilename;
157+
LOG(fatal) << "Could not find downloaded CCDB file for PDG " << pdg << " in file " << localFilename;
158158
return false;
159159
}
160160
testFile.close();

0 commit comments

Comments
 (0)