Skip to content

Commit

Permalink
Missing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
kennethassogba authored Apr 6, 2023
1 parent 93c7c21 commit 0018c3b
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
<< " time(s) #call event using " << timingtype << " " << msg << std::endl
<< " time(s) #call event using " << timingtype << " " << msg << std::endl;

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

Expand Down

0 comments on commit 0018c3b

Please sign in to comment.