Remove misplaced comment

This commit is contained in:
Victor Zverovich
2021-09-26 18:01:39 -07:00
parent 1aee4bc90a
commit 2a9a77dd8c

View File

@ -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,