summaryrefslogtreecommitdiffstats
path: root/library/cpp/threading/future/subscription/ut
diff options
context:
space:
mode:
authorlexeyo <[email protected]>2022-02-10 16:50:52 +0300
committerDaniil Cherednik <[email protected]>2022-02-10 16:50:52 +0300
commitc0a1bd5a47467ef8bf618172a331c90a2e70d71f (patch)
tree5d5cb817648f650d76cf1076100726fd9b8448e8 /library/cpp/threading/future/subscription/ut
parent7bd28c29ae2a1fba7a03bcf4c658af66fe1373bf (diff)
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/threading/future/subscription/ut')
-rw-r--r--library/cpp/threading/future/subscription/ut/ya.make34
1 files changed, 17 insertions, 17 deletions
diff --git a/library/cpp/threading/future/subscription/ut/ya.make b/library/cpp/threading/future/subscription/ut/ya.make
index fe78d6df273..45210f7bd71 100644
--- a/library/cpp/threading/future/subscription/ut/ya.make
+++ b/library/cpp/threading/future/subscription/ut/ya.make
@@ -1,17 +1,17 @@
-UNITTEST_FOR(library/cpp/threading/future/subscription)
-
-OWNER(
- g:kwyt
- g:rtmr
- ishfb
-)
-
-SRCS(
- subscription_ut.cpp
- wait_all_ut.cpp
- wait_all_or_exception_ut.cpp
- wait_any_ut.cpp
- wait_ut_common.cpp
-)
-
-END()
+UNITTEST_FOR(library/cpp/threading/future/subscription)
+
+OWNER(
+ g:kwyt
+ g:rtmr
+ ishfb
+)
+
+SRCS(
+ subscription_ut.cpp
+ wait_all_ut.cpp
+ wait_all_or_exception_ut.cpp
+ wait_any_ut.cpp
+ wait_ut_common.cpp
+)
+
+END()