mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-22 02:09:24 +00:00
LibCards: Fix some minor clang-tidy issues
This commit is contained in:
parent
21a818ab50
commit
b26383bc6c
Notes:
sideshowbarker
2024-07-17 07:31:31 +09:00
Author: https://github.com/AtkinsSJ
Commit: b26383bc6c
Pull-request: https://github.com/SerenityOS/serenity/pull/15388
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