Skip to content

Commit 294d28b

Browse files
committed
Please consider the following formatting changes
1 parent 9e1fbae commit 294d28b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGCF/Flow/Tasks/flowTask.cxx

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

0 commit comments

Comments
 (0)