diff options
| author | khvostikovao <[email protected]> | 2022-02-10 16:52:06 +0300 |
|---|---|---|
| committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:52:06 +0300 |
| commit | c6c60f8a1120937fbf449f6d47c8df1595a5df66 (patch) | |
| tree | ab7fbbf3253d4c0e2793218f09378908beb025fb /util/generic/guid.h | |
| parent | 06189cb2ee513c85b125b5bd1c879a5a4f05ca77 (diff) | |
Restoring authorship annotation for <[email protected]>. 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 8267935bcc7..2bf6c8ad99c 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 { |
