From 32ad1de867d9ab2dd9dc78caae239ab3a524110b Mon Sep 17 00:00:00 2001 From: bazarinm Date: Thu, 10 Feb 2022 16:50:00 +0300 Subject: Restoring authorship annotation for . Commit 2 of 2. --- library/cpp/codecs/codecs_registry.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'library/cpp/codecs') diff --git a/library/cpp/codecs/codecs_registry.cpp b/library/cpp/codecs/codecs_registry.cpp index baf06a9e186..17d07062ab4 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()->GetCodec(name); + return Singleton()->GetCodec(name); } TVector ICodec::GetCodecsList() { - return Singleton()->GetCodecsList(); + return Singleton()->GetCodecsList(); } namespace NPrivate { -- cgit v1.3