diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2022-11-18 11:19:38 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-11-18 11:51:43 +0100 |
commit | ec4f8323fe075e8b8d716128996658a2a1a300d7 (patch) | |
tree | 39dccf5dd4a273f1dba8ad5e25574f3ccb6589ca /test | |
parent | 7bd1ca56bd9bc561d987fce90e0ba52eeb6636d9 (diff) |
entity: whitespace
Diffstat (limited to 'test')
-rw-r--r-- | test/entity.cpp | 1 |
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)); |