mirror of
https://github.com/fmtlib/fmt.git
synced 2025-07-30 10:47:35 +02:00
Remove misplaced comment
This commit is contained in:
@ -2406,7 +2406,7 @@ FMT_HEADER_ONLY_CONSTEXPR20 int format_float(Float value, int precision,
|
|||||||
buf.try_resize(num_digits);
|
buf.try_resize(num_digits);
|
||||||
}
|
}
|
||||||
return exp;
|
return exp;
|
||||||
} // namespace detail
|
}
|
||||||
|
|
||||||
template <typename T>
|
template <typename T>
|
||||||
int snprintf_float(T value, int precision, float_specs specs,
|
int snprintf_float(T value, int precision, float_specs specs,
|
||||||
|
Reference in New Issue
Block a user