aboutsummaryrefslogtreecommitdiffstats
path: root/util/datetime/base_ut.cpp
diff options
context:
space:
mode:
authorprout <prout@yandex-team.ru>2022-02-10 16:49:43 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:49:43 +0300
commitd2247f243d31adde8feb765324e40c83c5a90999 (patch)
tree5d5cb817648f650d76cf1076100726fd9b8448e8 /util/datetime/base_ut.cpp
parent7b7fa28b9099b7adca890459a699c6ba5eeff4ca (diff)
downloadydb-d2247f243d31adde8feb765324e40c83c5a90999.tar.gz
Restoring authorship annotation for <prout@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'util/datetime/base_ut.cpp')
-rw-r--r--util/datetime/base_ut.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/util/datetime/base_ut.cpp b/util/datetime/base_ut.cpp
index 06c84dddbc..afc3f802eb 100644
--- a/util/datetime/base_ut.cpp
+++ b/util/datetime/base_ut.cpp
@@ -373,10 +373,10 @@ Y_UNIT_TEST_SUITE(DateTimeTest) {
Y_UNIT_TEST(TestFromString) {
static const struct T {
- const char* const Str;
- const TDuration::TValue MicroSeconds;
+ const char* const Str;
+ const TDuration::TValue MicroSeconds;
const bool Parseable;
- } tests[] = {
+ } tests[] = {
{"0", 0, true},
{"1", 1000000, true},
{"2s", 2000000, true},