Skip to content

Commit e754598

Browse files
committed
Please consider the following formatting changes
1 parent d825b15 commit e754598

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGCF/Flow/Tasks/flowZdcTask.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ struct FlowZdcTask {
320320
if (isApplyExtraCorrCut && col.multNTracksPV() > npvTracksCut && col.multFT0C() < (10 * col.multNTracksPV() - ft0cCut)) {
321321
return false;
322322
}
323-
histos.fill(HIST("eventSelectionSteps"), 10);
323+
histos.fill(HIST("eventSelectionSteps"), 10);
324324
histos.fill(HIST("eventSelectionSteps"), 11);
325325
return true;
326326
}

0 commit comments

Comments
 (0)