Skip to content

Commit 1cfe6b0

Browse files
committed
Please consider the following formatting changes
1 parent 21d931a commit 1cfe6b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGCF/Flow/Tasks/flowSP.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1098,7 +1098,7 @@ struct FlowSP {
10981098
if (cfgFillWeightsPOS) {
10991099
if (pos)
11001100
fWeightsPOS->fill(track.phi(), track.eta(), vtxz, track.pt(), centrality, 0);
1101-
}
1101+
}
11021102
if (cfgFillWeightsNEG) {
11031103
if (!pos)
11041104
fWeightsNEG->fill(track.phi(), track.eta(), vtxz, track.pt(), centrality, 0);

0 commit comments

Comments
 (0)