From 5e1b81ee9886100a671253f878a28450f0038183 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Mon, 24 Aug 2026 04:23:12 +0000 Subject: [PATCH] Please consider the following formatting changes --- PWGLF/Tasks/Strangeness/lambdaTwoPartPolarization.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PWGLF/Tasks/Strangeness/lambdaTwoPartPolarization.cxx b/PWGLF/Tasks/Strangeness/lambdaTwoPartPolarization.cxx index 11f3a47007b..1859c3f0782 100644 --- a/PWGLF/Tasks/Strangeness/lambdaTwoPartPolarization.cxx +++ b/PWGLF/Tasks/Strangeness/lambdaTwoPartPolarization.cxx @@ -577,7 +577,7 @@ struct LfLambdaTwoPartPolarization { centrality = collision.centFT0C(); } else if (cfgCentEst == kFT0M) { centrality = collision.centFT0M(); - } + } if (!eventSelected(collision) && cfgEvtSel) { return; }