Fix code formatting

This commit is contained in:
Stefan Müller 2025-02-19 11:23:09 +01:00
parent 973f62163d
commit 449e33d2a3
1 changed files with 2 additions and 1 deletions

View File

@ -18,7 +18,8 @@
#include <aoc/Solver.hpp>
#include <aoc/Point2.hpp>
class ClawContraption : public Solver
class ClawContraption
: public Solver
{
public:
virtual const std::string getPuzzleName() const override;