Skip to content

Commit e02c9c4

Browse files
committed
[Common] Fixing formatting errors
1 parent bf6689e commit e02c9c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Common/TableProducer/PID/pidTPC.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ struct tpcPid {
407407
auto trk_bc = (collisions.iteratorAt(trk.collisionId())).template bc_as<B>();
408408
float hadronicRate = mRateFetcher.fetch(ccdb.service, trk_bc.timestamp(), trk_bc.runNumber(), irSource) * 1.e-3;
409409
track_properties[counter_track_props + 7] = hadronicRate / 50.;
410-
}else{
410+
} else {
411411
track_properties[counter_track_props + 7] = 1;
412412
}
413413
}

0 commit comments

Comments
 (0)