Skip to content

Commit 3654c13

Browse files
committed
Please consider the following formatting changes
1 parent 1de9284 commit 3654c13

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

PWGJE/Core/MlResponseHfTagging.h

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,10 @@
3535
// Fill the map of available input features
3636
// the key is the feature's name (std::string)
3737
// the value is the corresponding value in EnumInputFeatures
38-
#define FILL_MAP_BJET(FEATURE) \
39-
{ \
40-
#FEATURE, static_cast<uint8_t>(InputFeaturesBTag::FEATURE)}
38+
#define FILL_MAP_BJET(FEATURE) \
39+
{ \
40+
#FEATURE, static_cast<uint8_t>(InputFeaturesBTag::FEATURE) \
41+
}
4142

4243
// Check if the index of mCachedIndices (index associated to a FEATURE)
4344
// matches the entry in EnumInputFeatures associated to this FEATURE

PWGJE/TableProducer/emcalCorrectionTask.cxx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@
3434
#include "DetectorsBase/GeometryManager.h"
3535
#include "EMCALBase/ClusterFactory.h"
3636
#include "EMCALBase/Geometry.h"
37-
#include "EMCALBase/ClusterFactory.h"
3837
#include "EMCALBase/NonlinearityHandler.h"
3938
#include "EMCALReconstruction/Clusterizer.h"
4039
#include "Framework/ASoA.h"

0 commit comments

Comments
 (0)