aboutsummaryrefslogtreecommitdiffstats
path: root/util/stream/output.h
diff options
context:
space:
mode:
authorbulatman <bulatman@yandex-team.com>2023-05-04 10:28:45 +0300
committerbulatman <bulatman@yandex-team.com>2023-05-04 10:28:45 +0300
commit6bccf8a6c51dfc4e563317584ee71ea0637c452a (patch)
treefd2db9ebc1482d68aacfd1353bfcb8d6243f56a4 /util/stream/output.h
parent5a38c255b846d4bdaa221ca12c63d43f98033416 (diff)
downloadydb-6bccf8a6c51dfc4e563317584ee71ea0637c452a.tar.gz
Remove using of extra semicolons in util
Diffstat (limited to 'util/stream/output.h')
-rw-r--r--util/stream/output.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/stream/output.h b/util/stream/output.h
index 00eef50b95..08e67c3c6f 100644
--- a/util/stream/output.h
+++ b/util/stream/output.h
@@ -60,7 +60,7 @@ public:
IOutputStream& operator=(IOutputStream&&) noexcept {
return *this;
- };
+ }
/**
* Writes into this stream.