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/stack.hpp | |
parent | 2b7f79b42c75fc3f35dff8503bb47ea15f0af029 (diff) |
style: delete extra eof empty lines
Diffstat (limited to 'src/stack.hpp')
-rw-r--r-- | src/stack.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/stack.hpp b/src/stack.hpp index d5c1bdb..4da5f76 100644 --- a/src/stack.hpp +++ b/src/stack.hpp @@ -38,4 +38,3 @@ private: }; #include "stack.tpp" - |