diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2025-01-07 10:08:47 +0100 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2025-01-07 10:08:47 +0100 |
commit | 725bb89cd3690d396502ab90baa35fa4eec6fe98 (patch) | |
tree | 8b47952b9b58e076bf631f353f2a05d56ccff64f /src | |
parent | f8496d3d48beeb6e0c5ef8dc82e16d281c94148e (diff) |
`make format`
Diffstat (limited to 'src')
-rw-r--r-- | src/crepe/api/Vector2.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/crepe/api/Vector2.hpp b/src/crepe/api/Vector2.hpp index a4ce641..5709f46 100644 --- a/src/crepe/api/Vector2.hpp +++ b/src/crepe/api/Vector2.hpp @@ -177,5 +177,4 @@ Vector2<T> Vector2<T>::rotate(float deg) const { }; } - } // namespace crepe |