diff options
author | isiv <isiv@yandex-team.ru> | 2022-02-10 16:47:54 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:47:54 +0300 |
commit | 40aa65b121746185908e51e32dca11ccee70140b (patch) | |
tree | c0748b5dcbade83af788c0abfa89c0383d6b779c /library/cpp/scheme/tests/ut/scheme_ut.proto | |
parent | f20e3f1949626df2ef9d81d7618ec367b0c34f6b (diff) | |
download | ydb-40aa65b121746185908e51e32dca11ccee70140b.tar.gz |
Restoring authorship annotation for <isiv@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/scheme/tests/ut/scheme_ut.proto')
-rw-r--r-- | library/cpp/scheme/tests/ut/scheme_ut.proto | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/library/cpp/scheme/tests/ut/scheme_ut.proto b/library/cpp/scheme/tests/ut/scheme_ut.proto index 1d89d990b3..7981af7eae 100644 --- a/library/cpp/scheme/tests/ut/scheme_ut.proto +++ b/library/cpp/scheme/tests/ut/scheme_ut.proto @@ -36,10 +36,10 @@ message TMessage { repeated bytes Bytess = 32; repeated EEnum Enums = 33; repeated TMessage2 Messages = 34; - - map<string, double> MapDoubles = 35; - map<string, int32> MapInt32s = 36; - map<string, string> MapString = 37; + + map<string, double> MapDoubles = 35; + map<string, int32> MapInt32s = 36; + map<string, string> MapString = 37; } enum EEnum { |