aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/getopt/small/last_getopt.h
diff options
context:
space:
mode:
authorsteplg <steplg@yandex-team.ru>2022-02-10 16:50:54 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:50:54 +0300
commitd385578a0e719dc19758dbdef4ca862726ce22a7 (patch)
tree1f85cebcfcf4cccd1d54c4f39899285edd454262 /library/cpp/getopt/small/last_getopt.h
parent78c0028dbb79b03bcb0d700133245433b0dac3d1 (diff)
downloadydb-d385578a0e719dc19758dbdef4ca862726ce22a7.tar.gz
Restoring authorship annotation for <steplg@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/getopt/small/last_getopt.h')
-rw-r--r--library/cpp/getopt/small/last_getopt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/getopt/small/last_getopt.h b/library/cpp/getopt/small/last_getopt.h
index 07687bc914..8ebb5e8d08 100644
--- a/library/cpp/getopt/small/last_getopt.h
+++ b/library/cpp/getopt/small/last_getopt.h
@@ -61,7 +61,7 @@ namespace NLastGetopt {
public:
using TContainer = Container;
using TValue = typename TContainer::value_type;
-
+
explicit TOptSplitHandler(TContainer* target, const char delim)
: Target(target)
, Delim(delim)