Skip to content

Commit

Permalink
Merge pull request AliceO2Group#19 from alibuild/alibot-cleanup-ml-4551
Browse files Browse the repository at this point in the history
[MegaLinter] Apply linters automatic fixes to AliceO2Group#4551
  • Loading branch information
mfaggin authored Feb 1, 2024
2 parents 4c2413e + bad9714 commit 35ae773
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 35ae773

Please sign in to comment.