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
commitf64e95a9eb9ab03240599eb9581c5a9102426a96 (patch)
treeb2cc84ee7850122e7ccf51d0ea21e4fa7e7a5685 /util/network/iovec.h
parent06361c53c4ca58f57007ea73fc399fc25664f13c (diff)
downloadydb-f64e95a9eb9ab03240599eb9581c5a9102426a96.tar.gz
Restoring authorship annotation for <alexeykruglov@yandex-team.ru>. Commit 2 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 52d873137c..ac15a41f54 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_);
}