Skip to content

Commit

Permalink
STYLE: Conform to ITK style guidelines in test ending message
Browse files Browse the repository at this point in the history
Conform to ITK style guidelines in test ending message.
  • Loading branch information
jhlegarreta authored and dzenanz committed Aug 24, 2022
1 parent 5f00847 commit bb2143e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,6 @@ itkSparseFieldFourthOrderLevelSetImageFilterTest(int, char *[])

filter->Print(std::cout);

std::cout << "Passed.\n";
std::cout << "Test finished." << std::endl;
return EXIT_SUCCESS;
}

0 comments on commit bb2143e

Please sign in to comment.