diff options
| author | cerevra <[email protected]> | 2022-02-10 16:45:58 +0300 | 
|---|---|---|
| committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:45:58 +0300 | 
| commit | bf41dd01f6c920583e9faae7cd55ed25e547e052 (patch) | |
| tree | ec7c8c285ffa648a5c5efeff453787a15ab811ac /library/cpp/json/yson | |
| parent | e2c3e3004f7cd68441cefcfa4aaccd3d8051c846 (diff) | |
Restoring authorship annotation for <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/json/yson')
| -rw-r--r-- | library/cpp/json/yson/json2yson.h | 4 | ||||
| -rw-r--r-- | library/cpp/json/yson/json2yson_ut.cpp | 6 | ||||
| -rw-r--r-- | library/cpp/json/yson/ut/ya.make | 6 | ||||
| -rw-r--r-- | library/cpp/json/yson/ya.make | 2 | 
4 files changed, 9 insertions, 9 deletions
diff --git a/library/cpp/json/yson/json2yson.h b/library/cpp/json/yson/json2yson.h index 758eb6d0cfd..25449a0cf74 100644 --- a/library/cpp/json/yson/json2yson.h +++ b/library/cpp/json/yson/json2yson.h @@ -1,7 +1,7 @@  #pragma once -#include <library/cpp/json/json_reader.h> -#include <library/cpp/json/json_value.h> +#include <library/cpp/json/json_reader.h>  +#include <library/cpp/json/json_value.h>   #include <library/cpp/yson/writer.h>  namespace NJson2Yson { diff --git a/library/cpp/json/yson/json2yson_ut.cpp b/library/cpp/json/yson/json2yson_ut.cpp index 9eb23354cf0..5942ea95681 100644 --- a/library/cpp/json/yson/json2yson_ut.cpp +++ b/library/cpp/json/yson/json2yson_ut.cpp @@ -1,7 +1,7 @@ -#include "library/cpp/json/yson/json2yson.h" +#include "library/cpp/json/yson/json2yson.h"  -#include <library/cpp/blockcodecs/codecs.h> -#include <library/cpp/histogram/simple/histogram.h> +#include <library/cpp/blockcodecs/codecs.h>  +#include <library/cpp/histogram/simple/histogram.h>   #include <library/cpp/testing/unittest/registar.h>  #include <library/cpp/testing/unittest/tests_data.h> diff --git a/library/cpp/json/yson/ut/ya.make b/library/cpp/json/yson/ut/ya.make index 4ceb65b2796..783dc9ae2e9 100644 --- a/library/cpp/json/yson/ut/ya.make +++ b/library/cpp/json/yson/ut/ya.make @@ -3,15 +3,15 @@ OWNER(      elshiko  ) -UNITTEST_FOR(library/cpp/json/yson) +UNITTEST_FOR(library/cpp/json/yson)   ALLOCATOR(LF)  DATA(sbr://363537653)  PEERDIR( -    library/cpp/blockcodecs -    library/cpp/histogram/simple +    library/cpp/blockcodecs  +    library/cpp/histogram/simple       library/cpp/testing/unittest  ) diff --git a/library/cpp/json/yson/ya.make b/library/cpp/json/yson/ya.make index 9b289d674ff..c6deed61988 100644 --- a/library/cpp/json/yson/ya.make +++ b/library/cpp/json/yson/ya.make @@ -6,7 +6,7 @@ OWNER(  )  PEERDIR( -    library/cpp/json +    library/cpp/json       library/cpp/yson      library/cpp/yson/json  )  | 
