Przeglądaj źródła

dispatcher: minor changes

Michele Caini 2 lat temu
rodzic
commit
339df18c06
1 zmienionych plików z 0 dodań i 1 usunięć
  1. 0 1
      src/entt/signal/dispatcher.hpp

+ 0 - 1
src/entt/signal/dispatcher.hpp

@@ -190,7 +190,6 @@ public:
      */
     basic_dispatcher &operator=(basic_dispatcher &&other) noexcept {
         ENTT_ASSERT(alloc_traits::is_always_equal::value || pools.second() == other.pools.second(), "Copying a dispatcher is not allowed");
-
         pools = std::move(other.pools);
         return *this;
     }