aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/coroutine/engine/custom_time.h
diff options
context:
space:
mode:
authorvlad-kolotvin <vlad-kolotvin@yandex-team.ru>2022-02-10 16:48:20 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:48:20 +0300
commit9ff71a8b1ce582cb08730cb11eb25839441317d1 (patch)
tree5d5cb817648f650d76cf1076100726fd9b8448e8 /library/cpp/coroutine/engine/custom_time.h
parentd26952c54d3ee92bbdc1888b64f3dec893e5a383 (diff)
downloadydb-9ff71a8b1ce582cb08730cb11eb25839441317d1.tar.gz
Restoring authorship annotation for <vlad-kolotvin@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/coroutine/engine/custom_time.h')
-rw-r--r--library/cpp/coroutine/engine/custom_time.h20
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 ef8b0720b4..0bff0f6a60 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;
+};
+}