mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-25 17:10:23 +00:00
Meta+Games: Make clang-format-10 clean
This commit is contained in:
parent
25488ddcad
commit
fa62c5595e
Notes:
sideshowbarker
2024-07-19 02:14:47 +09:00
Author: https://github.com/BenWiederhake Commit: https://github.com/SerenityOS/serenity/commit/fa62c5595e9 Pull-request: https://github.com/SerenityOS/serenity/pull/3541 Reviewed-by: https://github.com/alimpfard Reviewed-by: https://github.com/linusg
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ public:
|
|||
}
|
||||
|
||||
private:
|
||||
SquareButton() {}
|
||||
SquareButton() { }
|
||||
};
|
||||
|
||||
class SquareLabel final : public GUI::Label {
|
||||
|
|
Loading…
Reference in a new issue