From 104b1419ac4fe1d0ce69cf6a182687b8609f2019 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Thu, 24 Nov 2022 12:31:10 +0000 Subject: [PATCH] Please consider the following formatting changes --- EventFiltering/PWGHF/HFFilterHelpers.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EventFiltering/PWGHF/HFFilterHelpers.h b/EventFiltering/PWGHF/HFFilterHelpers.h index 75592acc0b7..ba1993fa663 100644 --- a/EventFiltering/PWGHF/HFFilterHelpers.h +++ b/EventFiltering/PWGHF/HFFilterHelpers.h @@ -164,7 +164,7 @@ int computeNumberOfCandidates(std::vector> indices) numIndependentCand.push_back(nIndependent); } std::sort(numIndependentCand.begin(), numIndependentCand.end()); - + if (numIndependentCand.back() == 0) { return numIndependentCand.back(); }