diff options
author | prout <[email protected]> | 2022-02-10 16:49:42 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:49:42 +0300 |
commit | 7b7fa28b9099b7adca890459a699c6ba5eeff4ca (patch) | |
tree | cffe238e08f715008f864d223dd0db8fc1f92f9f /util/datetime/base_ut.cpp | |
parent | 0fd1998e1b2369f50fb694556f817d3c7fef10c8 (diff) |
Restoring authorship annotation for <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'util/datetime/base_ut.cpp')
-rw-r--r-- | util/datetime/base_ut.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/util/datetime/base_ut.cpp b/util/datetime/base_ut.cpp index afc3f802eb2..06c84dddbc7 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}, |