diff options
author | dasha <dasha@yandex-team.ru> | 2022-02-10 16:51:08 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:51:08 +0300 |
commit | 9c0c595a1734a50aa8d0af2f62c7df1f65dfff98 (patch) | |
tree | 284695e2694054310c537ba9408f8358b25ee731 /util/folder/filelist.h | |
parent | 9eecf492d77c54d74426323d3e3735736e54faa3 (diff) | |
download | ydb-9c0c595a1734a50aa8d0af2f62c7df1f65dfff98.tar.gz |
Restoring authorship annotation for <dasha@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'util/folder/filelist.h')
-rw-r--r-- | util/folder/filelist.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/util/folder/filelist.h b/util/folder/filelist.h index 3f615fa4c2..f06581dd33 100644 --- a/util/folder/filelist.h +++ b/util/folder/filelist.h @@ -41,11 +41,11 @@ public: } inline void Fill(const TString& dirname, bool sort = false) { - Fill(dirname, TStringBuf(), sort); + Fill(dirname, TStringBuf(), sort); } inline void Fill(const TString& dirname, TStringBuf prefix, bool sort = false) { - Fill(dirname, prefix, TStringBuf(), 1, sort); + Fill(dirname, prefix, TStringBuf(), 1, sort); } void Fill(const TString& dirname, TStringBuf prefix, TStringBuf suffix, int depth, bool sort = false); |