fix: lint

This commit is contained in:
Alex
2023-04-03 09:41:24 +02:00
parent ba6faa7859
commit 60e0584d16
5 changed files with 12 additions and 16 deletions

View File

@ -989,7 +989,7 @@ struct Help : Opt {
showHelpFlag = flag;
return ParserResult::ok(ParseResultType::ShortCircuitAll);
}) {
static_cast<Opt &> (*this)("display usage information")["-?"]["-h"]["--help"].optional();
static_cast<Opt &>(*this)("display usage information")["-?"]["-h"]["--help"].optional();
}
};