Skip to content

Commit

Permalink
MegaLinter fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
alibuild committed Feb 1, 2024
1 parent 87d35f5 commit acd9a67
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions PWGHF/Core/HfMlResponseLcToPKPi.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
// 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_LCTOPKPI(FEATURE) \
{ \
#FEATURE, static_cast < uint8_t>(InputFeaturesLcToPKPi::FEATURE) \
#define FILL_MAP_LCTOPKPI(FEATURE) \
{ \
#FEATURE, static_cast<uint8_t>(InputFeaturesLcToPKPi::FEATURE) \
}

// Check if the index of mCachedIndices (index associated to a FEATURE)
Expand Down

0 comments on commit acd9a67

Please sign in to comment.