diff options
author | gennadiy <[email protected]> | 2022-02-10 16:50:24 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:50:24 +0300 |
commit | ef1186a3ef541b1a1c08c06e9f826d45dddce8b0 (patch) | |
tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 /library/cpp/json/writer/json.cpp | |
parent | e14f4b9a73a96b289ce54dd4d3f7818502fde5ce (diff) |
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/json/writer/json.cpp')
-rw-r--r-- | library/cpp/json/writer/json.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/library/cpp/json/writer/json.cpp b/library/cpp/json/writer/json.cpp index 8ec7ca8c3f5..02370c2d79e 100644 --- a/library/cpp/json/writer/json.cpp +++ b/library/cpp/json/writer/json.cpp @@ -513,5 +513,5 @@ namespace NJsonWriter { NeedNewline = from.NeedNewline; Stack.swap(from.Stack); } - -} + +} |