Meta+Games: Make clang-format-10 clean

This commit is contained in:
Ben Wiederhake 2020-09-18 09:49:51 +02:00 committed by Andreas Kling
commit fa62c5595e
Notes: sideshowbarker 2024-07-19 02:14:47 +09:00

View file

@ -56,7 +56,7 @@ public:
} }
private: private:
SquareButton() {} SquareButton() { }
}; };
class SquareLabel final : public GUI::Label { class SquareLabel final : public GUI::Label {