diff options
| author | bazarinm <[email protected]> | 2022-02-10 16:50:00 +0300 |
|---|---|---|
| committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:50:00 +0300 |
| commit | 66a44863c38e565870cb4bfe15c0ccc07d246723 (patch) | |
| tree | c02e54a1f1b2cc28e498e054b7c18854d74030bd /library/cpp | |
| parent | 86ac2045bfe9733d3396425a6ecade74c11ac489 (diff) | |
Restoring authorship annotation for <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'library/cpp')
| -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 17d07062ab4..baf06a9e186 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 { |
