aboutsummaryrefslogtreecommitdiffstats
path: root/util/generic/string_ut.h
diff options
context:
space:
mode:
authorsereglond <sereglond@yandex-team.ru>2022-02-10 16:47:47 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:47:47 +0300
commit73bb02f2495181e0719a800f979df508924f4b71 (patch)
treec0748b5dcbade83af788c0abfa89c0383d6b779c /util/generic/string_ut.h
parenteb3d925534734c808602b31b38b953677f0a279f (diff)
downloadydb-73bb02f2495181e0719a800f979df508924f4b71.tar.gz
Restoring authorship annotation for <sereglond@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'util/generic/string_ut.h')
-rw-r--r--util/generic/string_ut.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/util/generic/string_ut.h b/util/generic/string_ut.h
index bfa0847562..44bb10bdeb 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());
}