Skip to content

Commit 09b3c1b

Browse files
authored
fix linter issue
1 parent 21c6f6a commit 09b3c1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGLF/Tasks/Resonances/lambda1520analysisinpp.cxx

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

1317-
for (auto& part : mcPartsAll) {
1317+
for (const auto& part : mcPartsAll) {
13181318

13191319
if (!part.isPhysicalPrimary())
13201320
continue;

0 commit comments

Comments
 (0)