From 8e864678a99dd46524f7a661668181feaa42fab8 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Wed, 9 Jul 2025 08:51:00 +0000 Subject: [PATCH] Please consider the following formatting changes --- PWGEM/Dilepton/TableProducer/skimmerOTS.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PWGEM/Dilepton/TableProducer/skimmerOTS.cxx b/PWGEM/Dilepton/TableProducer/skimmerOTS.cxx index 937511445a8..6b820309206 100644 --- a/PWGEM/Dilepton/TableProducer/skimmerOTS.cxx +++ b/PWGEM/Dilepton/TableProducer/skimmerOTS.cxx @@ -100,7 +100,7 @@ struct skimmerOTS { void process(MyCollisions const& collisions, MyBCs const&) { for (auto& collision : collisions) { - auto bc = collision.template bc_as(); //don't use foundBC. + auto bc = collision.template bc_as(); // don't use foundBC. initCCDB(bc); uint16_t trigger_bitmap = 0;