refactor: code refactored to comply with clang-tidy

This commit is contained in:
Mateusz Pusz
2024-05-08 11:12:38 +02:00
parent 901b5e5394
commit 75f719add7
46 changed files with 489 additions and 380 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ namespace {
template<mp_units::Quantity Target, mp_units::Quantity Source>
requires std::constructible_from<Target, Source>
inline constexpr double conversion_factor(Target, Source)
constexpr double conversion_factor(Target, Source)
{
return (1. * Source::reference).force_numerical_value_in(Target::unit);
}