From 4d5c31773d5d3af9f1f0d525c14253c948b035ff Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Sat, 16 Aug 2025 20:32:58 +0000 Subject: [PATCH] Please consider the following formatting changes --- PWGUD/Tasks/upcPhotonuclearAnalysisJMG.cxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/PWGUD/Tasks/upcPhotonuclearAnalysisJMG.cxx b/PWGUD/Tasks/upcPhotonuclearAnalysisJMG.cxx index ff7ca9970d1..210bf8ac586 100644 --- a/PWGUD/Tasks/upcPhotonuclearAnalysisJMG.cxx +++ b/PWGUD/Tasks/upcPhotonuclearAnalysisJMG.cxx @@ -907,6 +907,5 @@ struct upcPhotonuclearAnalysisJMG { WorkflowSpec defineDataProcessing(ConfigContext const& cfgc) { return WorkflowSpec{ - adaptAnalysisTask(cfgc) - }; + adaptAnalysisTask(cfgc)}; }