Skip to content

Commit 4ca7dae

Browse files
authored
style: pre-commit
1 parent 2185a13 commit 4ca7dae

File tree

1 file changed

+1
-2
lines changed
  • src/core/include/mp-units

1 file changed

+1
-2
lines changed

src/core/include/mp-units/math.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -416,8 +416,7 @@ template<Unit auto To, auto R, typename Rep>
416416
if constexpr (!MP_UNITS_ASSOCIATED_UNIT<MP_UNITS_REMOVE_CONST(decltype(To))>) {
417417
constexpr Unit auto unit = To * quantity<R, Rep>::unit;
418418
return (representation_values<Rep>::one() * one).force_in(unit) / q;
419-
}
420-
else
419+
} else
421420
#endif
422421
{
423422
constexpr QuantitySpec auto qs = get_quantity_spec(To) * quantity<R, Rep>::quantity_spec;

0 commit comments

Comments
 (0)