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 | 7a195c5fd19651ab632fd30a148630ae4d4e1860 (patch) | |
| tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 /library/cpp/testing/common/network.cpp | |
| parent | 4db1a5fe7b31f98546be9a912f4710bfb05d7a5f (diff) | |
Restoring authorship annotation for <[email protected]>. Commit 2 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 6214db94a5b..230c50ee6de 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); + } } |
