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 | 320d178632cad24963d74917ccc89c3e4c055380 (patch) | |
tree | 39454d1b1052320b8eb39216fef7a2c8ae90b525 /build/scripts | |
parent | 1d9c550e7c38e051d7961f576013a482003a70d9 (diff) | |
download | ydb-320d178632cad24963d74917ccc89c3e4c055380.tar.gz |
Restoring authorship annotation for Philipp Kovalev <twilightfeel@gmail.com>. Commit 1 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 5b747c2eca..70b61a2093 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}")', |