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 | 06189cb2ee513c85b125b5bd1c879a5a4f05ca77 (patch) | |
tree | b1d025e74b437ef31f6dcfde01766663c842197b /util/generic/guid.h | |
parent | e1eef5fd2ea964227b9be2c182415857c35e1290 (diff) |
Restoring authorship annotation for <[email protected]>. Commit 1 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 2bf6c8ad99c..8267935bcc7 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 { |