diff options
author | sereglond <sereglond@yandex-team.ru> | 2022-02-10 16:47:46 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:47:46 +0300 |
commit | eb3d925534734c808602b31b38b953677f0a279f (patch) | |
tree | 4222ef8dc375ee9f30b68a004ee42a0845e005b6 /util/generic/string_ut.h | |
parent | 4c8065245df3ea26b7757bcb1f8218df287f9148 (diff) | |
download | ydb-eb3d925534734c808602b31b38b953677f0a279f.tar.gz |
Restoring authorship annotation for <sereglond@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'util/generic/string_ut.h')
-rw-r--r-- | util/generic/string_ut.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/util/generic/string_ut.h b/util/generic/string_ut.h index 44bb10bdeb..bfa0847562 100644 --- a/util/generic/string_ut.h +++ b/util/generic/string_ut.h @@ -510,7 +510,7 @@ size_t TTestData<wchar16>::HashOf_0123456() { template <class TStringType, typename TTestData> class TStringTestImpl { -protected: +protected: using char_type = typename TStringType::char_type; using traits_type = typename TStringType::traits_type; @@ -918,8 +918,8 @@ public: s = Data._01230123(); TStringType from = Data._0(); TStringType to = Data.z(); - - SubstGlobal(s, from, to); + + SubstGlobal(s, from, to); UNIT_ASSERT(s == Data.z123z123()); } |