mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-27 19:59:17 +00:00
LibCore: Run clang-format on ArgsParser.cpp
This commit is contained in:
@@ -317,7 +317,6 @@ void ArgsParser::add_option(double& value, const char* help_string, const char*
|
|||||||
add_option(move(option));
|
add_option(move(option));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
void ArgsParser::add_positional_argument(Arg&& arg)
|
void ArgsParser::add_positional_argument(Arg&& arg)
|
||||||
{
|
{
|
||||||
m_positional_args.append(move(arg));
|
m_positional_args.append(move(arg));
|
||||||
|
|||||||
Reference in New Issue
Block a user