diff options
author | acid <acid@yandex-team.ru> | 2022-02-10 16:50:48 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:50:48 +0300 |
commit | e55e35630443fbd1ab23fc2734140a9e06509073 (patch) | |
tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 /library/cpp/yt/misc/guid.h | |
parent | 135b277c8122a631eadd1af0af8a69ed972fdf7b (diff) | |
download | ydb-e55e35630443fbd1ab23fc2734140a9e06509073.tar.gz |
Restoring authorship annotation for <acid@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/yt/misc/guid.h')
-rw-r--r-- | library/cpp/yt/misc/guid.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/library/cpp/yt/misc/guid.h b/library/cpp/yt/misc/guid.h index f16a24d5d01..ec4ba3526af 100644 --- a/library/cpp/yt/misc/guid.h +++ b/library/cpp/yt/misc/guid.h @@ -59,9 +59,9 @@ struct TGuid //! Checks if TGuid is zero. bool IsEmpty() const; - //! Converts TGuid to bool, returns |false| iff TGuid is zero. - explicit operator bool() const; - + //! Converts TGuid to bool, returns |false| iff TGuid is zero. + explicit operator bool() const; + //! Creates a new instance. static TGuid Create(); |