diff options
author | ivanselin <ivanselin@yandex-team.ru> | 2022-02-10 16:48:40 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:48:40 +0300 |
commit | e84d04727ac10dd27e5dc3d72039544902f81288 (patch) | |
tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 /library/cpp/getopt/small/last_getopt_opts.h | |
parent | 496663edd3beee611468aedd4bb9ac100c1a118d (diff) | |
download | ydb-e84d04727ac10dd27e5dc3d72039544902f81288.tar.gz |
Restoring authorship annotation for <ivanselin@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/getopt/small/last_getopt_opts.h')
-rw-r--r-- | library/cpp/getopt/small/last_getopt_opts.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/library/cpp/getopt/small/last_getopt_opts.h b/library/cpp/getopt/small/last_getopt_opts.h index ab0672eea2..825b99c871 100644 --- a/library/cpp/getopt/small/last_getopt_opts.h +++ b/library/cpp/getopt/small/last_getopt_opts.h @@ -475,13 +475,13 @@ namespace NLastGetopt { } /** - * Get mapping for free args - */ - const TMap<ui32, TFreeArgSpec>& GetFreeArgSpecs() const { - return FreeArgSpecs_; - } - - /** + * Get mapping for free args + */ + const TMap<ui32, TFreeArgSpec>& GetFreeArgSpecs() const { + return FreeArgSpecs_; + } + + /** * Set exact expected number of free args * * @param count new value |