diff options
author | stakanviski <[email protected]> | 2022-02-10 16:50:01 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:50:01 +0300 |
commit | da8356a5535e6177965cba3bbae73c5fb28f6ccc (patch) | |
tree | 61a6bb4fa5e2c51ac92f621f5a9eba5658d8aba0 /library/cpp/scheme/ya.make | |
parent | c345445ed6cb1fc34136ef6f02ce07f5aff9e504 (diff) |
Restoring authorship annotation for <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/scheme/ya.make')
-rw-r--r-- | library/cpp/scheme/ya.make | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/library/cpp/scheme/ya.make b/library/cpp/scheme/ya.make index bac08ba5a4a..9f1d307a710 100644 --- a/library/cpp/scheme/ya.make +++ b/library/cpp/scheme/ya.make @@ -8,7 +8,7 @@ SRCS( scimpl.h scimpl_defs.h scimpl_private.cpp - scimpl_protobuf.cpp + scimpl_protobuf.cpp scimpl_select.rl6 scimpl_json_read.cpp scimpl_json_write.cpp @@ -22,4 +22,4 @@ PEERDIR( GENERATE_ENUM_SERIALIZATION(scheme.h) -END() +END() |