1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-24 06:15:07 +00:00

LibCore: Run clang-format on ArgsParser.cpp

This commit is contained in:
Andreas Kling 2020-11-07 21:13:56 +01:00
parent c9c3667ea7
commit 6d841f2628

View file

@ -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));