aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/getopt/small/completer_command.cpp
diff options
context:
space:
mode:
authortimestep <timestep@yandex-team.ru>2022-02-10 16:49:17 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:49:17 +0300
commit30f4921b0fa8722e5531e72cb40a93b526f6973a (patch)
tree5d5cb817648f650d76cf1076100726fd9b8448e8 /library/cpp/getopt/small/completer_command.cpp
parent38b4bd28ca420294f532ac7ca6b2770d60e3dfd0 (diff)
downloadydb-30f4921b0fa8722e5531e72cb40a93b526f6973a.tar.gz
Restoring authorship annotation for <timestep@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/getopt/small/completer_command.cpp')
-rw-r--r--library/cpp/getopt/small/completer_command.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/getopt/small/completer_command.cpp b/library/cpp/getopt/small/completer_command.cpp
index 8621bce58e..5e593eec7e 100644
--- a/library/cpp/getopt/small/completer_command.cpp
+++ b/library/cpp/getopt/small/completer_command.cpp
@@ -160,6 +160,6 @@ namespace NLastGetopt {
};
THolder<TMainClassArgs> MakeCompletionMod(const TModChooser* modChooser, TString command, TString modName) {
- return MakeHolder<TCompleterMode>(modChooser, std::move(command), std::move(modName));
+ return MakeHolder<TCompleterMode>(modChooser, std::move(command), std::move(modName));
}
}