Skip to content

Commit 705e81a

Browse files
Please consider the following formatting changes
1 parent c5d9c99 commit 705e81a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGLF/TableProducer/Strangeness/strangenessbuilder.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1357,7 +1357,7 @@ struct StrangenessBuilder {
13571357
if constexpr (requires { posTrack.tpcNSigmaEl(); }) {
13581358
if (preSelectOpts.preselectOnlyDesiredV0s) {
13591359
float lPt = RecoDecay::sqrtSumOfSquares(
1360-
straHelper.v0.positiveMomentum[0] + straHelper.v0.negativeMomentum[0],
1360+
straHelper.v0.positiveMomentum[0] + straHelper.v0.negativeMomentum[0],
13611361
straHelper.v0.positiveMomentum[1] + straHelper.v0.negativeMomentum[1]);
13621362

13631363
if (

0 commit comments

Comments
 (0)