Skip to content

Commit f428f8c

Browse files
committed
Please consider the following formatting changes
1 parent 4538bca commit f428f8c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

PWGLF/Tasks/Strangeness/lambdaJetpolarization.cxx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
#include "Math/Vector4D.h"
3636
#include "TProfile2D.h"
3737
#include <TFile.h>
38-
//#include <TLorentzVector.h>
38+
// #include <TLorentzVector.h>
3939
#include <TMatrixD.h>
4040
#include <TTree.h>
4141

@@ -1990,6 +1990,5 @@ struct LfMyV0s {
19901990
WorkflowSpec defineDataProcessing(ConfigContext const& cfgc)
19911991
{
19921992
return WorkflowSpec{
1993-
adaptAnalysisTask<LfMyV0s>(cfgc, TaskName{"lf-my-v0s"})
1994-
};
1993+
adaptAnalysisTask<LfMyV0s>(cfgc, TaskName{"lf-my-v0s"})};
19951994
}

0 commit comments

Comments
 (0)