clang-format

This commit is contained in:
Artem Pavlenko 2024-11-08 09:56:45 +00:00
parent 3422472c7d
commit 4e59b4c7c3
2 changed files with 11 additions and 12 deletions

View file

@ -107,7 +107,6 @@ struct float_impl
value_type operator()(value_type const& val) const { return val.to_double(); } value_type operator()(value_type const& val) const { return val.to_double(); }
}; };
// min // min
inline value_type min_impl(value_type const& arg1, value_type const& arg2) inline value_type min_impl(value_type const& arg1, value_type const& arg2)
{ {