aboutsummaryrefslogtreecommitdiffstats
path: root/util/stream
diff options
context:
space:
mode:
authorfocus <focus@yandex-team.ru>2022-02-10 16:49:45 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:49:45 +0300
commit8024488211bb4f770b645483eb26d2c1977ee71e (patch)
tree1daf9c9d0face5273e6608c29f72fa4c618e7fa4 /util/stream
parent70cc862712bf4b7db64c26723d862268e0011e05 (diff)
downloadydb-8024488211bb4f770b645483eb26d2c1977ee71e.tar.gz
Restoring authorship annotation for <focus@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'util/stream')
-rw-r--r--util/stream/zlib.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/util/stream/zlib.h b/util/stream/zlib.h
index e7de7c81b7..b613a43356 100644
--- a/util/stream/zlib.h
+++ b/util/stream/zlib.h
@@ -15,8 +15,8 @@
*/
struct TZLibError: public yexception {
-};
-
+};
+
struct TZLibCompressorError: public TZLibError {
};