Skip to content

Commit cf13382

Browse files
authored
fix linter issue
1 parent 57a1141 commit cf13382

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
@@ -1340,7 +1340,7 @@ struct Lambda1520analysisinpp {
13401340
return (ptL2 > 0) ? std::sqrt(ptL2) : -1.f;
13411341
};
13421342

1343-
for (auto& part : mcPartsAll) {
1343+
for (const auto& part : mcPartsAll) {
13441344

13451345
if (!part.isPhysicalPrimary())
13461346
continue;

0 commit comments

Comments
 (0)