From cef8e3d23de2c7ce80df64e6bc8d60e905f4ccc8 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Tue, 11 Aug 2026 08:55:28 +0000 Subject: [PATCH] Please consider the following formatting changes --- Common/Tasks/centralityQa.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Common/Tasks/centralityQa.cxx b/Common/Tasks/centralityQa.cxx index 4bdfb4aae2e..bc048e77d4d 100644 --- a/Common/Tasks/centralityQa.cxx +++ b/Common/Tasks/centralityQa.cxx @@ -583,7 +583,7 @@ struct CentralityQa { { if (centrality.useCustomCalibration) { return hist ? hist->GetBinContent(hist->FindBin(mult)) : CentralityNotFound; - } + } return cent; }