Skip to content

Commit 87eb287

Browse files
committed
clang format
1 parent 9e1fbae commit 87eb287

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

PWGCF/Flow/Tasks/flowTask.cxx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -658,7 +658,6 @@ struct FlowTask {
658658
if (std::abs(track.eta()) < cfgEtaPtPt) {
659659
(dt == kGen) ? fFCptgen->fill(1., track.pt()) : fFCpt->fill(weff, track.pt());
660660
}
661-
662661
if (std::abs(track.eta()) < cfgEtaSubPtPt) {
663662
if (cfgEtaGapPtPtEnabled) {
664663
if (track.eta() < -1. * cfgEtaGapPtPt) {

0 commit comments

Comments
 (0)