diff options
author | timestep <[email protected]> | 2022-02-10 16:49:17 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:49:17 +0300 |
commit | 30f4921b0fa8722e5531e72cb40a93b526f6973a (patch) | |
tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 /library/cpp/scheme | |
parent | 38b4bd28ca420294f532ac7ca6b2770d60e3dfd0 (diff) |
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/scheme')
-rw-r--r-- | library/cpp/scheme/scimpl_protobuf.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/scheme/scimpl_protobuf.cpp b/library/cpp/scheme/scimpl_protobuf.cpp index 64a03a661d0..0c99122c69a 100644 --- a/library/cpp/scheme/scimpl_protobuf.cpp +++ b/library/cpp/scheme/scimpl_protobuf.cpp @@ -316,7 +316,7 @@ namespace NSc { auto mutableField = reflection->GetMutableRepeatedFieldRef<Message>(&msg, field); for (const auto& value : fieldValue.GetDict()) { - THolder<Message> entry(mutableField.NewMessage()); + THolder<Message> entry(mutableField.NewMessage()); auto entryDesc = entry->GetDescriptor(); auto keyField = entryDesc->FindFieldByNumber(1); auto valueField = entryDesc->FindFieldByNumber(2); |