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 | f20e3f1949626df2ef9d81d7618ec367b0c34f6b (patch) | |
tree | 36465c9262a386743fc483efb848be6d76c5ac04 /library/cpp/scheme/tests/ut/scheme_ut.proto | |
parent | 7a839432184dcd989efaeccf678e4238d71bd9b0 (diff) | |
download | ydb-f20e3f1949626df2ef9d81d7618ec367b0c34f6b.tar.gz |
Restoring authorship annotation for <isiv@yandex-team.ru>. Commit 1 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 7981af7eae..1d89d990b3 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 { |