Skip to content

Commit

Permalink
remove the additional newline
Browse files Browse the repository at this point in the history
  • Loading branch information
catbro666 committed Jun 26, 2023
1 parent b7d6ba2 commit 3b85430
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tau/tau.h
Original file line number Diff line number Diff line change
Expand Up @@ -1237,11 +1237,11 @@ inline int tau_main(const int argc, const char* const * const argv) {
tauColouredPrintf(TAU_COLOUR_BRIGHTGREEN_, "SUCCESS: ");
printf("%" TAU_PRIu64 " test suites passed in ", total_tests_passed);
tauClockPrintDuration(duration);
printf("\n\n");
printf("\n");
} else {
tauColouredPrintf(TAU_COLOUR_BRIGHTYELLOW_, "WARNING: ");
printf("No test suites were found. If you think this was an error, please file an issue on Tau's Github repo.");
printf("\n\n");
printf("\n");
}

if(tauTestContext.foutput)
Expand Down

0 comments on commit 3b85430

Please sign in to comment.