Skip to content

Commit 121b294

Browse files
dummy commit to restart CI
1 parent 8f080bb commit 121b294

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Common/Core/TPCVDriftManager.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ class TPCVDriftManager
4646
return;
4747
}
4848

49-
// Update Obj
49+
// Update Object
5050
mVD = mCCDB->getForTimeStamp<o2::tpc::VDriftCorrFact>("TPC/Calib/VDriftTgl", timestamp);
5151
if (mVD == nullptr || mVD->firstTime < 0 || mVD->lastTime < 0) {
5252
LOGP(error, "Got invalid VDriftCorrFact for {}", timestamp);

0 commit comments

Comments
 (0)