From 36ce8d5d2c9b3bb9588a2bc1d96ee2678c2b990c Mon Sep 17 00:00:00 2001 From: HampusM Date: Sun, 13 Feb 2022 19:13:09 +0100 Subject: style: delete extra eof empty lines --- src/maze.hpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/maze.hpp') diff --git a/src/maze.hpp b/src/maze.hpp index 106e347..f343010 100644 --- a/src/maze.hpp +++ b/src/maze.hpp @@ -19,4 +19,3 @@ void matrix_to_maze(Matrix *matrix, std::shared_ptr start_pos, Element space_element, std::mt19937 random_gen); #include "maze.tpp" - -- cgit v1.2.3-18-g5258