Skip to content

Commit fcc139a

Browse files
author
Sabrina Hernandez
committed
remove bracket
1 parent 4dff0d0 commit fcc139a

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

PWGCF/Flow/Tasks/flowZdcTask.cxx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -374,9 +374,8 @@ struct FlowZdcTask {
374374
}
375375
histos.fill(HIST("hEventCounter"), EvCutLabel::VtxZ);
376376
if (isApplyRadialCut) {
377-
if (std::fabs(col.posX()) > posXcut || std::fabs(col.posY()) > posYcut) {
377+
if (std::fabs(col.posX()) > posXcut || std::fabs(col.posY()) > posYcut)
378378
return false;
379-
}
380379
}
381380

382381
return true;

0 commit comments

Comments
 (0)