mirror of
https://github.com/fmtlib/fmt.git
synced 2025-09-18 17:28:39 -04:00
Remove misplaced comment
This commit is contained in:
parent
1aee4bc90a
commit
2a9a77dd8c
@ -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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user