diff options
author | alexeykruglov <[email protected]> | 2022-02-10 16:45:38 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:45:38 +0300 |
commit | f64e95a9eb9ab03240599eb9581c5a9102426a96 (patch) | |
tree | b2cc84ee7850122e7ccf51d0ea21e4fa7e7a5685 /library/cpp/scheme/scheme.cpp | |
parent | 06361c53c4ca58f57007ea73fc399fc25664f13c (diff) |
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/scheme/scheme.cpp')
-rw-r--r-- | library/cpp/scheme/scheme.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/scheme/scheme.cpp b/library/cpp/scheme/scheme.cpp index abace4d6cba..3efd116d4f1 100644 --- a/library/cpp/scheme/scheme.cpp +++ b/library/cpp/scheme/scheme.cpp @@ -43,7 +43,7 @@ namespace NSc { TValue& TValue::ReverseMergeJson(TStringBuf data) { return ReverseMerge(FromJson(data)); } - + bool TValue::MergeUpdateJson(TValue& v, TStringBuf data) { NSc::TValue m; if (!FromJson(m, data)) { |