aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/json/easy_parse/json_easy_parser.cpp
diff options
context:
space:
mode:
authorspuchin <spuchin@yandex-team.ru>2022-02-10 16:48:17 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:48:17 +0300
commit6238988d0cc5068b8e6f61abe8dac4c6817720ad (patch)
treeb222e5ac2e2e98872661c51ccceee5da0d291e13 /library/cpp/json/easy_parse/json_easy_parser.cpp
parentaab7e440a1750bc0841b355dcc4f388f31e5f5e3 (diff)
downloadydb-6238988d0cc5068b8e6f61abe8dac4c6817720ad.tar.gz
Restoring authorship annotation for <spuchin@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/json/easy_parse/json_easy_parser.cpp')
-rw-r--r--library/cpp/json/easy_parse/json_easy_parser.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/json/easy_parse/json_easy_parser.cpp b/library/cpp/json/easy_parse/json_easy_parser.cpp
index e6c898ba15..3c781f544b 100644
--- a/library/cpp/json/easy_parse/json_easy_parser.cpp
+++ b/library/cpp/json/easy_parse/json_easy_parser.cpp
@@ -114,7 +114,7 @@ namespace NJson {
, HasFormatError(false)
{
for (size_t n = 0; n < Parent.Fields.size(); ++n) {
- if (!Parent.Fields[n].Path.empty() && Parent.Fields[n].Path.back().Type == NImpl::ARRAY)
+ if (!Parent.Fields[n].Path.empty() && Parent.Fields[n].Path.back().Type == NImpl::ARRAY)
ShouldUpdateOnArrayChange = true;
}
}