diff options
author | bulatman <[email protected]> | 2022-02-10 16:45:50 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:45:50 +0300 |
commit | 2f6ca198245aeffd5e2d82b65927c2465b68b4f5 (patch) | |
tree | 9142afc54d335ea52910662635b898e79e192e49 /library/cpp/streams/zstd/ut | |
parent | 6560e4993b14d193f8c879e33a3de5e5eba6e21d (diff) |
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/streams/zstd/ut')
-rw-r--r-- | library/cpp/streams/zstd/ut/ya.make | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/library/cpp/streams/zstd/ut/ya.make b/library/cpp/streams/zstd/ut/ya.make index 64cfcabf84f..1b98f0ad5e6 100644 --- a/library/cpp/streams/zstd/ut/ya.make +++ b/library/cpp/streams/zstd/ut/ya.make @@ -1,12 +1,12 @@ UNITTEST_FOR(library/cpp/streams/zstd) - -OWNER( - bulatman - g:util -) - -SRCS( - zstd_ut.cpp -) - -END() + +OWNER( + bulatman + g:util +) + +SRCS( + zstd_ut.cpp +) + +END() |