Skip to content

Commit 9d31cba

Browse files
authored
Please consider the following formatting changes to AliceO2Group#11550 (#131)
1 parent 707c1cb commit 9d31cba

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

PWGJE/Core/MlResponseHfTagging.h

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

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

0 commit comments

Comments
 (0)