diff options
author | Philipp Kovalev <twilightfeel@gmail.com> | 2022-02-10 16:45:37 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:45:37 +0300 |
commit | f4945d0a44b8770f0801de3056aa41639b0b7bd2 (patch) | |
tree | b2cc84ee7850122e7ccf51d0ea21e4fa7e7a5685 /build/scripts | |
parent | 320d178632cad24963d74917ccc89c3e4c055380 (diff) | |
download | ydb-f4945d0a44b8770f0801de3056aa41639b0b7bd2.tar.gz |
Restoring authorship annotation for Philipp Kovalev <twilightfeel@gmail.com>. Commit 2 of 2.
Diffstat (limited to 'build/scripts')
-rw-r--r-- | build/scripts/gen_tasklet_reg.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/scripts/gen_tasklet_reg.py b/build/scripts/gen_tasklet_reg.py index 70b61a2093..5b747c2eca 100644 --- a/build/scripts/gen_tasklet_reg.py +++ b/build/scripts/gen_tasklet_reg.py @@ -13,7 +13,7 @@ static const NTasklet::TRegHelper REG( WRAPPER = { 'cpp': 'TCppWrapper<{impl}>()', - 'js': 'TJsWrapper("{impl}")', + 'js': 'TJsWrapper("{impl}")', 'go': 'TGoWrapper("{impl}")', 'py': 'TPythonWrapper("{impl}")', 'java': 'TJavaWrapper("{impl}", "{py_wrapper}")', |