Update generateUUIDv7.cpp for style check test

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

View File

@ -172,8 +172,7 @@ DECLARE_SEVERAL_IMPLEMENTATIONS(
Data() : std::lock_guard<std::mutex>(mtx), CounterDataCommon(uuid_data) { }
};
};
} // namespace UUIDv7Impl
}
template <typename FillPolicy>
class FunctionGenerateUUIDv7Base