Skip to content

Commit 90fbaa2

Browse files
authored
Merge pull request #3 from alibuild/alibot-cleanup-12164
Please consider the following formatting changes to #12164
2 parents 143c83b + 982b0bd commit 90fbaa2

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
@@ -460,7 +460,7 @@ struct Lambda1520analysisinpp {
460460
continue;
461461
auto p = pdg->GetParticle(mcparticle.pdgCode());
462462
if (p != nullptr) {
463-
if (std::abs(p->Charge()/3.0) >= 1.0) {
463+
if (std::abs(p->Charge() / 3.0) >= 1.0) {
464464
if (std::abs(mcparticle.eta()) < 1.0)
465465
return true;
466466
}

0 commit comments

Comments
 (0)