mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 09:45:06 +02:00
LibCore: Run clang-format on ArgsParser.cpp
This commit is contained in:
Notes:
sideshowbarker
2024-07-19 01:31:25 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/6d841f2628a
@@ -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