From 449e33d2a35cdaf52ea982d202b5210514c10499 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20M=C3=BCller?= Date: Wed, 19 Feb 2025 11:23:09 +0100 Subject: [PATCH] Fix code formatting --- include/aoc/ClawContraption.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/aoc/ClawContraption.hpp b/include/aoc/ClawContraption.hpp index b06c945..f23710e 100644 --- a/include/aoc/ClawContraption.hpp +++ b/include/aoc/ClawContraption.hpp @@ -18,7 +18,8 @@ #include #include -class ClawContraption : public Solver +class ClawContraption + : public Solver { public: virtual const std::string getPuzzleName() const override;