aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/linear_regression/ut/ya.make
diff options
context:
space:
mode:
authoralex-sh <alex-sh@yandex-team.ru>2022-02-10 16:50:03 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:50:03 +0300
commit88ee78b1a163eaddee7e880ac73943456040fce0 (patch)
tree5d5cb817648f650d76cf1076100726fd9b8448e8 /library/cpp/linear_regression/ut/ya.make
parent3196904c9f5bf7aff7374eeadcb0671589581f61 (diff)
downloadydb-88ee78b1a163eaddee7e880ac73943456040fce0.tar.gz
Restoring authorship annotation for <alex-sh@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/linear_regression/ut/ya.make')
-rw-r--r--library/cpp/linear_regression/ut/ya.make24
1 files changed, 12 insertions, 12 deletions
diff --git a/library/cpp/linear_regression/ut/ya.make b/library/cpp/linear_regression/ut/ya.make
index e727f0cc39..f410410673 100644
--- a/library/cpp/linear_regression/ut/ya.make
+++ b/library/cpp/linear_regression/ut/ya.make
@@ -1,15 +1,15 @@
-UNITTEST()
-
+UNITTEST()
+
OWNER(alex-sh)
-
-PEERDIR(
+
+PEERDIR(
ADDINCL library/cpp/linear_regression
-)
-
+)
+
SRCDIR(library/cpp/linear_regression)
-
-SRCS(
- linear_regression_ut.cpp
-)
-
-END()
+
+SRCS(
+ linear_regression_ut.cpp
+)
+
+END()