From b935d4da135e195b06b57051407f9e5706c3e03b Mon Sep 17 00:00:00 2001 From: h4570 Date: Wed, 23 Dec 2020 20:24:08 +0100 Subject: [PATCH] fixed newline warning --- src/engine/include/models/bounding_box.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/engine/include/models/bounding_box.hpp b/src/engine/include/models/bounding_box.hpp index cab4a9b..a2f6c44 100644 --- a/src/engine/include/models/bounding_box.hpp +++ b/src/engine/include/models/bounding_box.hpp @@ -91,4 +91,4 @@ private: BoundingBoxFace _bottomFace; }; -#endif \ No newline at end of file +#endif