Fix code formatting

This commit is contained in:
Stefan Müller 2025-05-17 00:04:15 +02:00
parent fef88ac3fe
commit 09e34b9562

View File

@ -18,7 +18,8 @@
#include <aoc/ReindeerMaze.hpp>
ReindeerMaze::ReindeerMaze(const int inputFileNameSuffix) : LinesSolver{ inputFileNameSuffix }
ReindeerMaze::ReindeerMaze(const int inputFileNameSuffix)
: LinesSolver{ inputFileNameSuffix }
{
}