diff --git a/PWGDQ/Core/DQMlResponse.h b/PWGDQ/Core/DQMlResponse.h index 361e0c1fad7..ab150800cf7 100644 --- a/PWGDQ/Core/DQMlResponse.h +++ b/PWGDQ/Core/DQMlResponse.h @@ -27,9 +27,10 @@ // Fill the map of available input features // the key is the feature's name (std::string) // the value is the corresponding value in EnumInputFeatures -#define FILL_MAP(FEATURE) \ - { \ - #FEATURE, static_cast(InputFeatures::FEATURE)} +#define FILL_MAP(FEATURE) \ + { \ + #FEATURE, static_cast(InputFeatures::FEATURE) \ + } namespace o2::analysis {