aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp
diff options
context:
space:
mode:
authorpopov-ng <popov-ng@yandex-team.ru>2022-02-10 16:49:57 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:49:57 +0300
commitb9b5c8262e0319799862d51f98a92b291494f5f1 (patch)
tree97f84a897c0f6eb19191178de759ddd7594f378b /library/cpp
parentf4d85909b8d19058a845fd3f7f22a0a43f126ffe (diff)
downloadydb-b9b5c8262e0319799862d51f98a92b291494f5f1.tar.gz
Restoring authorship annotation for <popov-ng@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'library/cpp')
-rw-r--r--library/cpp/string_utils/base64/base64_decode_uneven_ut.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/string_utils/base64/base64_decode_uneven_ut.cpp b/library/cpp/string_utils/base64/base64_decode_uneven_ut.cpp
index c3ed068a37..9201ace3fc 100644
--- a/library/cpp/string_utils/base64/base64_decode_uneven_ut.cpp
+++ b/library/cpp/string_utils/base64/base64_decode_uneven_ut.cpp
@@ -42,5 +42,5 @@ Y_UNIT_TEST_SUITE(TBase64DecodeUneven) {
const TString dp = "ADP GmbH\nAnalyse Design & Programmierung\nGesellschaft mit beschränkter Haftung";
UNIT_ASSERT_VALUES_EQUAL(dp, Base64DecodeUneven(Base64Encode(dp)));
UNIT_ASSERT_VALUES_EQUAL(dp, Base64DecodeUneven(Base64EncodeUrl(dp)));
- }
+ }
}