Skip to content

Commit

Permalink
review comment: don't output inf.inf
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldreik committed Jun 17, 2019
1 parent 6f861f1 commit b23388d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions include/fmt/chrono.h
Original file line number Diff line number Diff line change
Expand Up @@ -660,8 +660,6 @@ struct chrono_formatter {

void on_second(numeric_system ns) {
if (handle_nan_inf()) {
*out++ = '.';
handle_nan_inf();
return;
}

Expand Down

0 comments on commit b23388d

Please sign in to comment.