Skip to content

Commit feb2b4b

Browse files
committed
Please consider the following formatting changes
1 parent ef784c5 commit feb2b4b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

PWGCF/Flow/Tasks/flowZdcTask.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -377,8 +377,8 @@ struct FlowZdcTask {
377377
histos.fill(HIST("hEventCounter"), EvCutLabel::OccuCut);
378378

379379
if (col.centFT0C() < minT0CcentCut || col.centFT0C() > maxT0CcentCut) {
380-
return false;
381-
}
380+
return false;
381+
}
382382
histos.fill(HIST("hEventCounter"), EvCutLabel::Centrality);
383383

384384
// Z-vertex position cut

0 commit comments

Comments
 (0)