diff options
author | vlad-kolotvin <vlad-kolotvin@yandex-team.ru> | 2022-02-10 16:48:20 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:48:20 +0300 |
commit | d26952c54d3ee92bbdc1888b64f3dec893e5a383 (patch) | |
tree | 72e5a06ef50a8d3041aaa60f5d7c287025cf657d /library/cpp/coroutine/engine/custom_time.h | |
parent | 805923d9caf5cf5b7fd5f4aa268f783503260d62 (diff) | |
download | ydb-d26952c54d3ee92bbdc1888b64f3dec893e5a383.tar.gz |
Restoring authorship annotation for <vlad-kolotvin@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/coroutine/engine/custom_time.h')
-rw-r--r-- | library/cpp/coroutine/engine/custom_time.h | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/library/cpp/coroutine/engine/custom_time.h b/library/cpp/coroutine/engine/custom_time.h index 0bff0f6a60..ef8b0720b4 100644 --- a/library/cpp/coroutine/engine/custom_time.h +++ b/library/cpp/coroutine/engine/custom_time.h @@ -1,10 +1,10 @@ -#pragma once - -#include <util/datetime/base.h> - -namespace NCoro { -class ITime { - public: - virtual TInstant Now() = 0; -}; -} +#pragma once + +#include <util/datetime/base.h> + +namespace NCoro { +class ITime { + public: + virtual TInstant Now() = 0; +}; +} |