From d5f0b5ba8ff7feb3f756637b50fa0ad8394100a2 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Wed, 4 Sep 2024 12:55:16 +0000 Subject: [PATCH] Please consider the following formatting changes --- ALICE3/TableProducer/alice3-multicharm.cxx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ALICE3/TableProducer/alice3-multicharm.cxx b/ALICE3/TableProducer/alice3-multicharm.cxx index 8e73c53e90f..836cffbd7bf 100644 --- a/ALICE3/TableProducer/alice3-multicharm.cxx +++ b/ALICE3/TableProducer/alice3-multicharm.cxx @@ -316,7 +316,7 @@ struct alice3multicharm { return returnValue; } - // Association check for the XiCC pion + // Association check for the XiCC pion template bool checkSameMotherExtra(TTrackType1 const& track1, TTrackType2 const& track2) { @@ -583,4 +583,5 @@ WorkflowSpec defineDataProcessing(ConfigContext const& cfgc) { return WorkflowSpec{ adaptAnalysisTask(cfgc)}; -} \ No newline at end of file +} + \ No newline at end of file