forked from mpusz/mp-units
style: fix indentation
This commit is contained in:
committed by
Mateusz Pusz
parent
0021e66651
commit
2600ababb6
@@ -167,10 +167,10 @@ namespace detail {
|
|||||||
template<Dimension D>
|
template<Dimension D>
|
||||||
auto default_unit()
|
auto default_unit()
|
||||||
{
|
{
|
||||||
if constexpr (BaseDimension<D>)
|
if constexpr (BaseDimension<D>)
|
||||||
return TYPENAME D::base_unit{};
|
return TYPENAME D::base_unit{};
|
||||||
else
|
else
|
||||||
return TYPENAME D::coherent_unit{};
|
return TYPENAME D::coherent_unit{};
|
||||||
}
|
}
|
||||||
|
|
||||||
} // namespace detail
|
} // namespace detail
|
||||||
|
Reference in New Issue
Block a user