diff options
author | Ilnur Khuziev <ilnur.khuziev@yandex.ru> | 2022-02-10 16:46:14 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:46:14 +0300 |
commit | 60040c91ffe701a84689b2c6310ff845e65cff42 (patch) | |
tree | 1a2c5ffcf89eb53ecd79dbc9bc0a195c27404d0c /library/cpp/tvmauth/client/examples | |
parent | 736dcd8ca259457a136f2f9f9168c44643914323 (diff) | |
download | ydb-60040c91ffe701a84689b2c6310ff845e65cff42.tar.gz |
Restoring authorship annotation for Ilnur Khuziev <ilnur.khuziev@yandex.ru>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/tvmauth/client/examples')
-rw-r--r-- | library/cpp/tvmauth/client/examples/service_using_tvmtool_client/service.cpp | 2 | ||||
-rw-r--r-- | library/cpp/tvmauth/client/examples/service_using_tvmtool_client/ya.make | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/library/cpp/tvmauth/client/examples/service_using_tvmtool_client/service.cpp b/library/cpp/tvmauth/client/examples/service_using_tvmtool_client/service.cpp index 4abaf0495a..075bf0bded 100644 --- a/library/cpp/tvmauth/client/examples/service_using_tvmtool_client/service.cpp +++ b/library/cpp/tvmauth/client/examples/service_using_tvmtool_client/service.cpp @@ -2,7 +2,7 @@ #include <library/cpp/tvmauth/client/facade.h> -#include <library/cpp/cgiparam/cgiparam.h> +#include <library/cpp/cgiparam/cgiparam.h> #include <library/cpp/http/server/response.h> #include <library/cpp/http/simple/http_client.h> #include <library/cpp/json/json_reader.h> diff --git a/library/cpp/tvmauth/client/examples/service_using_tvmtool_client/ya.make b/library/cpp/tvmauth/client/examples/service_using_tvmtool_client/ya.make index c492175667..dde9e7a00d 100644 --- a/library/cpp/tvmauth/client/examples/service_using_tvmtool_client/ya.make +++ b/library/cpp/tvmauth/client/examples/service_using_tvmtool_client/ya.make @@ -3,7 +3,7 @@ LIBRARY() OWNER(g:passport_infra) PEERDIR( - library/cpp/cgiparam + library/cpp/cgiparam library/cpp/http/simple library/cpp/tvmauth/client ) |