summaryrefslogtreecommitdiffstats
path: root/library/cpp/codecs/codecs_registry.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'library/cpp/codecs/codecs_registry.cpp')
-rw-r--r--library/cpp/codecs/codecs_registry.cpp4
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..bfc145bade6 100644
--- a/library/cpp/codecs/codecs_registry.cpp
+++ b/library/cpp/codecs/codecs_registry.cpp
@@ -27,8 +27,8 @@ namespace NCodecs {
Y_VERIFY(!Registry.contains(name), "already has %s", name.data());
Registry[name] = fac;
}
- }
-
+ }
+
TCodecPtr TCodecRegistry::GetCodec(TStringBuf name) const {
using namespace NPrivate;