Skip to content

Commit 208782a

Browse files
committed
Please consider the following formatting changes
1 parent c6316af commit 208782a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

PWGJE/Tasks/fullJetSpectra.cxx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -777,13 +777,13 @@ struct FullJetSpectra {
777777
}
778778
filteredClusterPt += pt;
779779
hasValidCluster = true; // At least one cluster exists
780-
}
781-
// Reject jets without valid clusters (edge case)
782-
if (!hasValidCluster) {
783-
return false;
784-
}
785-
// }
786-
return true; // Valid Jet
780+
}
781+
// Reject jets without valid clusters (edge case)
782+
if (!hasValidCluster) {
783+
return false;
784+
}
785+
// }
786+
return true; // Valid Jet
787787
} // isAcceptedRecoJet ends
788788

789789
/* template <typename T, typename U>

0 commit comments

Comments
 (0)