aboutsummaryrefslogtreecommitdiffstats
path: root/library
diff options
context:
space:
mode:
authorkopturovdim <kopturovdim@yandex-team.ru>2022-02-10 16:50:25 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:50:25 +0300
commit57a12a3af388f6f90764beec9fe2e4c802107ad7 (patch)
tree85756d0fe2143f8a66450a911eff1a621573247f /library
parentb55b756020eeb596f7f92ac29e65957273abbb2c (diff)
downloadydb-57a12a3af388f6f90764beec9fe2e4c802107ad7.tar.gz
Restoring authorship annotation for <kopturovdim@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'library')
-rw-r--r--library/cpp/json/flex_buffers/cvt.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/json/flex_buffers/cvt.cpp b/library/cpp/json/flex_buffers/cvt.cpp
index fee0cea0b8..fb63ae6b3b 100644
--- a/library/cpp/json/flex_buffers/cvt.cpp
+++ b/library/cpp/json/flex_buffers/cvt.cpp
@@ -62,7 +62,7 @@ namespace {
}
bool OnMapKey(const TStringBuf& v) override {
- auto iv = P.AppendCString(v);
+ auto iv = P.AppendCString(v);
B.Key(iv.data(), iv.size());