diff options
author | sinay <sinay@yandex-team.ru> | 2022-02-10 16:50:55 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:50:55 +0300 |
commit | 21bdf2a6808c38c2a42f8a425f610ee69b196946 (patch) | |
tree | b8bfce16081e0946224bc878b6e37285e8360870 | |
parent | 9af381bde4f1a728d35e96258577599797f8e7c0 (diff) | |
download | ydb-21bdf2a6808c38c2a42f8a425f610ee69b196946.tar.gz |
Restoring authorship annotation for <sinay@yandex-team.ru>. Commit 1 of 2.
-rw-r--r-- | library/cpp/getopt/small/modchooser.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/getopt/small/modchooser.cpp b/library/cpp/getopt/small/modchooser.cpp index 2fa5cfd070..9be50096b6 100644 --- a/library/cpp/getopt/small/modchooser.cpp +++ b/library/cpp/getopt/small/modchooser.cpp @@ -190,7 +190,7 @@ int TModChooser::Run(const int argc, const char** argv) const { } if (!SvnRevisionOptionDisabled && modeName == "--svnrevision") { NLastGetopt::PrintVersionAndExit(nullptr); - } + } auto modeIter = Modes.find(modeName); if (modeIter == Modes.end() && !DefaultMode.empty()) { |