aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/testing/unittest/tests_data.cpp
diff options
context:
space:
mode:
authornsofya <nsofya@yandex-team.ru>2022-02-10 16:49:52 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:49:52 +0300
commit2ea6d2c7415473747379b1c65468241b431057ad (patch)
tree667f873e5a94ca0042984be80442f34aac887f7d /library/cpp/testing/unittest/tests_data.cpp
parentedee5b99e1eec042f46725b89dcd81ea7e41d663 (diff)
downloadydb-2ea6d2c7415473747379b1c65468241b431057ad.tar.gz
Restoring authorship annotation for <nsofya@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/testing/unittest/tests_data.cpp')
-rw-r--r--library/cpp/testing/unittest/tests_data.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/testing/unittest/tests_data.cpp b/library/cpp/testing/unittest/tests_data.cpp
index b51cbc4b87..9cf94d98a0 100644
--- a/library/cpp/testing/unittest/tests_data.cpp
+++ b/library/cpp/testing/unittest/tests_data.cpp
@@ -93,7 +93,7 @@ ui16 TPortManager::GetUdpPort(ui16 port) {
ui16 TPortManager::GetTcpAndUdpPort(ui16 port) {
return Impl_->GetTcpAndUdpPort(port);
}
-
+
ui16 TPortManager::GetPortsRange(const ui16 startPort, const ui16 range) {
return Impl_->GetPortsRange(startPort, range);
}