aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/tvmauth/client
diff options
context:
space:
mode:
authorthegeorg <thegeorg@yandex-team.ru>2022-02-10 16:45:12 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:45:12 +0300
commit49116032d905455a7b1c994e4a696afc885c1e71 (patch)
treebe835aa92c6248212e705f25388ebafcf84bc7a1 /library/cpp/tvmauth/client
parent4e839db24a3bbc9f1c610c43d6faaaa99824dcca (diff)
downloadydb-49116032d905455a7b1c994e4a696afc885c1e71.tar.gz
Restoring authorship annotation for <thegeorg@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/tvmauth/client')
-rw-r--r--library/cpp/tvmauth/client/misc/async_updater.h2
-rw-r--r--library/cpp/tvmauth/client/misc/exponential_backoff.h4
2 files changed, 3 insertions, 3 deletions
diff --git a/library/cpp/tvmauth/client/misc/async_updater.h b/library/cpp/tvmauth/client/misc/async_updater.h
index e360e7c4008..7b556d7a387 100644
--- a/library/cpp/tvmauth/client/misc/async_updater.h
+++ b/library/cpp/tvmauth/client/misc/async_updater.h
@@ -18,7 +18,7 @@
#include <util/generic/ptr.h>
#include <array>
-#include <atomic>
+#include <atomic>
namespace NTvmAuth::NInternal {
class TClientCaningKnife;
diff --git a/library/cpp/tvmauth/client/misc/exponential_backoff.h b/library/cpp/tvmauth/client/misc/exponential_backoff.h
index 95bc29de11d..89a7a3c8ad6 100644
--- a/library/cpp/tvmauth/client/misc/exponential_backoff.h
+++ b/library/cpp/tvmauth/client/misc/exponential_backoff.h
@@ -4,8 +4,8 @@
#include <util/random/normal.h>
#include <util/system/event.h>
-#include <atomic>
-
+#include <atomic>
+
namespace NTvmAuth {
// https://habr.com/ru/post/227225/
class TExponentialBackoff {