diff options
author | dmasloff <dmasloff@yandex-team.com> | 2024-09-05 20:05:47 +0300 |
---|---|---|
committer | dmasloff <dmasloff@yandex-team.com> | 2024-09-05 20:17:10 +0300 |
commit | 74184a40c15dc0649a769d9754d0ce7efb44db04 (patch) | |
tree | 433c12d17fec8928522e31fede6afb88e0b8f41c /util/digest/city.h | |
parent | db4754b956955532cb1ad5fd119d5d199b790a0e (diff) | |
download | ydb-74184a40c15dc0649a769d9754d0ce7efb44db04.tar.gz |
FixNamespaceComments in /util
FixNamespaceComments in /util
bb9152570d7c258798644ead5a59f604de05ef3b
Diffstat (limited to 'util/digest/city.h')
-rw-r--r-- | util/digest/city.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/digest/city.h b/util/digest/city.h index 675a798074..31d7dc73d3 100644 --- a/util/digest/city.h +++ b/util/digest/city.h @@ -50,7 +50,7 @@ namespace NPrivateCityHash { static_assert(std::is_integral<std::remove_reference_t<decltype(*str.data())>>::value, "invalid type passed to hash function"); return TStringBuf(reinterpret_cast<const char*>(str.data()), (str.size()) * sizeof(*str.data())); } -} +} // namespace NPrivateCityHash template <class TStringType> inline ui64 CityHash64(const TStringType& str) { |