diff options
author | HampusM <hampus@hampusmat.com> | 2022-02-13 19:13:09 +0100 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2022-02-13 19:13:09 +0100 |
commit | 36ce8d5d2c9b3bb9588a2bc1d96ee2678c2b990c (patch) | |
tree | 33c833310cc2351744d305f65f590ab19216aae3 /src/maze.hpp | |
parent | 2b7f79b42c75fc3f35dff8503bb47ea15f0af029 (diff) |
style: delete extra eof empty lines
Diffstat (limited to 'src/maze.hpp')
-rw-r--r-- | src/maze.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
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<Element> *matrix, std::shared_ptr<Vector2> start_pos, Element space_element, std::mt19937 random_gen); #include "maze.tpp" - |