Skip to content

Commit ac200c4

Browse files
committed
Please consider the following formatting changes
1 parent 3fc3774 commit ac200c4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

PWGHF/TableProducer/derivedDataCreatorDplusToPiKPi.cxx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,8 +203,7 @@ struct HfDerivedDataCreatorDplusToPiKPi {
203203
RecoDecay::p(candidate.pxProng2(), candidate.pyProng2(), candidate.pzProng2()),
204204
candidate.tpcTofNSigmaPi0(),
205205
candidate.tpcTofNSigmaKa1(),
206-
candidate.tpcTofNSigmaPi2()
207-
);
206+
candidate.tpcTofNSigmaPi2());
208207
}
209208
if (fillCandidateMl) {
210209
rowCandidateMl(

0 commit comments

Comments
 (0)