aboutsummaryrefslogtreecommitdiff
path: root/src/crepe/Sprite.cpp
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2024-10-06 15:29:39 +0200
committerLoek Le Blansch <loek@pipeframe.xyz>2024-10-06 15:29:39 +0200
commit8a509ad4c5e15fbf7eaade1c8bf4834f0d0069c5 (patch)
treefcff727adbea0ece771efbfdab54fc4e6c8289e4 /src/crepe/Sprite.cpp
parentaa8755148cbca29b584f7a146636b506070717f9 (diff)
`make format`
Diffstat (limited to 'src/crepe/Sprite.cpp')
-rw-r--r--src/crepe/Sprite.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/crepe/Sprite.cpp b/src/crepe/Sprite.cpp
index c835d83..a5a5e68 100644
--- a/src/crepe/Sprite.cpp
+++ b/src/crepe/Sprite.cpp
@@ -6,4 +6,3 @@ using namespace crepe;
using namespace std;
Sprite::Sprite(string path) : path(path) {}
-