diff options
author | Nikita Slyusarev <nslus@yandex-team.com> | 2022-02-10 16:46:53 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:46:53 +0300 |
commit | 469afdc4e2587bf62ecdd096b75a0baa444c4012 (patch) | |
tree | 49e222ea1c5804306084bb3ae065bb702625360f /util/folder/path.h | |
parent | cd77cecfc03a3eaf87816af28a33067c4f0cdb59 (diff) | |
download | ydb-469afdc4e2587bf62ecdd096b75a0baa444c4012.tar.gz |
Restoring authorship annotation for Nikita Slyusarev <nslus@yandex-team.com>. Commit 2 of 2.
Diffstat (limited to 'util/folder/path.h')
-rw-r--r-- | util/folder/path.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/util/folder/path.h b/util/folder/path.h index c98501fa35..2fb4d6b4ef 100644 --- a/util/folder/path.h +++ b/util/folder/path.h @@ -15,10 +15,10 @@ #include <utility> -/** - * Class behaviour is platform-dependent. - * It uses platform-dependent separators for path-reconstructing operations. - */ +/** + * Class behaviour is platform-dependent. + * It uses platform-dependent separators for path-reconstructing operations. + */ class TFsPath { private: struct TSplit; |