Skip to content

Commit

Permalink
megalinter failure.
Browse files Browse the repository at this point in the history
  • Loading branch information
sdierg committed Jun 24, 2024
1 parent 9a960da commit cffd265
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CZICheck/cmdlineoptions.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ CCmdLineOptions::ParseResult CCmdLineOptions::Parse(int argc, char** argv)

struct BooleanArgumentValidator : public CLI::Validator
{
BooleanArgumentValidator(const std::string& argument_key)
explicit BooleanArgumentValidator(const std::string& argument_key)
{
this->func_ = [argument_key](const std::string& str) -> string
{
Expand Down

0 comments on commit cffd265

Please sign in to comment.