Skip to content

Commit e869688

Browse files
authored
fix linter
1 parent 2509348 commit e869688

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PWGLF/Tasks/Resonances/lambda1520analysisinpp.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1396,7 +1396,7 @@ struct Lambda1520analysisinpp {
13961396
return (ptL2 > 0) ? std::sqrt(ptL2) : -1.f;
13971397
};
13981398

1399-
for (auto& part : mcPartsThis) {
1399+
for (const auto& part : mcPartsThis) {
14001400

14011401
if (!part.has_mcCollision())
14021402
continue;

0 commit comments

Comments
 (0)