Skip to content

Commit

Permalink
Merge commit '16e043a1596dd0bc2b89aa8bfc8a415ab6671517'
Browse files Browse the repository at this point in the history
  • Loading branch information
moosetest committed Oct 25, 2024
2 parents fadb606 + 16e043a commit ddb2514
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/main.C
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,5 @@
// Begin the main program.
int main(int argc, char *argv[])
{
Moose::main<ZapdosTestApp>(argc, argv);

return 0;
return Moose::main<ZapdosTestApp>(argc, argv);
}

0 comments on commit ddb2514

Please sign in to comment.