Skip to content

Commit dc58415

Browse files
committed
Please consider the following formatting changes
1 parent ec5581c commit dc58415

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGLF/TableProducer/Strangeness/cascadeflow.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2615,7 +2615,7 @@ struct cascadeFlow {
26152615
if (isPrimary) {
26162616
histos.fill(HIST("hCentvsPtvsPrimaryFracLambda"), collisionCentrality, v0.pt(), 0);
26172617
histos.fill(HIST("hCentvsPrimaryFracLambda"), collisionCentrality, 0);
2618-
} else{
2618+
} else {
26192619
histos.fill(HIST("hCentvsPtvsPrimaryFracLambda"), collisionCentrality, v0.pt(), 1);
26202620
histos.fill(HIST("hCentvsPrimaryFracLambda"), collisionCentrality, 1);
26212621
}

0 commit comments

Comments
 (0)