aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/tvmauth
diff options
context:
space:
mode:
authorqkrorlqr <qkrorlqr@yandex-team.ru>2022-02-10 16:47:21 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:47:21 +0300
commiteec632e483ae34bc211138c67434b1e0e6054ced (patch)
tree9814fbd1c3effac9b8377c5d604b367b14e2db55 /library/cpp/tvmauth
parent9b89266638b10d40309e31dcb7caa2fc52b2aefd (diff)
downloadydb-eec632e483ae34bc211138c67434b1e0e6054ced.tar.gz
Restoring authorship annotation for <qkrorlqr@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/tvmauth')
-rw-r--r--library/cpp/tvmauth/src/service_impl.h2
-rw-r--r--library/cpp/tvmauth/src/user_impl.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/library/cpp/tvmauth/src/service_impl.h b/library/cpp/tvmauth/src/service_impl.h
index 6cb639731e6..18dd4ec335f 100644
--- a/library/cpp/tvmauth/src/service_impl.h
+++ b/library/cpp/tvmauth/src/service_impl.h
@@ -18,7 +18,7 @@ namespace NTvmAuth {
using TServiceTicketImplPtr = THolder<TCheckedServiceTicket::TImpl>;
class TCheckedServiceTicket::TImpl {
public:
- explicit operator bool() const;
+ explicit operator bool() const;
TTvmId GetSrc() const;
const TScopes& GetScopes() const;
diff --git a/library/cpp/tvmauth/src/user_impl.h b/library/cpp/tvmauth/src/user_impl.h
index 16eb4b312cb..e3f1099b907 100644
--- a/library/cpp/tvmauth/src/user_impl.h
+++ b/library/cpp/tvmauth/src/user_impl.h
@@ -14,7 +14,7 @@ namespace NTvmAuth {
using TUserTicketImplPtr = THolder<TCheckedUserTicket::TImpl>;
class TCheckedUserTicket::TImpl {
public:
- explicit operator bool() const;
+ explicit operator bool() const;
TUid GetDefaultUid() const;
time_t GetExpirationTime() const;