From c9f0c501d788a8cb24b3561d26704711d5e4c0e5 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Tue, 13 Aug 2024 12:47:22 +0000 Subject: [PATCH] Please consider the following formatting changes --- PWGLF/Tasks/Strangeness/hStrangeCorrelation.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PWGLF/Tasks/Strangeness/hStrangeCorrelation.cxx b/PWGLF/Tasks/Strangeness/hStrangeCorrelation.cxx index f4ec4f7a8af..91123a5a930 100644 --- a/PWGLF/Tasks/Strangeness/hStrangeCorrelation.cxx +++ b/PWGLF/Tasks/Strangeness/hStrangeCorrelation.cxx @@ -1356,7 +1356,7 @@ struct correlateStrangeness { Double_t getaassoc = assocParticle.eta(); Double_t gphiassoc = assocParticle.phi(); Double_t ptassoc = assocParticle.pt(); - + // skip if basic ranges not met if (gphiassoc < axisRanges[0][0] || gphiassoc > axisRanges[0][1]) continue;