diff options
author | bulatman <bulatman@yandex-team.com> | 2023-05-04 10:28:45 +0300 |
---|---|---|
committer | bulatman <bulatman@yandex-team.com> | 2023-05-04 10:28:45 +0300 |
commit | 6bccf8a6c51dfc4e563317584ee71ea0637c452a (patch) | |
tree | fd2db9ebc1482d68aacfd1353bfcb8d6243f56a4 /util/stream/output.h | |
parent | 5a38c255b846d4bdaa221ca12c63d43f98033416 (diff) | |
download | ydb-6bccf8a6c51dfc4e563317584ee71ea0637c452a.tar.gz |
Remove using of extra semicolons in util
Diffstat (limited to 'util/stream/output.h')
-rw-r--r-- | util/stream/output.h | 2 |
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. |