diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-12-07 14:19:26 +0100 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-12-07 14:19:26 +0100 |
commit | f3009ab8f0785a54d3fd83c0d758c8ebd901adda (patch) | |
tree | 6e9df9ef2311c28ee590c30e3a1f00018105bdd9 /src/test/ScriptTest.cpp | |
parent | 90c6bf03e59fdec64f850310bcbff45ae86f69e3 (diff) |
`make format`
Diffstat (limited to 'src/test/ScriptTest.cpp')
-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 b0b2546..acdae70 100644 --- a/src/test/ScriptTest.cpp +++ b/src/test/ScriptTest.cpp @@ -73,4 +73,3 @@ TEST_F(ScriptTest, UpdateInactive) { system.update(); } } - |