diff options
author | swarmer <swarmer@yandex-team.ru> | 2022-02-10 16:46:31 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:46:31 +0300 |
commit | 11a24635da4c4f39428b182c49a7bc35e47c9534 (patch) | |
tree | 1a2c5ffcf89eb53ecd79dbc9bc0a195c27404d0c /util/generic/string.h | |
parent | 317da38588b7898a99fd9168571408123350012b (diff) | |
download | ydb-11a24635da4c4f39428b182c49a7bc35e47c9534.tar.gz |
Restoring authorship annotation for <swarmer@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'util/generic/string.h')
-rw-r--r-- | util/generic/string.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/util/generic/string.h b/util/generic/string.h index d7ea474d76d..8cd8aa6917f 100644 --- a/util/generic/string.h +++ b/util/generic/string.h @@ -134,10 +134,10 @@ public: return *this; } - TBasicCharRef& operator=(const TBasicCharRef& other) { - return this->operator=(static_cast<TChar>(other)); - } - + TBasicCharRef& operator=(const TBasicCharRef& other) { + return this->operator=(static_cast<TChar>(other)); + } + /* * WARN: * Though references are copyable types according to the standard, |