Skip to content

Commit 086e3ca

Browse files
committed
formatting
1 parent 707436a commit 086e3ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGJE/Tasks/jetCorrelationD0.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ struct JetCorrelationD0 {
417417
bool isMatched = false;
418418
const auto& d0Particle = jethfutilities::matchedHFParticle(d0Candidate, tracks, particles, isMatched);
419419
if (!isMatched) {
420-
continue;
420+
continue;
421421
}
422422
for (const auto& McDJet : McDJets) {
423423
if (McDJet.pt() < jetPtCutMin) {

0 commit comments

Comments
 (0)