aboutsummaryrefslogtreecommitdiffstats
path: root/util/network/iovec.h
diff options
context:
space:
mode:
authoralexeykruglov <alexeykruglov@yandex-team.ru>2022-02-10 16:45:38 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:45:38 +0300
commit06361c53c4ca58f57007ea73fc399fc25664f13c (patch)
treef5df3a0e589db8e1e30dca616e6fa2d10bf3c64a /util/network/iovec.h
parent94e51c602b555459333b3c6ae92476c424c930bc (diff)
downloadydb-06361c53c4ca58f57007ea73fc399fc25664f13c.tar.gz
Restoring authorship annotation for <alexeykruglov@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'util/network/iovec.h')
-rw-r--r--util/network/iovec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/network/iovec.h b/util/network/iovec.h
index ac15a41f54..52d873137c 100644
--- a/util/network/iovec.h
+++ b/util/network/iovec.h
@@ -50,7 +50,7 @@ public:
return ret;
}
-
+
inline size_t Bytes() const noexcept {
return Bytes(Parts_, Count_);
}