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:
parent
21a818ab50
commit
b26383bc6c
2 changed files with 8 additions and 8 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue