aboutsummaryrefslogtreecommitdiffstats
path: root/util/network/endpoint_ut.cpp
diff options
context:
space:
mode:
authorVlad Yaroslavlev <vladon@vladon.com>2022-02-10 16:46:23 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:46:23 +0300
commit706b83ed7de5a473436620367af31fc0ceecde07 (patch)
tree103305d30dec77e8f6367753367f59b3cd68f9f1 /util/network/endpoint_ut.cpp
parent918e8a1574070d0ec733f0b76cfad8f8892ad2e5 (diff)
downloadydb-706b83ed7de5a473436620367af31fc0ceecde07.tar.gz
Restoring authorship annotation for Vlad Yaroslavlev <vladon@vladon.com>. Commit 1 of 2.
Diffstat (limited to 'util/network/endpoint_ut.cpp')
-rw-r--r--util/network/endpoint_ut.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/util/network/endpoint_ut.cpp b/util/network/endpoint_ut.cpp
index d5e40dd6e1..69117dd3d3 100644
--- a/util/network/endpoint_ut.cpp
+++ b/util/network/endpoint_ut.cpp
@@ -7,7 +7,7 @@
Y_UNIT_TEST_SUITE(TEndpointTest) {
Y_UNIT_TEST(TestSimple) {
- TVector<TNetworkAddress> addrs;
+ TVector<TNetworkAddress> addrs;
TEndpoint ep0;
@@ -64,7 +64,7 @@ Y_UNIT_TEST_SUITE(TEndpointTest) {
ep3_.SetPort(54321);
- THashSet<TEndpoint> he;
+ THashSet<TEndpoint> he;
he.insert(ep0);
he.insert(ep1);
@@ -87,8 +87,8 @@ Y_UNIT_TEST_SUITE(TEndpointTest) {
}
Y_UNIT_TEST(TestEqual) {
- const TString ip1 = "2a02:6b8:0:1410::5f6c:f3c2";
- const TString ip2 = "2a02:6b8:0:1410::5f6c:f3c3";
+ const TString ip1 = "2a02:6b8:0:1410::5f6c:f3c2";
+ const TString ip2 = "2a02:6b8:0:1410::5f6c:f3c3";
TNetworkAddress na1(ip1, 24242);
TEndpoint ep1(new NAddr::TAddrInfo(&*na1.Begin()));