aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/string_utils
diff options
context:
space:
mode:
authoraavdonkin <aavdonkin@yandex-team.ru>2022-02-10 16:49:57 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:49:57 +0300
commitfc8d3fe40009fab7705035e6ffdc3eb334307c80 (patch)
tree727a724ad16999a718de495cb330555f602cf01a /library/cpp/string_utils
parentfcd93d3533aed781986b121b1362ca188bd96367 (diff)
downloadydb-fc8d3fe40009fab7705035e6ffdc3eb334307c80.tar.gz
Restoring authorship annotation for <aavdonkin@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/string_utils')
-rw-r--r--library/cpp/string_utils/quote/quote.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/string_utils/quote/quote.cpp b/library/cpp/string_utils/quote/quote.cpp
index e523350b80..ad5f1457ac 100644
--- a/library/cpp/string_utils/quote/quote.cpp
+++ b/library/cpp/string_utils/quote/quote.cpp
@@ -119,7 +119,7 @@ static inline It1 Escape(It1 to, It2 from, It3 end, const bool* escape_map = cha
*to = 0;
- return to;
+ return to;
}
template <class It1, class It2, class It3, class FromHex>