From 2a87a65e09638676b443dc538a80c3a592715860 Mon Sep 17 00:00:00 2001 From: Loek Le Blansch Date: Thu, 21 Nov 2024 10:52:38 +0100 Subject: `make format` --- src/crepe/api/Script.h | 2 +- src/crepe/system/ScriptSystem.cpp | 1 - src/test/ScriptTest.cpp | 1 - 3 files changed, 1 insertion(+), 3 deletions(-) (limited to 'src') diff --git a/src/crepe/api/Script.h b/src/crepe/api/Script.h index 6418b04..f1a6b42 100644 --- a/src/crepe/api/Script.h +++ b/src/crepe/api/Script.h @@ -2,8 +2,8 @@ #include -#include "../util/OptionalRef.h" #include "../types.h" +#include "../util/OptionalRef.h" #include "EventManager.h" diff --git a/src/crepe/system/ScriptSystem.cpp b/src/crepe/system/ScriptSystem.cpp index d54bbc9..20a83f7 100644 --- a/src/crepe/system/ScriptSystem.cpp +++ b/src/crepe/system/ScriptSystem.cpp @@ -26,4 +26,3 @@ void ScriptSystem::update() { script->update(); } } - diff --git a/src/test/ScriptTest.cpp b/src/test/ScriptTest.cpp index 73009a7..78d5061 100644 --- a/src/test/ScriptTest.cpp +++ b/src/test/ScriptTest.cpp @@ -127,4 +127,3 @@ TEST_F(ScriptTest, EventInactive) { EXPECT_EQ(1, script.update_count); EXPECT_EQ(1, script.event_count); } - -- cgit v1.2.3