Fix code formatting
This commit is contained in:
parent
973f62163d
commit
449e33d2a3
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue