LibCards: Fix some minor clang-tidy issues

This commit is contained in:
Sam Atkins 2022-09-28 12:58:08 +01:00 committed by Sam Atkins
commit b26383bc6c
Notes: sideshowbarker 2024-07-17 07:31:31 +09:00
2 changed files with 8 additions and 8 deletions

View file

@ -62,7 +62,7 @@ private:
uint8_t shift_y_upside_down { 0 };
};
constexpr StackRules rules_for_type(Type stack_type)
static constexpr StackRules rules_for_type(Type stack_type)
{
switch (stack_type) {
case Type::Foundation: