aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/json/flex_buffers
diff options
context:
space:
mode:
authorcerevra <cerevra@yandex-team.ru>2022-02-10 16:45:58 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:45:58 +0300
commitbf41dd01f6c920583e9faae7cd55ed25e547e052 (patch)
treeec7c8c285ffa648a5c5efeff453787a15ab811ac /library/cpp/json/flex_buffers
parente2c3e3004f7cd68441cefcfa4aaccd3d8051c846 (diff)
downloadydb-bf41dd01f6c920583e9faae7cd55ed25e547e052.tar.gz
Restoring authorship annotation for <cerevra@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/json/flex_buffers')
-rw-r--r--library/cpp/json/flex_buffers/cvt.cpp4
-rw-r--r--library/cpp/json/flex_buffers/ut/cvt_ut.cpp2
-rw-r--r--library/cpp/json/flex_buffers/ut/ya.make2
-rw-r--r--library/cpp/json/flex_buffers/ya.make2
4 files changed, 5 insertions, 5 deletions
diff --git a/library/cpp/json/flex_buffers/cvt.cpp b/library/cpp/json/flex_buffers/cvt.cpp
index fee0cea0b8..7037a48fd8 100644
--- a/library/cpp/json/flex_buffers/cvt.cpp
+++ b/library/cpp/json/flex_buffers/cvt.cpp
@@ -2,8 +2,8 @@
#include <flatbuffers/flexbuffers.h>
-#include <library/cpp/json/fast_sax/parser.h>
-#include <library/cpp/json/json_reader.h>
+#include <library/cpp/json/fast_sax/parser.h>
+#include <library/cpp/json/json_reader.h>
#include <util/generic/vector.h>
#include <util/stream/output.h>
diff --git a/library/cpp/json/flex_buffers/ut/cvt_ut.cpp b/library/cpp/json/flex_buffers/ut/cvt_ut.cpp
index 9fffef4d38..9ec67ee58e 100644
--- a/library/cpp/json/flex_buffers/ut/cvt_ut.cpp
+++ b/library/cpp/json/flex_buffers/ut/cvt_ut.cpp
@@ -1,5 +1,5 @@
#include <library/cpp/testing/unittest/registar.h>
-#include <library/cpp/json/flex_buffers/cvt.h>
+#include <library/cpp/json/flex_buffers/cvt.h>
using namespace NJson;
diff --git a/library/cpp/json/flex_buffers/ut/ya.make b/library/cpp/json/flex_buffers/ut/ya.make
index 3fdc93f88e..f92a8ed3f4 100644
--- a/library/cpp/json/flex_buffers/ut/ya.make
+++ b/library/cpp/json/flex_buffers/ut/ya.make
@@ -1,4 +1,4 @@
-UNITTEST_FOR(library/cpp/json/flex_buffers)
+UNITTEST_FOR(library/cpp/json/flex_buffers)
OWNER(pg)
diff --git a/library/cpp/json/flex_buffers/ya.make b/library/cpp/json/flex_buffers/ya.make
index 3ece5e3703..9329c04800 100644
--- a/library/cpp/json/flex_buffers/ya.make
+++ b/library/cpp/json/flex_buffers/ya.make
@@ -5,7 +5,7 @@ OWNER(pg)
ADDINCL(contrib/libs/flatbuffers/include)
PEERDIR(
- library/cpp/json
+ library/cpp/json
contrib/libs/flatbuffers
)