diff options
author | jullak <jullak@yandex-team.ru> | 2022-02-10 16:52:19 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:52:19 +0300 |
commit | 2566f0a70a106e90339d1d145d16fb3ccf3c1a75 (patch) | |
tree | ab7fbbf3253d4c0e2793218f09378908beb025fb | |
parent | 17cc9319858039165190bf730ccbafcfd36f64e8 (diff) | |
download | ydb-2566f0a70a106e90339d1d145d16fb3ccf3c1a75.tar.gz |
Restoring authorship annotation for <jullak@yandex-team.ru>. Commit 2 of 2.
-rw-r--r-- | ydb/library/yql/udfs/common/string/string_udf.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ydb/library/yql/udfs/common/string/string_udf.cpp b/ydb/library/yql/udfs/common/string/string_udf.cpp index 8305fd0dbaf..c468215090b 100644 --- a/ydb/library/yql/udfs/common/string/string_udf.cpp +++ b/ydb/library/yql/udfs/common/string/string_udf.cpp @@ -139,7 +139,7 @@ namespace { #define STRING_UNSAFE_UDF_MAP(XX) \ XX(Base64Decode, Base64Decode) \ - XX(Base64StrictDecode, Base64StrictDecode) \ + XX(Base64StrictDecode, Base64StrictDecode) \ XX(HexDecode, HexDecode) #define STROKA_CASE_UDF_MAP(XX) \ |