aboutsummaryrefslogtreecommitdiff
path: root/src/crepe/api/Script.cpp
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2024-11-21 10:00:35 +0100
committerLoek Le Blansch <loek@pipeframe.xyz>2024-11-21 10:00:35 +0100
commit70b1bf50de703330436f2ae9cb103fe33cbb567e (patch)
tree6e5c9bc256ae8392f94d2d863ecd345f6246927f /src/crepe/api/Script.cpp
parentaa00be5fae68e4ccb7b592f1193d86f09105723a (diff)
`make format`
Diffstat (limited to 'src/crepe/api/Script.cpp')
-rw-r--r--src/crepe/api/Script.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/crepe/api/Script.cpp b/src/crepe/api/Script.cpp
index d3fae07..0e73848 100644
--- a/src/crepe/api/Script.cpp
+++ b/src/crepe/api/Script.cpp
@@ -14,4 +14,3 @@ void Script::subscribe(const EventHandler<CollisionEvent> & callback) {
const game_object_id_t & game_object_id = *this->game_object_id_ref;
this->subscribe_internal(callback, game_object_id);
}
-