diff options
author | bazarinm <bazarinm@yandex-team.ru> | 2022-02-10 16:50:00 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:50:00 +0300 |
commit | 32ad1de867d9ab2dd9dc78caae239ab3a524110b (patch) | |
tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 | |
parent | 66a44863c38e565870cb4bfe15c0ccc07d246723 (diff) | |
download | ydb-32ad1de867d9ab2dd9dc78caae239ab3a524110b.tar.gz |
Restoring authorship annotation for <bazarinm@yandex-team.ru>. Commit 2 of 2.
-rw-r--r-- | library/cpp/codecs/codecs_registry.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/library/cpp/codecs/codecs_registry.cpp b/library/cpp/codecs/codecs_registry.cpp index baf06a9e18..17d07062ab 100644 --- a/library/cpp/codecs/codecs_registry.cpp +++ b/library/cpp/codecs/codecs_registry.cpp @@ -13,11 +13,11 @@ namespace NCodecs { TCodecPtr ICodec::GetInstance(TStringBuf name) { - return Singleton<NPrivate::TCodecRegistry>()->GetCodec(name); + return Singleton<NPrivate::TCodecRegistry>()->GetCodec(name); } TVector<TString> ICodec::GetCodecsList() { - return Singleton<NPrivate::TCodecRegistry>()->GetCodecsList(); + return Singleton<NPrivate::TCodecRegistry>()->GetCodecsList(); } namespace NPrivate { |