From d20fc9551f8a970f3ade15b062997f14df23fa6d Mon Sep 17 00:00:00 2001 From: skypjack Date: Mon, 23 Feb 2026 11:24:59 +0100 Subject: [PATCH] meta: coding style --- src/entt/meta/meta.hpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/entt/meta/meta.hpp b/src/entt/meta/meta.hpp index e203244da..e4fc85b2d 100644 --- a/src/entt/meta/meta.hpp +++ b/src/entt/meta/meta.hpp @@ -215,8 +215,7 @@ class meta_any { } } - [[nodiscard]] const auto & - fetch_node() const { + [[nodiscard]] const auto &fetch_node() const { if(node == nullptr) { ENTT_ASSERT(*this, "Invalid vtable function"); vtable(internal::meta_traits::is_none, *this, nullptr);