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 hjmjohnson committed Sep 12, 2022
1 parent 12dffb3 commit 4725ccd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ itkRegularStepGradientDescentOptimizerv4Test(int, char *[])

if (!testStatus)
{
std::cout << "TEST FINISHED SUCCESSFULLY!" << std::endl;
std::cout << "Test finished." << std::endl;
}
else
{
Expand Down

0 comments on commit 4725ccd

Please sign in to comment.