Explorar o código

hashed_string: linter related stuff

Michele Caini %!s(int64=2) %!d(string=hai) anos
pai
achega
d2344e8e62
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/entt/core/hashed_string.hpp

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

@@ -167,7 +167,7 @@ public:
      * @return The size of the hashed string.
      * @return The size of the hashed string.
      */
      */
     [[nodiscard]] constexpr size_type size() const noexcept {
     [[nodiscard]] constexpr size_type size() const noexcept {
-        return base_type::length;
+        return base_type::length; // NOLINT
     }
     }
 
 
     /**
     /**