From dc58415da91a45fa3465e5e85be55742be65a8a8 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Thu, 15 Jan 2026 17:04:37 +0000 Subject: [PATCH] Please consider the following formatting changes --- PWGLF/TableProducer/Strangeness/cascadeflow.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PWGLF/TableProducer/Strangeness/cascadeflow.cxx b/PWGLF/TableProducer/Strangeness/cascadeflow.cxx index f1bb18ed336..194db9966de 100644 --- a/PWGLF/TableProducer/Strangeness/cascadeflow.cxx +++ b/PWGLF/TableProducer/Strangeness/cascadeflow.cxx @@ -2615,7 +2615,7 @@ struct cascadeFlow { if (isPrimary) { histos.fill(HIST("hCentvsPtvsPrimaryFracLambda"), collisionCentrality, v0.pt(), 0); histos.fill(HIST("hCentvsPrimaryFracLambda"), collisionCentrality, 0); - } else{ + } else { histos.fill(HIST("hCentvsPtvsPrimaryFracLambda"), collisionCentrality, v0.pt(), 1); histos.fill(HIST("hCentvsPrimaryFracLambda"), collisionCentrality, 1); }