aboutsummaryrefslogtreecommitdiffstats
path: root/build/plugins/lib/ya.make
diff options
context:
space:
mode:
authorsnermolaev <snermolaev@yandex-team.com>2023-09-22 07:46:51 +0300
committersnermolaev <snermolaev@yandex-team.com>2023-09-22 08:19:22 +0300
commit52e89a78c67b7e466dbc6545a44e4a0a47b392c9 (patch)
tree6fbd5c8fb545c44faf84881474aa0121f51003a7 /build/plugins/lib/ya.make
parent8c69e0ac07fd349995813680d14c5e515f44bece (diff)
downloadydb-52e89a78c67b7e466dbc6545a44e4a0a47b392c9.tar.gz
update tests for ymake plugins
Diffstat (limited to 'build/plugins/lib/ya.make')
-rw-r--r--build/plugins/lib/ya.make16
1 files changed, 9 insertions, 7 deletions
diff --git a/build/plugins/lib/ya.make b/build/plugins/lib/ya.make
index 7e61d12080..e018b2dc1d 100644
--- a/build/plugins/lib/ya.make
+++ b/build/plugins/lib/ya.make
@@ -1,7 +1,9 @@
-OWNER(g:ymake)
-
-PY23_LIBRARY()
- PY_SRCS(
- _metric_resolvers.py
- )
-END()
+OWNER(g:ymake)
+
+PY23_LIBRARY()
+
+PY_SRCS(
+ _metric_resolvers.py
+)
+
+END()