diff options
author | Sergey Polovko <[email protected]> | 2022-02-10 16:47:03 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:47:03 +0300 |
commit | 2e714b5ebd40a1f4cc31c27f1ad6e49ca6d895f5 (patch) | |
tree | b83306b6e37edeea782e9eed673d89286c4fef35 /library/cpp/histogram/hdr/ut | |
parent | 3e0b762a82514bac89c1dd6ea7211e381d8aa248 (diff) |
Restoring authorship annotation for Sergey Polovko <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/histogram/hdr/ut')
-rw-r--r-- | library/cpp/histogram/hdr/ut/ya.make | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/library/cpp/histogram/hdr/ut/ya.make b/library/cpp/histogram/hdr/ut/ya.make index cce72456126..13ceb143c87 100644 --- a/library/cpp/histogram/hdr/ut/ya.make +++ b/library/cpp/histogram/hdr/ut/ya.make @@ -2,12 +2,12 @@ OWNER( g:util jamel ) - + UNITTEST_FOR(library/cpp/histogram/hdr) - -SRCS( - histogram_ut.cpp - histogram_iter_ut.cpp -) - -END() + +SRCS( + histogram_ut.cpp + histogram_iter_ut.cpp +) + +END() |