Commit 2a9a77dd authored by Victor Zverovich's avatar Victor Zverovich

Remove misplaced comment

parent 1aee4bc9
...@@ -2406,7 +2406,7 @@ FMT_HEADER_ONLY_CONSTEXPR20 int format_float(Float value, int precision, ...@@ -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,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment