1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 21:07:35 +00:00

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
parent 21a818ab50
commit b26383bc6c
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: