Skip to content

Commit 2149475

Browse files
fix linter warning
1 parent 65b9e06 commit 2149475

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGHF/D2H/Tasks/taskFlowCharmHadrons.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@ struct HfTaskFlowCharmHadrons {
455455
values.push_back(cosDeltaPhi);
456456
}
457457

458-
if (storeMl && outputMl.size() >= 2) {
458+
if (storeMl) {
459459
values.push_back(outputMl[0]);
460460
values.push_back(outputMl[1]);
461461
}

0 commit comments

Comments
 (0)