summaryrefslogtreecommitdiffstats
path: root/library/cpp/tvmauth/client/misc/api/threaded_updater.cpp
diff options
context:
space:
mode:
authorwhcrc <[email protected]>2022-02-10 16:49:30 +0300
committerDaniil Cherednik <[email protected]>2022-02-10 16:49:30 +0300
commitbec923d0b27a4ce1e6e308c3d415b6a1db751a3f (patch)
tree5d5cb817648f650d76cf1076100726fd9b8448e8 /library/cpp/tvmauth/client/misc/api/threaded_updater.cpp
parentc8684fa83d799b720b948c7df1a6dc98cb249651 (diff)
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/tvmauth/client/misc/api/threaded_updater.cpp')
-rw-r--r--library/cpp/tvmauth/client/misc/api/threaded_updater.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/tvmauth/client/misc/api/threaded_updater.cpp b/library/cpp/tvmauth/client/misc/api/threaded_updater.cpp
index a79f3d8dd20..a7df49c05dd 100644
--- a/library/cpp/tvmauth/client/misc/api/threaded_updater.cpp
+++ b/library/cpp/tvmauth/client/misc/api/threaded_updater.cpp
@@ -102,7 +102,7 @@ namespace NTvmAuth::NTvmApi {
}
TThreadedUpdater::TThreadedUpdater(const TClientSettings& settings, TLoggerPtr logger)
- : TThreadedUpdaterBase(
+ : TThreadedUpdaterBase(
TRetrySettings{}.WorkerAwakingPeriod,
std::move(logger),
settings.GetTvmHost(),