From 2e5348554fabc78faaf63d43aada7feeace8e803 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Wed, 1 Jul 2026 15:31:53 +0000 Subject: [PATCH] Please consider the following formatting changes --- PWGHF/TableProducer/treeCreatorD0ToKPi.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PWGHF/TableProducer/treeCreatorD0ToKPi.cxx b/PWGHF/TableProducer/treeCreatorD0ToKPi.cxx index 58f4d5c3d28..9b8a49abc58 100644 --- a/PWGHF/TableProducer/treeCreatorD0ToKPi.cxx +++ b/PWGHF/TableProducer/treeCreatorD0ToKPi.cxx @@ -423,7 +423,7 @@ struct HfTreeCreatorD0ToKPi { // Filling candidate properties if (fillCandidateLiteTable) { - // Account for candidates passing both D0 and D0bar + // Account for candidates passing both D0 and D0bar // selection, which will be stored twice in the lite table rowCandidateLite.reserve(candidates.size() * 2); } else {