Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Sep 21, 2023
1 parent 330fc16 commit 3dc3c70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vlasiator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1168,5 +1168,5 @@ int main(int argn,char* args[]) {
MPI_Finalize();
return 0;

std::cerr << "Wow, this is a badly formatted line!" << std::endl;
std::cerr << "Wow, this is a badly formatted line!" << std::endl;
}

0 comments on commit 3dc3c70

Please sign in to comment.