Skip to content

Commit 628a781

Browse files
alibuildvkucera
authored andcommitted
Please consider the following formatting changes to #14128 (#136)
1 parent 8d36b43 commit 628a781

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
@@ -31,9 +31,10 @@
3131
// Fill the map of available input features
3232
// the key is the feature's name (std::string)
3333
// the value is the corresponding value in EnumInputFeatures
34-
#define FILL_MAP_BJET(FEATURE) \
35-
{ \
36-
#FEATURE, static_cast<uint8_t>(InputFeaturesBTag::FEATURE)}
34+
#define FILL_MAP_BJET(FEATURE) \
35+
{ \
36+
#FEATURE, static_cast<uint8_t>(InputFeaturesBTag::FEATURE) \
37+
}
3738

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

0 commit comments

Comments
 (0)