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/vector2.hpp | |
parent | 2b7f79b42c75fc3f35dff8503bb47ea15f0af029 (diff) |
style: delete extra eof empty lines
Diffstat (limited to 'src/vector2.hpp')
-rw-r--r-- | src/vector2.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/vector2.hpp b/src/vector2.hpp index 223a59b..3dc1db1 100644 --- a/src/vector2.hpp +++ b/src/vector2.hpp @@ -57,4 +57,3 @@ private: unsigned int _x; unsigned int _y; }; - |