diff options
author | sinay <[email protected]> | 2022-02-10 16:50:55 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:50:55 +0300 |
commit | de3b858ab298fa807404fb6eda460cd4f7cbc5dd (patch) | |
tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 | |
parent | 21bdf2a6808c38c2a42f8a425f610ee69b196946 (diff) |
Restoring authorship annotation for <[email protected]>. Commit 2 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 9be50096b63..2fa5cfd0703 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()) { |