From e2d64cd96598fd5c63386adbc1b550d8a5d35abe Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Tue, 6 Feb 2024 14:38:16 +0000 Subject: [PATCH] Please consider the following formatting changes --- PWGLF/TableProducer/hyperRecoTask.cxx | 2 -- 1 file changed, 2 deletions(-) diff --git a/PWGLF/TableProducer/hyperRecoTask.cxx b/PWGLF/TableProducer/hyperRecoTask.cxx index 2f9365a270e..f7607179f6e 100644 --- a/PWGLF/TableProducer/hyperRecoTask.cxx +++ b/PWGLF/TableProducer/hyperRecoTask.cxx @@ -216,8 +216,6 @@ struct hyperRecoTask { hCentFT0A = qaRegistry.add("hCentFT0A", ";Centrality (%); ", HistType::kTH1D, {centAxis}); hCentFT0M = qaRegistry.add("hCentFT0M", ";Centrality (%); ", HistType::kTH1D, {centAxis}); hCentFV0A = qaRegistry.add("hCentFV0A", ";Centrality (%); ", HistType::kTH1D, {centAxis}); - - } void initCCDB(aod::BCsWithTimestamps::iterator const& bc)