diff --git a/test/entt/entity/table.cpp b/test/entt/entity/table.cpp index 001d79447..94aec4b52 100644 --- a/test/entt/entity/table.cpp +++ b/test/entt/entity/table.cpp @@ -16,5 +16,3 @@ TEST(Table, Constructors) { ASSERT_NO_THROW([[maybe_unused]] auto alloc = table.get_allocator()); } - -}