From 205cbaa20321c520065936c8155d46933cefaba7 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Tue, 28 Nov 2023 09:13:57 +0000 Subject: [PATCH] Please consider the following formatting changes --- PWGHF/TableProducer/candidateCreatorToXiPi.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PWGHF/TableProducer/candidateCreatorToXiPi.cxx b/PWGHF/TableProducer/candidateCreatorToXiPi.cxx index f63ed698502..f53b72db097 100644 --- a/PWGHF/TableProducer/candidateCreatorToXiPi.cxx +++ b/PWGHF/TableProducer/candidateCreatorToXiPi.cxx @@ -463,7 +463,7 @@ struct HfCandidateCreatorToXiPi { for (const auto& cand : groupedCandidates) { - if(!TESTBIT(cand.hfflag(), aod::hf_cand_casc_lf::DecayType2Prong::XiczeroOmegaczeroToXiPi)){ + if (!TESTBIT(cand.hfflag(), aod::hf_cand_casc_lf::DecayType2Prong::XiczeroOmegaczeroToXiPi)) { continue; }