Small style fix in generateUUIDv7.cpp

This commit is contained in:
Alexey Petrunyaka 2024-04-23 12:39:29 +03:00 committed by GitHub
parent e9f80b8631
commit 2ba6be6d8b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -46,7 +46,8 @@ inline void fillTimestamp(UUIDAsArray & uuid, uint64_t timestamp)
DECLARE_SEVERAL_IMPLEMENTATIONS(
namespace UUIDv7Impl {
namespace UUIDv7Impl
{
inline void store(UUID & new_uuid, UUIDAsArray & uuid)
{
uuid[6] = (uuid[6] & 0x0f) | 0x70; // version 7