Skip to content

Commit

Permalink
Clangformat
Browse files Browse the repository at this point in the history
  • Loading branch information
mjp41 committed Apr 23, 2024
1 parent 0fea488 commit d68a12d
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions src/passes/defaultargs.cc
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,10 @@ namespace verona
{
if (has_default)
{
new_params <<
err(
param,
"Can't put a parameter with no default value after a "
"parameter with one");
new_params << err(
param,
"Can't put a parameter with no default value after a "
"parameter with one");
// Do not process further to prevent duplicate errors.
break;
}
Expand Down

0 comments on commit d68a12d

Please sign in to comment.