From bc2a31190b5afe7754b04e9c61fcda30e577d7d8 Mon Sep 17 00:00:00 2001 From: Loek Le Blansch Date: Wed, 13 Nov 2024 16:27:03 +0100 Subject: `make format` --- src/crepe/system/ScriptSystem.cpp | 1 - 1 file changed, 1 deletion(-) 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> ScriptSystem::get_scripts() const { return scripts; } - -- cgit v1.2.3