aboutsummaryrefslogtreecommitdiffstats
path: root/library
diff options
context:
space:
mode:
authorsnermolaev <snermolaev@yandex-team.ru>2022-02-10 16:45:53 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:45:53 +0300
commit7353a3fdea9c67c256980c00a2b3b67f09b23a27 (patch)
tree1a2c5ffcf89eb53ecd79dbc9bc0a195c27404d0c /library
parent2015790ac9fcc04caab83fccc23ab2460310a797 (diff)
downloadydb-7353a3fdea9c67c256980c00a2b3b67f09b23a27.tar.gz
Restoring authorship annotation for <snermolaev@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'library')
-rw-r--r--library/python/runtime_py3/ya.make20
-rw-r--r--library/ya.make12
2 files changed, 16 insertions, 16 deletions
diff --git a/library/python/runtime_py3/ya.make b/library/python/runtime_py3/ya.make
index d49e90b8e0..fa5c11341a 100644
--- a/library/python/runtime_py3/ya.make
+++ b/library/python/runtime_py3/ya.make
@@ -31,16 +31,16 @@ PY_SRCS(
sitecustomize.pyx
)
-IF (CYTHON_COVERAGE)
- # Let covarage support add all needed files to resources
-ELSE()
- RESOURCE_FILES(
- PREFIX ${MODDIR}/
- __res.pyx
- importer.pxi
- sitecustomize.pyx
- )
-ENDIF()
+IF (CYTHON_COVERAGE)
+ # Let covarage support add all needed files to resources
+ELSE()
+ RESOURCE_FILES(
+ PREFIX ${MODDIR}/
+ __res.pyx
+ importer.pxi
+ sitecustomize.pyx
+ )
+ENDIF()
END()
diff --git a/library/ya.make b/library/ya.make
index cf480452a7..86f833bd02 100644
--- a/library/ya.make
+++ b/library/ya.make
@@ -8,11 +8,11 @@ RECURSE(
#lemmer/byk/ut
)
-IF (NOT SANITIZER_TYPE)
- RECURSE(
- go
+IF (NOT SANITIZER_TYPE)
+ RECURSE(
+ go
java
- )
-ENDIF()
-
+ )
+ENDIF()
+
NEED_CHECK()