Skip to content

Commit 8483257

Browse files
committed
implemented comment
1 parent a7ceea5 commit 8483257

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PWGHF/HFL/Tasks/taskElectronWeakBoson.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -485,9 +485,9 @@ struct HfTaskElectronWeakBoson {
485485
track.sign());
486486
}
487487

488-
if (track.pt() < ptMin)
488+
if (track.pt() < ptMin) {
489489
continue;
490-
490+
}
491491
// track - match
492492

493493
// continue;

0 commit comments

Comments
 (0)