mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +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));
|
||||
}
|
||||
|
||||
|
||||
void ArgsParser::add_positional_argument(Arg&& arg)
|
||||
{
|
||||
m_positional_args.append(move(arg));
|
||||
|
||||
Reference in New Issue
Block a user