Skip to content

Commit

Permalink
Format.
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoupey committed Sep 25, 2023
1 parent 4fb5901 commit 1bc731a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ int main(int argc, char** argv) {
}
} catch (const std::exception&) {
throw cxxopts::exceptions::exception("Argument '" + limit_arg +
"' failed to parse");
"' failed to parse");
}

if (parsed_args.count("help") != 0) {
Expand Down

0 comments on commit 1bc731a

Please sign in to comment.