Skip to content

Commit 92135a8

Browse files
committed
Please consider the following formatting changes
1 parent 55fb377 commit 92135a8

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
@@ -315,7 +315,7 @@ struct FlowZdcTask {
315315
if (isApplyExtraCorrCut && col.multNTracksPV() > npvTracksCut && col.multFT0C() < (10 * col.multNTracksPV() - ft0cCut)) {
316316
return false;
317317
}
318-
histos.fill(HIST("EventHist"), 9);
318+
histos.fill(HIST("EventHist"), 9);
319319
histos.fill(HIST("eventSelectionSteps"), 10);
320320
return true;
321321
}

0 commit comments

Comments
 (0)