diff options
| author | spuchin <[email protected]> | 2022-02-10 16:48:16 +0300 | 
|---|---|---|
| committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:48:16 +0300 | 
| commit | aab7e440a1750bc0841b355dcc4f388f31e5f5e3 (patch) | |
| tree | c4ea3bd0ac108e34c329b483ba6ce11e25dfd005 /library/cpp/json | |
| parent | 47dc960d070b29aa93972d1d49088393af89383f (diff) | |
Restoring authorship annotation for <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/json')
| -rw-r--r-- | library/cpp/json/easy_parse/json_easy_parser.cpp | 2 | 
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 3c781f544bc..e6c898ba159 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;              }          }  | 
