Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
greole committed Jul 23, 2024
1 parent 7f77698 commit 9d50478
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion unitTests/HostMatrix.C
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ public:

args_ = std::make_shared<Foam::argList>(my_argc, my_argv);
if (args_->size() == 1) {
std::cout << "Wrong number of arguments detected, make sure to run with -parallel"
std::cout << "Wrong number of arguments detected, make sure to run "
"with -parallel"
<< std::endl;
std::abort();
}
Expand Down

0 comments on commit 9d50478

Please sign in to comment.