diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-11-13 16:27:03 +0100 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-11-13 16:27:03 +0100 |
commit | bc2a31190b5afe7754b04e9c61fcda30e577d7d8 (patch) | |
tree | 4c1601b57e94c12436eaf2b7744860bfd24f437d | |
parent | b63f4700f7bda696afb14cc3111be0f8b0eed458 (diff) |
`make format`
-rw-r--r-- | src/crepe/system/ScriptSystem.cpp | 1 |
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; } - |