lint: formatting

This commit is contained in:
Tyler Wilding
2022-10-21 21:01:06 -04:00
parent 0efc9999f4
commit aa8c75fa50
4 changed files with 3830 additions and 22320 deletions
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
+1 -2
View File
@@ -488,8 +488,7 @@ int main(int argc, char* argv[]) {
app.add_option("-f,--file", single_file,
"Limit the offline test routine to a single file to decompile/compile -- useful "
"when you are just iterating on a single file");
app.add_flag("--fail-on-cmp", fail_on_cmp,
"Fail the tests immediately if the comparison fails");
app.add_flag("--fail-on-cmp", fail_on_cmp, "Fail the tests immediately if the comparison fails");
app.validate_positionals();
CLI11_PARSE(app, argc, argv);