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