Skip to content

Commit f3c5236

Browse files
authored
fix trailing space
1 parent 79efd8f commit f3c5236

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGLF/TableProducer/Nuspex/ebyeMaker.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -937,7 +937,7 @@ struct EbyeMaker {
937937

938938
fillRecoEvent(collision, tracks, v0TableThisCollision, centrality);
939939
histos.fill(HIST("QA/PvMultVsCent"), centrality, nTracksColl);
940-
940+
941941
miniCollTable(static_cast<int8_t>(collision.posZ() * 10), 0x0, nTrackletsColl, centrality, nTracksColl);
942942
for (auto& candidateTrack : candidateTracks[0]) { // o2-linter: disable=const-ref-in-for-loop (not a const ref)
943943
auto tk = tracks.rawIteratorAt(candidateTrack.globalIndex);

0 commit comments

Comments
 (0)