From 27a46a97a6f8219c4e7fd32a295a323b295395f4 Mon Sep 17 00:00:00 2001 From: Michele Caini Date: Tue, 19 Dec 2023 18:58:47 +0100 Subject: [PATCH] test: linter related stuff --- test/example/entity_copy.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/example/entity_copy.cpp b/test/example/entity_copy.cpp index 1b458938f..8852653c8 100644 --- a/test/example/entity_copy.cpp +++ b/test/example/entity_copy.cpp @@ -11,7 +11,7 @@ enum class my_entity : entt::id_type {}; template -struct meta_mixin: Type { +struct meta_mixin: Type { // NOLINT using allocator_type = typename Type::allocator_type; using value_type = typename Type::value_type;