Skip to content

Commit

Permalink
GitHub Actions: clang-format check passed
Browse files Browse the repository at this point in the history
  • Loading branch information
superg committed May 25, 2024
1 parent 1b8507b commit a96273a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.cc
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ int main(int argc, char *argv[])
if(options.help)
options.printUsage();
else if(options.version)
LOG("{}" , redumper_version());
LOG("{}", redumper_version());
else
{
exit_code = redumper(options);
Expand Down

0 comments on commit a96273a

Please sign in to comment.