Skip to content

Commit f44e640

Browse files
Merge pull request #43 from alibuild/alibot-cleanup-12989
[PWGHF] Please consider the following formatting changes to #12989
2 parents b15caff + 474634f commit f44e640

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGHF/HFC/TableProducer/correlatorFlowCharmHadronsReduced.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ struct HfCorrelatorFlowCharmHadronsReduced {
246246
/// \param ptTrig is the pT of the charm candidate
247247
template <typename TCand>
248248
bool isSelBdtBkgScoreCut(TCand const& cand,
249-
double ptTrig)
249+
double ptTrig)
250250
{
251251
for (size_t iPt = 0; iPt < binsPtTrig.value.size() - 1; iPt++) {
252252
if (ptTrig >= binsPtTrig.value[iPt] && ptTrig < binsPtTrig.value[iPt + 1]) {

0 commit comments

Comments
 (0)