Skip to content

Commit 03a3844

Browse files
committed
new PR
1 parent 2549ae2 commit 03a3844

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

PWGDQ/Core/DQMlResponse.h

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,10 @@
2727
// Fill the map of available input features
2828
// the key is the feature's name (std::string)
2929
// the value is the corresponding value in EnumInputFeatures
30-
#define FILL_MAP(FEATURE) \
31-
{ \
32-
#FEATURE, static_cast<uint8_t>(InputFeatures::FEATURE)}
30+
#define FILL_MAP(FEATURE) \
31+
{ \
32+
#FEATURE, static_cast<uint8_t>(InputFeatures::FEATURE) \
33+
}
3334

3435
namespace o2::analysis
3536
{

0 commit comments

Comments
 (0)