style: additional whitespace removed from conversion_factor example

This commit is contained in:
Mateusz Pusz
2023-09-13 11:26:55 +02:00
parent bf954cfcaf
commit 414f1d1007

View File

@@ -58,6 +58,5 @@ int main()
<< MP_UNITS_STD_FMT::format("lengthB.value( {} ) == lengthA.value( {} ) * conversion_factor( {} )\n",
lengthB.numerical_value_ref_in(lengthB.unit),
lengthA.numerical_value_ref_in(lengthA.unit),
conversion_factor(lengthB, lengthA));
}