diff options
| author | savrus <[email protected]> | 2022-02-10 16:50:48 +0300 |
|---|---|---|
| committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:50:48 +0300 |
| commit | 2ee4b26133812e990e7958fc1863d8d5f8ee7f7b (patch) | |
| tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 /library/cpp/yt/yson_string/string.h | |
| parent | 2056f5ae3bf6e5a65e9885e0add085c708cca5b8 (diff) | |
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/yt/yson_string/string.h')
| -rw-r--r-- | library/cpp/yt/yson_string/string.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/yt/yson_string/string.h b/library/cpp/yt/yson_string/string.h index 70c1d8fc0cc..e13af37a6df 100644 --- a/library/cpp/yt/yson_string/string.h +++ b/library/cpp/yt/yson_string/string.h @@ -17,7 +17,7 @@ class TYsonStringBuf public: //! Constructs a null instance. TYsonStringBuf(); - + //! Constructs an instance from TYsonString. TYsonStringBuf(const TYsonString& ysonString); |
