aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorstaroverovad <staroverovad@yandex-team.ru>2022-02-10 16:50:04 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:50:04 +0300
commit7a195c5fd19651ab632fd30a148630ae4d4e1860 (patch)
tree5d5cb817648f650d76cf1076100726fd9b8448e8
parent4db1a5fe7b31f98546be9a912f4710bfb05d7a5f (diff)
downloadydb-7a195c5fd19651ab632fd30a148630ae4d4e1860.tar.gz
Restoring authorship annotation for <staroverovad@yandex-team.ru>. Commit 2 of 2.
-rw-r--r--library/cpp/testing/common/network.cpp8
-rw-r--r--library/cpp/testing/common/network.h4
2 files changed, 6 insertions, 6 deletions
diff --git a/library/cpp/testing/common/network.cpp b/library/cpp/testing/common/network.cpp
index 6214db94a5..230c50ee6d 100644
--- a/library/cpp/testing/common/network.cpp
+++ b/library/cpp/testing/common/network.cpp
@@ -201,8 +201,8 @@ namespace NTesting {
return Singleton<TPortManager>()->GetFreePortsRange(count);
}
}
-
- IOutputStream& operator<<(IOutputStream& out, const TPortHolder& port) {
- return out << static_cast<ui16>(port);
- }
+
+ IOutputStream& operator<<(IOutputStream& out, const TPortHolder& port) {
+ return out << static_cast<ui16>(port);
+ }
}
diff --git a/library/cpp/testing/common/network.h b/library/cpp/testing/common/network.h
index 391d3be73d..eb4d32f3a1 100644
--- a/library/cpp/testing/common/network.h
+++ b/library/cpp/testing/common/network.h
@@ -27,8 +27,8 @@ namespace NTesting {
operator ui16() const&& = delete;
};
- IOutputStream& operator<<(IOutputStream& out, const TPortHolder& port);
-
+ IOutputStream& operator<<(IOutputStream& out, const TPortHolder& port);
+
//@brief Get first free port.
[[nodiscard]] TPortHolder GetFreePort();