Skip to content

Commit 34518f6

Browse files
committed
Fix o2linter warnings
1 parent 099afbb commit 34518f6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PWGUD/Tasks/FwdMuonsUPC.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -772,7 +772,7 @@ struct FwdMuonsUPC {
772772
for (const auto& item : tracksPerCand) {
773773
if (item.second.size() != k2Tracks) {
774774
LOGF(debug, "mc parts = %d", item.second.size());
775-
for (const auto id : item.second) {
775+
for (const auto& id : item.second) {
776776
auto p = McParts.iteratorAt(id);
777777
LOGF(debug,
778778
" part %d: pdg=%d status=%d has_mothers=%d has_daughters=%d",

0 commit comments

Comments
 (0)