diff options
author | imsemenov00 <imsemenov00@yandex-team.ru> | 2022-02-10 16:50:34 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:50:34 +0300 |
commit | bfa8c3e83c12beb065db3c294bcad58628069502 (patch) | |
tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 /library/cpp/bucket_quoter/ut/test_namespace.cpp | |
parent | d8e4b5a95238ab8f48a54f35418a97403bf8070a (diff) | |
download | ydb-bfa8c3e83c12beb065db3c294bcad58628069502.tar.gz |
Restoring authorship annotation for <imsemenov00@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/bucket_quoter/ut/test_namespace.cpp')
-rw-r--r-- | library/cpp/bucket_quoter/ut/test_namespace.cpp | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/library/cpp/bucket_quoter/ut/test_namespace.cpp b/library/cpp/bucket_quoter/ut/test_namespace.cpp index 8b306c4568..ee6c84796c 100644 --- a/library/cpp/bucket_quoter/ut/test_namespace.cpp +++ b/library/cpp/bucket_quoter/ut/test_namespace.cpp @@ -1,13 +1,13 @@ -#include "test_namespace.h" - -namespace NBucketQuoterTest { - - TMockTimer::TTime TMockTimer::CurrentTime = 0; - - template <> - void Sleep<TMockTimer>(TDuration duration) { - TMockTimer::Sleep(duration); - } - -} - +#include "test_namespace.h" + +namespace NBucketQuoterTest { + + TMockTimer::TTime TMockTimer::CurrentTime = 0; + + template <> + void Sleep<TMockTimer>(TDuration duration) { + TMockTimer::Sleep(duration); + } + +} + |