summaryrefslogtreecommitdiffstats
path: root/library/cpp/testing/common/network.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'library/cpp/testing/common/network.cpp')
-rw-r--r--library/cpp/testing/common/network.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/library/cpp/testing/common/network.cpp b/library/cpp/testing/common/network.cpp
index 230c50ee6de..6214db94a5b 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);
+ }
}