diff options
| author | vmordovin <[email protected]> | 2022-02-10 16:48:14 +0300 |
|---|---|---|
| committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:48:14 +0300 |
| commit | 6a1e535429145ec1ecfbc5f1efd3c95323261fb5 (patch) | |
| tree | b222e5ac2e2e98872661c51ccceee5da0d291e13 /library/cpp/threading/atomic/ut | |
| parent | 7c7f9bbcf57e15838d15afa94b31d8254b5d7776 (diff) | |
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/threading/atomic/ut')
| -rw-r--r-- | library/cpp/threading/atomic/ut/ya.make | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/library/cpp/threading/atomic/ut/ya.make b/library/cpp/threading/atomic/ut/ya.make index 2cdf002704c..3c555685df4 100644 --- a/library/cpp/threading/atomic/ut/ya.make +++ b/library/cpp/threading/atomic/ut/ya.make @@ -1,9 +1,9 @@ UNITTEST_FOR(library/cpp/threading/atomic) - -OWNER(vmordovin) - -SRCS( - bool_ut.cpp -) - -END() + +OWNER(vmordovin) + +SRCS( + bool_ut.cpp +) + +END() |
