diff options
author | sibiryakov <sibiryakov@yandex-team.ru> | 2022-02-10 16:49:33 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:49:33 +0300 |
commit | 7fa2bc85438d6a40801444b0def15f9e76a44034 (patch) | |
tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 /util/stream | |
parent | 413709c9be39070df9cbd14ef3ec098591346ebd (diff) | |
download | ydb-7fa2bc85438d6a40801444b0def15f9e76a44034.tar.gz |
Restoring authorship annotation for <sibiryakov@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'util/stream')
-rw-r--r-- | util/stream/format.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/stream/format.cpp b/util/stream/format.cpp index 5a78d85dcf0..3996130df5d 100644 --- a/util/stream/format.cpp +++ b/util/stream/format.cpp @@ -131,4 +131,4 @@ void TimeHumanReadable(IOutputStream& l) { const time_t t = time(nullptr); l << ctime_r(&t, timeStr); -} +} |