From 9cff88f3970240c12e9a7d0b336b5a9eea3543c0 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Wed, 9 Jul 2025 09:01:46 +0000 Subject: [PATCH] Please consider the following formatting changes --- PWGEM/Dilepton/TableProducer/skimmerOTS.cxx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/PWGEM/Dilepton/TableProducer/skimmerOTS.cxx b/PWGEM/Dilepton/TableProducer/skimmerOTS.cxx index 3762bf13d62..997f8c4e6a5 100644 --- a/PWGEM/Dilepton/TableProducer/skimmerOTS.cxx +++ b/PWGEM/Dilepton/TableProducer/skimmerOTS.cxx @@ -14,19 +14,19 @@ // This code produces trigger information. OTS = offline trigger selection. // Please write to: daiki.sekihata@cern.ch -#include -#include +#include "PWGEM/Dilepton/DataModel/dileptonTables.h" -#include "Framework/runDataProcessing.h" -#include "Framework/AnalysisTask.h" -#include "Framework/AnalysisDataModel.h" -#include "Framework/ASoAHelpers.h" +#include "Common/Core/TableHelper.h" +#include "EventFiltering/Zorro.h" #include "CCDB/BasicCCDBManager.h" -#include "EventFiltering/Zorro.h" -#include "Common/Core/TableHelper.h" +#include "Framework/ASoAHelpers.h" +#include "Framework/AnalysisDataModel.h" +#include "Framework/AnalysisTask.h" +#include "Framework/runDataProcessing.h" -#include "PWGEM/Dilepton/DataModel/dileptonTables.h" +#include +#include using namespace o2; using namespace o2::framework;