diff options
author | cobat <cobat@yandex-team.ru> | 2022-02-10 16:49:07 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:49:07 +0300 |
commit | e486e109b08823b61996f2154f0bc6b7c27a4af4 (patch) | |
tree | cb98553f871fe96452fd02bd46a1a4e0cf165844 /util/network/iovec.h | |
parent | 85e7b8b43a12f69b4721aee71dea28491c9bd503 (diff) | |
download | ydb-e486e109b08823b61996f2154f0bc6b7c27a4af4.tar.gz |
Restoring authorship annotation for <cobat@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'util/network/iovec.h')
-rw-r--r-- | util/network/iovec.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/network/iovec.h b/util/network/iovec.h index ac15a41f54..1ba5d0f18b 100644 --- a/util/network/iovec.h +++ b/util/network/iovec.h @@ -29,7 +29,7 @@ public: } if (len) { - Y_ASSERT(0 && "non zero length left"); + Y_ASSERT(0 && "non zero length left"); } } |