Skip to content

Commit b5d9e35

Browse files
committed
Please consider the following formatting changes
1 parent c5d260c commit b5d9e35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ALICE3/Tasks/alice3TrackingPerformance.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ struct alice3TrackingPerformance {
8888

8989
for (const auto& mcParticle : mcParticles) {
9090
if (!isParticleSelected(mcParticle)) {
91-
continue;
91+
continue;
9292
}
9393
particlePdgCodes->Fill(Form("%d", mcParticle.pdgCode()), 1);
9494
particlePtDistribution[0]->Fill(mcParticle.pt());

0 commit comments

Comments
 (0)