Skip to content

Commit 4a01c2f

Browse files
authored
Fix duplicate push of thnAxisNumPvContr to axes
1 parent f7bbcee commit 4a01c2f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PWGHF/D2H/Tasks/taskD0.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ struct HfTaskD0 {
349349
}
350350
if (storeCentrality) {
351351
axes.push_back(thnAxisCent);
352-
axes.push_back(thnAxisNumPvContr);///
352+
axes.push_back(thnAxisNumPvContr);
353353
}
354354
if (storeOccupancyAndIR) {
355355
axes.push_back(thnAxisOccupancy);

0 commit comments

Comments
 (0)