Skip to content

Commit ecabb15

Browse files
committed
Fix: fix formatting
1 parent d32d8a4 commit ecabb15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGCF/Femto/Core/pairBuilder.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ class PairV0V0Builder
259259
mV0HistManager1.init(registry, V0HistSpec1, PosDauHistSpec, NegDauHistSpec);
260260

261261
mPairHistManagerSe.setMass(confV0Selection1.pdgCode.value, confV0Selection1.pdgCode.value);
262-
mPairHistManagerSe.setCharge(1, 1);
262+
mPairHistManagerSe.setCharge(1, 1);
263263
mCprSe.init(registry, cprHistSpec, confCpr.detaMax.value, confCpr.dphistarMax.value, confCpr.on.value);
264264

265265
mPairHistManagerMe.setMass(confV0Selection1.pdgCode.value, confV0Selection1.pdgCode.value);

0 commit comments

Comments
 (0)