Browse Source

hashed_string: nit

Michele Caini 3 years ago
parent
commit
92c2fd9409
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/entt/core/hashed_string.hpp

+ 1 - 0
src/entt/core/hashed_string.hpp

@@ -73,6 +73,7 @@ class basic_hashed_string: internal::basic_hashed_string<Char> {
         // non-explicit constructor on purpose
         constexpr const_wrapper(const Char *str) noexcept
             : repr{str} {}
+
         const Char *repr;
     };