Skip to content

Commit 982b0bd

Browse files
committed
Please consider the following formatting changes
1 parent 143c83b commit 982b0bd

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)