Просмотр исходного кода

hashed_string: linter related stuff

Michele Caini 2 лет назад
Родитель
Сommit
d2344e8e62
1 измененных файлов с 1 добавлено и 1 удалено
  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.
      */
     [[nodiscard]] constexpr size_type size() const noexcept {
-        return base_type::length;
+        return base_type::length; // NOLINT
     }
 
     /**