test: linter related stuff

This commit is contained in:
Michele Caini
2023-12-19 18:58:47 +01:00
parent d2344e8e62
commit 27a46a97a6

View File

@@ -11,7 +11,7 @@
enum class my_entity : entt::id_type {};
template<typename Type>
struct meta_mixin: Type {
struct meta_mixin: Type { // NOLINT
using allocator_type = typename Type::allocator_type;
using value_type = typename Type::value_type;