aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/getopt/ut/last_getopt_ut.cpp
diff options
context:
space:
mode:
authordanlark <danlark@yandex-team.ru>2022-02-10 16:46:10 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:46:10 +0300
commitbaa58daefa91fde4b4769facdbd2903763b9c6a8 (patch)
tree1a2c5ffcf89eb53ecd79dbc9bc0a195c27404d0c /library/cpp/getopt/ut/last_getopt_ut.cpp
parent3426a9bc7f169ae9da54cef557ad2a33f6e8eee0 (diff)
downloadydb-baa58daefa91fde4b4769facdbd2903763b9c6a8.tar.gz
Restoring authorship annotation for <danlark@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/getopt/ut/last_getopt_ut.cpp')
-rw-r--r--library/cpp/getopt/ut/last_getopt_ut.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/library/cpp/getopt/ut/last_getopt_ut.cpp b/library/cpp/getopt/ut/last_getopt_ut.cpp
index 8b6bd4221e..c99a1d053d 100644
--- a/library/cpp/getopt/ut/last_getopt_ut.cpp
+++ b/library/cpp/getopt/ut/last_getopt_ut.cpp
@@ -6,7 +6,7 @@
#include <util/generic/array_size.h>
#include <util/string/subst.h>
#include <util/string/vector.h>
-#include <util/string/split.h>
+#include <util/string/split.h>
using namespace NLastGetopt;
@@ -25,7 +25,7 @@ namespace {
TOptsParseResultTestWrapper(const TOpts* opts, TVector<const char*> argv)
: Argv_(argv)
{
- Init(opts, (int)Argv_.size(), Argv_.data());
+ Init(opts, (int)Argv_.size(), Argv_.data());
}
};
@@ -40,7 +40,7 @@ struct TOptsParserTester {
void Initialize() {
if (!Parser_)
- Parser_.Reset(new TOptsParser(&Opts_, (int)Argv_.size(), Argv_.data()));
+ Parser_.Reset(new TOptsParser(&Opts_, (int)Argv_.size(), Argv_.data()));
}
void Accept() {
@@ -684,7 +684,7 @@ Y_UNIT_TEST_SUITE(TLastGetoptTests) {
SubstGlobal(printed, TString(colors.OldColor()), "");
}
TVector<TString> lines;
- StringSplitter(printed).Split('\n').SkipEmpty().Collect(&lines);
+ StringSplitter(printed).Split('\n').SkipEmpty().Collect(&lines);
UNIT_ASSERT(!lines.empty());
TVector<size_t> indents;
for (const TString& line : lines) {