aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2024-11-13 16:27:03 +0100
committerLoek Le Blansch <loek@pipeframe.xyz>2024-11-13 16:27:03 +0100
commitbc2a31190b5afe7754b04e9c61fcda30e577d7d8 (patch)
tree4c1601b57e94c12436eaf2b7744860bfd24f437d
parentb63f4700f7bda696afb14cc3111be0f8b0eed458 (diff)
`make format`
-rw-r--r--src/crepe/system/ScriptSystem.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/crepe/system/ScriptSystem.cpp b/src/crepe/system/ScriptSystem.cpp
index 7b22533..f4a826b 100644
--- a/src/crepe/system/ScriptSystem.cpp
+++ b/src/crepe/system/ScriptSystem.cpp
@@ -43,4 +43,3 @@ forward_list<reference_wrapper<Script>> ScriptSystem::get_scripts() const {
return scripts;
}
-