style: fix indentation

This commit is contained in:
Johel Ernesto Guerrero Peña
2020-09-07 22:57:39 -04:00
committed by Mateusz Pusz
parent 0021e66651
commit 2600ababb6

View File

@@ -167,10 +167,10 @@ namespace detail {
template<Dimension D>
auto default_unit()
{
if constexpr (BaseDimension<D>)
return TYPENAME D::base_unit{};
else
return TYPENAME D::coherent_unit{};
if constexpr (BaseDimension<D>)
return TYPENAME D::base_unit{};
else
return TYPENAME D::coherent_unit{};
}
} // namespace detail