diff options
| author | staroverovad <[email protected]> | 2022-02-10 16:50:04 +0300 |
|---|---|---|
| committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:50:04 +0300 |
| commit | 4db1a5fe7b31f98546be9a912f4710bfb05d7a5f (patch) | |
| tree | e5a54fb3f683f2bf7b2e7cf2609be77a04da2e51 /library/cpp/testing/common/network.cpp | |
| parent | b6f3a80f7c2c8b7dbb0c01b056fdc1fd8cd820e9 (diff) | |
Restoring authorship annotation for <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/testing/common/network.cpp')
| -rw-r--r-- | library/cpp/testing/common/network.cpp | 8 |
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); + } } |
