From 4189db640bba42fbf91d35ccedf0d557d9bdc37c Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Thu, 15 Jan 2026 14:24:16 +0000 Subject: [PATCH] Please consider the following formatting changes --- PWGJE/Tasks/recoilJets.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PWGJE/Tasks/recoilJets.cxx b/PWGJE/Tasks/recoilJets.cxx index 2f1743bafd3..d8f30e1720e 100644 --- a/PWGJE/Tasks/recoilJets.cxx +++ b/PWGJE/Tasks/recoilJets.cxx @@ -161,7 +161,7 @@ struct RecoilJets { template struct AxisDesc { AxisDesc(const char* label_, const AxisObject& axis_, const std::string& axisName_ = "") - : label(label_), axis(axis_), axisName(axisName_) {}; + : label(label_), axis(axis_), axisName(axisName_){}; const char* label; // "FT0C" / "FT0M" const AxisObject& axis; // AxisSpec or ConfigurableAxis