diff options
| author | vskipin <[email protected]> | 2022-02-10 16:46:00 +0300 |
|---|---|---|
| committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:46:00 +0300 |
| commit | 4e4b78bd7b67e2533da4dbb9696374a6d6068e32 (patch) | |
| tree | a7a5543d815c451256ece74081d960b4e1d70ec2 /library/cpp/threading/chunk_queue/ya.make | |
| parent | 5b00ed04a5137a452fa6d3423cb0c9b54ac27408 (diff) | |
Restoring authorship annotation for <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/threading/chunk_queue/ya.make')
| -rw-r--r-- | library/cpp/threading/chunk_queue/ya.make | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/library/cpp/threading/chunk_queue/ya.make b/library/cpp/threading/chunk_queue/ya.make index 2f883140ba3..7e6ead7b364 100644 --- a/library/cpp/threading/chunk_queue/ya.make +++ b/library/cpp/threading/chunk_queue/ya.make @@ -1,9 +1,9 @@ -LIBRARY() - +LIBRARY() + OWNER(g:rtmr) - -SRCS( - queue.cpp -) - -END() + +SRCS( + queue.cpp +) + +END() |
