diff options
author | Arseny Smalyuk <smalukav@gmail.com> | 2022-02-10 16:48:05 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:48:05 +0300 |
commit | 5f8a2ce7b1dc3b3e1fae197610f189e7ed1d5723 (patch) | |
tree | b222e5ac2e2e98872661c51ccceee5da0d291e13 /library/cpp/http/io/ut | |
parent | 12559cd7f2fa0cf54ffb0d961949fea58c0e18cb (diff) | |
download | ydb-5f8a2ce7b1dc3b3e1fae197610f189e7ed1d5723.tar.gz |
Restoring authorship annotation for Arseny Smalyuk <smalukav@gmail.com>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/http/io/ut')
-rw-r--r-- | library/cpp/http/io/ut/ya.make | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/library/cpp/http/io/ut/ya.make b/library/cpp/http/io/ut/ya.make index fbdb56a03ac..84f6949db33 100644 --- a/library/cpp/http/io/ut/ya.make +++ b/library/cpp/http/io/ut/ya.make @@ -8,8 +8,8 @@ PEERDIR( SRCS( chunk_ut.cpp - compression_ut.cpp - headers_ut.cpp + compression_ut.cpp + headers_ut.cpp stream_ut.cpp ) |