瀏覽代碼

table: clean up

Michele Caini 2 年之前
父節點
當前提交
3823d60932
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      src/entt/entity/table.hpp

+ 0 - 1
src/entt/entity/table.hpp

@@ -219,7 +219,6 @@ public:
      */
     basic_table &operator=(basic_table &&other) noexcept {
         ENTT_ASSERT(alloc_traits::is_always_equal::value || get_allocator() == other.get_allocator(), "Copying a table is not allowed");
-
         payload = std::move(other.payload);
         return *this;
     }