diff options
author | khvostikovao <khvostikovao@yandex-team.ru> | 2022-02-10 16:52:06 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:52:06 +0300 |
commit | c6c60f8a1120937fbf449f6d47c8df1595a5df66 (patch) | |
tree | ab7fbbf3253d4c0e2793218f09378908beb025fb /util/generic/guid.h | |
parent | 06189cb2ee513c85b125b5bd1c879a5a4f05ca77 (diff) | |
download | ydb-c6c60f8a1120937fbf449f6d47c8df1595a5df66.tar.gz |
Restoring authorship annotation for <khvostikovao@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'util/generic/guid.h')
-rw-r--r-- | util/generic/guid.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/util/generic/guid.h b/util/generic/guid.h index 8267935bcc..2bf6c8ad99 100644 --- a/util/generic/guid.h +++ b/util/generic/guid.h @@ -36,12 +36,12 @@ struct TGUID { TString AsUuidString() const; static TGUID Create(); - - /** - * Generate time based UUID version 1 RFC4122 GUID - * https://datatracker.ietf.org/doc/html/rfc4122#section-4.1 - **/ - static TGUID CreateTimebased(); + + /** + * Generate time based UUID version 1 RFC4122 GUID + * https://datatracker.ietf.org/doc/html/rfc4122#section-4.1 + **/ + static TGUID CreateTimebased(); }; constexpr bool operator==(const TGUID& a, const TGUID& b) noexcept { |