Skip to content

Commit

Permalink
Update timer.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
kennethassogba authored Apr 6, 2023
1 parent e7c7889 commit 298ea5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/human/timer.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ namespace human
#endif

ostr << std::endl
<< msg << " " << timingtype << " time(s) #call event using " << std::endl;
<< msg << " " << timingtype << " time(s) #call event" << std::endl;

ostr.unsetf(std::ios::floatfield);

Expand Down

0 comments on commit 298ea5e

Please sign in to comment.