From 99c9cd39a6a8bc2984889cefb7606a287694e0fc Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Mon, 21 Jul 2025 11:13:12 +0000 Subject: [PATCH] Please consider the following formatting changes --- PWGDQ/Core/DQMlResponse.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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 {