diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-11-21 10:52:38 +0100 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-11-21 10:52:38 +0100 |
commit | 2a87a65e09638676b443dc538a80c3a592715860 (patch) | |
tree | 60f437ec29b2cd6e1d018dbf542d159527bb34f0 /src/test | |
parent | db66bb4babb19e8a86d5c61281c8b94469729d03 (diff) |
`make format`
Diffstat (limited to 'src/test')
-rw-r--r-- | src/test/ScriptTest.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
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); } - |