mirror of
https://github.com/RGBCube/serenity
synced 2025-05-24 06:25:06 +00:00
LibCore: Run clang-format on ArgsParser.cpp
This commit is contained in:
parent
c9c3667ea7
commit
6d841f2628
1 changed files with 0 additions and 1 deletions
|
@ -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));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue