Skip to content

Commit

Permalink
Remove misplaced comment
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaut authored and PoetaKodu committed Nov 11, 2021
1 parent f7e4481 commit 5fbf947
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/fmt/format-inl.h
Original file line number Diff line number Diff line change
Expand Up @@ -2406,7 +2406,7 @@ FMT_HEADER_ONLY_CONSTEXPR20 int format_float(Float value, int precision,
buf.try_resize(num_digits);
}
return exp;
} // namespace detail
}

template <typename T>
int snprintf_float(T value, int precision, float_specs specs,
Expand Down

0 comments on commit 5fbf947

Please sign in to comment.