Skip to content

Commit 60dccb7

Browse files
committed
Please consider the following formatting changes
1 parent 74e175d commit 60dccb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ALICE3/TableProducer/OTF/onTheFlyTrackerPid.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ class ToTLUT
153153
mCcdbManager->getCCDBAccessor().retrieveBlob(basePath, outPath, metadata, 1);
154154
std::ifstream testFile(localFilename);
155155
if (!testFile.is_open()) {
156-
LOG(fatal) << "Could not find downloaded CCDB file for PDG " << pdg << " in file "<< localFilename;
156+
LOG(fatal) << "Could not find downloaded CCDB file for PDG " << pdg << " in file " << localFilename;
157157
return false;
158158
}
159159
testFile.close();

0 commit comments

Comments
 (0)