diff options
| author | max42 <[email protected]> | 2022-02-10 16:47:51 +0300 |
|---|---|---|
| committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:47:51 +0300 |
| commit | 9988f7c537b40605e1a0aaae2977d5f540425b83 (patch) | |
| tree | a4f3497f66e2dcd82d0f7ae7573acd1320d1bc78 /library/cpp/yt/yson_string/string.cpp | |
| parent | 0a579de32b745908473b2cea7c5cd5540bc801f0 (diff) | |
Restoring authorship annotation for <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/yt/yson_string/string.cpp')
| -rw-r--r-- | library/cpp/yt/yson_string/string.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/library/cpp/yt/yson_string/string.cpp b/library/cpp/yt/yson_string/string.cpp index 99d45e86169..5dcd32f8645 100644 --- a/library/cpp/yt/yson_string/string.cpp +++ b/library/cpp/yt/yson_string/string.cpp @@ -38,10 +38,10 @@ TYsonStringBuf::TYsonStringBuf(TStringBuf data, EYsonType type) , Null_(false) { } -TYsonStringBuf::TYsonStringBuf(const char* data, EYsonType type) - : TYsonStringBuf(TStringBuf(data), type) -{ } - +TYsonStringBuf::TYsonStringBuf(const char* data, EYsonType type) + : TYsonStringBuf(TStringBuf(data), type) +{ } + TYsonStringBuf::operator bool() const { return !Null_; |
