Skip to content

Commit 4eace1d

Browse files
committed
Please consider the following formatting changes
1 parent 97b1554 commit 4eace1d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PWGCF/GenericFramework/Tasks/flowGfwV02.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@ struct FlowGfwV02 {
424424
registry.add("analysis/charged/ptA", "", {HistType::kTProfile3D, {bsAxis, centAxis, nchAxis}});
425425
registry.add("analysis/charged/ptB", "", {HistType::kTProfile3D, {bsAxis, centAxis, nchAxis}});
426426
registry.add("analysis/charged/ptAB", "", {HistType::kTProfile3D, {bsAxis, centAxis, nchAxis}});
427-
if (cfgUseMultiplicityFracWeights){
427+
if (cfgUseMultiplicityFracWeights) {
428428
registry.add("analysis/charged/nchA2pc", "", {HistType::kTProfile3D, {bsAxis, ptAxis, centAxis}});
429429
registry.add("analysis/charged/nchB2pc", "", {HistType::kTProfile3D, {bsAxis, ptAxis, centAxis}});
430430
registry.add("analysis/charged/ptA2pc", "", {HistType::kTProfile3D, {bsAxis, centAxis, nchAxis}});

0 commit comments

Comments
 (0)