aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcverutin <cverutin@yandex-team.ru>2022-02-10 16:50:04 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:50:04 +0300
commite544ede09fb143f45c4256121c43bec956edaa5e (patch)
tree81a5e34fe0a454e6587b85d7382e01a857f9dc6c
parent7a195c5fd19651ab632fd30a148630ae4d4e1860 (diff)
downloadydb-e544ede09fb143f45c4256121c43bec956edaa5e.tar.gz
Restoring authorship annotation for <cverutin@yandex-team.ru>. Commit 1 of 2.
-rw-r--r--library/cpp/testing/common/env.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/library/cpp/testing/common/env.cpp b/library/cpp/testing/common/env.cpp
index fa3a47fe16..1ed6ace6d5 100644
--- a/library/cpp/testing/common/env.cpp
+++ b/library/cpp/testing/common/env.cpp
@@ -44,8 +44,8 @@ TString GetArcadiaTestsData() {
TString atdRoot = NPrivate::GetTestEnv().ArcadiaTestsDataDir;
if (atdRoot) {
return atdRoot;
- }
-
+ }
+
TString path = NPrivate::GetCwd();
const char pathsep = GetDirectorySeparator();
while (!path.empty()) {