summaryrefslogtreecommitdiffstats
path: root/library/cpp/testing/unittest/fat
diff options
context:
space:
mode:
authorDmitry Kopylov <[email protected]>2022-02-10 16:48:18 +0300
committerDaniil Cherednik <[email protected]>2022-02-10 16:48:18 +0300
commitb2f5101486cc0de2e979c8ba9ada2109785bf5fd (patch)
treeaffe28b840816b505db0467f2285b01c89c04247 /library/cpp/testing/unittest/fat
parente9b28b5aad71453a4637b70dde02e801e4147a2a (diff)
Restoring authorship annotation for Dmitry Kopylov <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/testing/unittest/fat')
-rw-r--r--library/cpp/testing/unittest/fat/test_port_manager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/testing/unittest/fat/test_port_manager.cpp b/library/cpp/testing/unittest/fat/test_port_manager.cpp
index f77d2e3a25c..97284f92c82 100644
--- a/library/cpp/testing/unittest/fat/test_port_manager.cpp
+++ b/library/cpp/testing/unittest/fat/test_port_manager.cpp
@@ -13,7 +13,7 @@ bool IsFreePort(ui16 port) {
}
void get_port_ranges() {
- for (int i = 1; i < 10; ++i) {
+ for (int i = 1; i < 10; ++i) {
TPortManager pm;
ui16 port = pm.GetPortsRange(1024, i);
for (int p = port; p < port + i; ++p) {