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
commite1c96c6a1e4b1fb1a05520a729c6f0556849c0ca (patch)
tree5d5cb817648f650d76cf1076100726fd9b8448e8
parente544ede09fb143f45c4256121c43bec956edaa5e (diff)
downloadydb-e1c96c6a1e4b1fb1a05520a729c6f0556849c0ca.tar.gz
Restoring authorship annotation for <cverutin@yandex-team.ru>. Commit 2 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 1ed6ace6d5..fa3a47fe16 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()) {