Переглянути джерело

test: linter related stuff

Michele Caini 2 роки тому
батько
коміт
27a46a97a6
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      test/example/entity_copy.cpp

+ 1 - 1
test/example/entity_copy.cpp

@@ -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;