Skip to content

Commit a47baa8

Browse files
committed
fix linter errors
1 parent cd4ba9c commit a47baa8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PWGEM/PhotonMeson/Tasks/photonhbt.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3668,7 +3668,7 @@ struct Photonhbt {
36683668
}
36693669
}
36703670
std::array<std::vector<char>, kNDedup> dedupAlive;
3671-
for (auto& a : dedupAlive) {
3671+
for (auto& a : dedupAlive) { // o2-linter: disable=const-ref-in-for-loop (assign modifies the elements)
36723672
a.assign(nC, 0);
36733673
}
36743674
std::fill(dedupAlive[0].begin(), dedupAlive[0].end(), 1);

0 commit comments

Comments
 (0)