From fa62c5595e98a8d93d7a6e54b4eab45d9095a2c9 Mon Sep 17 00:00:00 2001 From: Ben Wiederhake Date: Fri, 18 Sep 2020 09:49:51 +0200 Subject: [PATCH] Meta+Games: Make clang-format-10 clean --- Games/Minesweeper/Field.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Games/Minesweeper/Field.cpp b/Games/Minesweeper/Field.cpp index fdd022c255f..0abe27ce050 100644 --- a/Games/Minesweeper/Field.cpp +++ b/Games/Minesweeper/Field.cpp @@ -56,7 +56,7 @@ public: } private: - SquareButton() {} + SquareButton() { } }; class SquareLabel final : public GUI::Label {