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/ECSTest.cpp | |
parent | 90c6bf03e59fdec64f850310bcbff45ae86f69e3 (diff) |
`make format`
Diffstat (limited to 'src/test/ECSTest.cpp')
-rw-r--r-- | src/test/ECSTest.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/ECSTest.cpp b/src/test/ECSTest.cpp index ed5341e..af2b7b0 100644 --- a/src/test/ECSTest.cpp +++ b/src/test/ECSTest.cpp @@ -466,4 +466,3 @@ TEST_F(ECSTest, ComponentsByTag) { EXPECT_EQ(objects.size(), 3); } } - |