Skip to content

Commit d3df55b

Browse files
committed
Please consider the following formatting changes
1 parent e08697b commit d3df55b

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

PWGLF/TableProducer/Strangeness/Converters/stradautracksconverter.cxx

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,14 @@
1616
/// \author Romain Schotter <romain.schotter@cern.ch>, Austrian Academy of Sciences & SMI
1717
//
1818

19-
#include <vector>
19+
#include "PWGLF/DataModel/LFStrangenessPIDTables.h"
20+
#include "PWGLF/DataModel/LFStrangenessTables.h"
2021

21-
#include "Framework/runDataProcessing.h"
22-
#include "Framework/AnalysisTask.h"
2322
#include "Framework/AnalysisDataModel.h"
24-
#include "PWGLF/DataModel/LFStrangenessTables.h"
25-
#include "PWGLF/DataModel/LFStrangenessPIDTables.h"
23+
#include "Framework/AnalysisTask.h"
24+
#include "Framework/runDataProcessing.h"
25+
26+
#include <vector>
2627

2728
using namespace o2;
2829
using namespace o2::framework;

0 commit comments

Comments
 (0)