aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/json/writer
diff options
context:
space:
mode:
authoruzhas <uzhas@yandex-team.ru>2022-02-10 16:47:06 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:47:06 +0300
commit2002caab389ddffd0e7db4d8c4db835fa4c99f83 (patch)
tree9d3448d5ba97edddf88aa69bcb138e88286e8176 /library/cpp/json/writer
parent17d51d51855dc3ed663d0e31fa75d3ff5ab80702 (diff)
downloadydb-2002caab389ddffd0e7db4d8c4db835fa4c99f83.tar.gz
Restoring authorship annotation for <uzhas@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/json/writer')
-rw-r--r--library/cpp/json/writer/json_value.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/library/cpp/json/writer/json_value.h b/library/cpp/json/writer/json_value.h
index 3f0f50bc4c..79d1a4cb3b 100644
--- a/library/cpp/json/writer/json_value.h
+++ b/library/cpp/json/writer/json_value.h
@@ -6,7 +6,7 @@
#include <util/generic/hash.h>
#include <util/generic/vector.h>
#include <util/generic/deque.h>
-#include <util/generic/utility.h>
+#include <util/generic/utility.h>
#include <util/generic/yexception.h>
namespace NJson {
@@ -205,7 +205,7 @@ namespace NJson {
TArray* Array;
TValueUnion() noexcept {
- Zero(*this);
+ Zero(*this);
}
~TValueUnion() noexcept {
}