summaryrefslogtreecommitdiffhomepage
path: root/test/entity.cpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2022-11-18 11:19:38 +0100
committerStanislaw Halik <sthalik@misaki.pl>2022-11-18 11:51:43 +0100
commitec4f8323fe075e8b8d716128996658a2a1a300d7 (patch)
tree39dccf5dd4a273f1dba8ad5e25574f3ccb6589ca /test/entity.cpp
parent7bd1ca56bd9bc561d987fce90e0ba52eeb6636d9 (diff)
entity: whitespace
Diffstat (limited to 'test/entity.cpp')
-rw-r--r--test/entity.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/entity.cpp b/test/entity.cpp
index 2b46cbeb..8f966572 100644
--- a/test/entity.cpp
+++ b/test/entity.cpp
@@ -129,7 +129,6 @@ static void test_metadata()
static void test_type_name()
{
- using namespace entities;
struct foobar;
constexpr StringView name = name_of<foobar>;
fm_assert(name.contains("foobar"_s));