Skip to content

Commit

Permalink
Please consider the following formatting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
alibuild committed Dec 31, 2024
1 parent 21b2a38 commit acb183c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Common/TableProducer/trackPropagation.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -146,10 +146,10 @@ struct TrackPropagation {
}

// load matLUT for this timestamp
if(!lut){
if (!lut) {
LOG(info) << "Loading material look-up table for timestamp: " << bc.timestamp();
lut = o2::base::MatLayerCylSet::rectifyPtrFromFile(ccdb->getForTimeStamp<o2::base::MatLayerCylSet>(lutPath, bc.timestamp()));
}else{
} else {
LOG(info) << "Material look-up table already in place. Not reloading.";
}

Expand Down

0 comments on commit acb183c

Please sign in to comment.