skypjack 1 неделя назад
Родитель
Сommit
d20fc9551f
1 измененных файлов с 1 добавлено и 2 удалено
  1. 1 2
      src/entt/meta/meta.hpp

+ 1 - 2
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);