aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/getopt
diff options
context:
space:
mode:
authorsinay <sinay@yandex-team.ru>2022-02-10 16:50:55 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:50:55 +0300
commitde3b858ab298fa807404fb6eda460cd4f7cbc5dd (patch)
tree5d5cb817648f650d76cf1076100726fd9b8448e8 /library/cpp/getopt
parent21bdf2a6808c38c2a42f8a425f610ee69b196946 (diff)
downloadydb-de3b858ab298fa807404fb6eda460cd4f7cbc5dd.tar.gz
Restoring authorship annotation for <sinay@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/getopt')
-rw-r--r--library/cpp/getopt/small/modchooser.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/getopt/small/modchooser.cpp b/library/cpp/getopt/small/modchooser.cpp
index 9be50096b6..2fa5cfd070 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()) {