mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-01 20:12:02 +00:00
Small style fix in generateUUIDv7.cpp
This commit is contained in:
parent
e9f80b8631
commit
2ba6be6d8b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user