Skip to content

Commit 5aa058d

Browse files
committed
Please consider the following formatting changes
1 parent e72aa92 commit 5aa058d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

PWGCF/TwoParticleCorrelations/Tasks/cascDiHadronCorr.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -517,7 +517,7 @@ struct CascDiHadronCorr {
517517
return false;
518518
if (std::fabs(casc.mLambda() - o2::constants::physics::MassLambda0) > cascBuilderOpts.cfgcasc_mlambdawindow.value)
519519
return false;
520-
}
520+
}
521521
if (cfgOutputOmega) {
522522
if (casc.sign() < 0) {
523523
if (std::fabs(bachelor.tpcNSigmaKa()) > cfgNSigma[2])
@@ -1534,4 +1534,4 @@ WorkflowSpec defineDataProcessing(ConfigContext const& cfgc)
15341534
return WorkflowSpec{
15351535
adaptAnalysisTask<CascDiHadronCorr>(cfgc),
15361536
};
1537-
}
1537+
}

0 commit comments

Comments
 (0)