From 208782a41ca7a68b41c0489b44e9b9f4a916707a Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Wed, 31 Dec 2025 14:10:02 +0000 Subject: [PATCH] Please consider the following formatting changes --- PWGJE/Tasks/fullJetSpectra.cxx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/PWGJE/Tasks/fullJetSpectra.cxx b/PWGJE/Tasks/fullJetSpectra.cxx index e5a12886c69..8f8795cc074 100644 --- a/PWGJE/Tasks/fullJetSpectra.cxx +++ b/PWGJE/Tasks/fullJetSpectra.cxx @@ -777,13 +777,13 @@ struct FullJetSpectra { } filteredClusterPt += pt; hasValidCluster = true; // At least one cluster exists - } - // Reject jets without valid clusters (edge case) - if (!hasValidCluster) { - return false; - } - // } - return true; // Valid Jet + } + // Reject jets without valid clusters (edge case) + if (!hasValidCluster) { + return false; + } + // } + return true; // Valid Jet } // isAcceptedRecoJet ends /* template