Skip to content

Commit 195f00a

Browse files
authored
Please consider the following formatting changes (#379)
1 parent 05554b1 commit 195f00a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Common/TableProducer/trackPropagation.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ struct TrackPropagation {
146146
}
147147

148148
// load matLUT for this timestamp
149-
LOG(info) << "Loading material look-up table for timestamp: " << bc.timestamp();
149+
LOG(info) << "Loading material look-up table for timestamp: " << bc.timestamp();
150150
lut = o2::base::MatLayerCylSet::rectifyPtrFromFile(ccdb->getForTimeStamp<o2::base::MatLayerCylSet>(lutPath, bc.timestamp()));
151151

152152
grpmag = ccdb->getForTimeStamp<o2::parameters::GRPMagField>(grpmagPath, bc.timestamp());

0 commit comments

Comments
 (0)