Skip to content

Commit 3401fa9

Browse files
authored
Update onTheFlyTofPid.cxx
1 parent 39b5ddb commit 3401fa9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ALICE3/TableProducer/OTF/onTheFlyTofPid.cxx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,8 @@ struct OnTheFlyTofPid {
141141
return;
142142
}
143143
if (!getTaskOptionValue(initContext, "on-the-fly-tracker", lut.name, lut.value, true)) {
144-
LOG(fatal) << "Could not get " << lut.name << " from on-the-fly-tracker task"; }
144+
LOG(fatal) << "Could not get " << lut.name << " from on-the-fly-tracker task";
145+
}
145146
};
146147
configLutPath(simConfig.lutEl);
147148
configLutPath(simConfig.lutMu);

0 commit comments

Comments
 (0)