aboutsummaryrefslogtreecommitdiffstats
path: root/util/folder/tempdir.h
diff options
context:
space:
mode:
authordiver <diver@yandex-team.ru>2022-02-10 16:48:07 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:48:07 +0300
commit7629e1f9ef7f9d2a3c345c97e6a4e5a4b32ee786 (patch)
treec3371bfa47641a52244267b63009d16e4e7054ff /util/folder/tempdir.h
parentcc573d2716c99ba22afc98753971cd97fd5283e0 (diff)
downloadydb-7629e1f9ef7f9d2a3c345c97e6a4e5a4b32ee786.tar.gz
Restoring authorship annotation for <diver@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'util/folder/tempdir.h')
-rw-r--r--util/folder/tempdir.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/util/folder/tempdir.h b/util/folder/tempdir.h
index ff458f83b9..9ce01ef655 100644
--- a/util/folder/tempdir.h
+++ b/util/folder/tempdir.h
@@ -18,9 +18,9 @@ public:
static TTempDir NewTempDir(const TString& root);
const TString& operator()() const {
- return Name();
- }
-
+ return Name();
+ }
+
const TString& Name() const {
return TempDir.GetPath();
}