style: whitespaces trimmed to make pre-commit happy

This commit is contained in:
Mateusz Pusz
2023-12-21 12:36:11 +01:00
parent ea7c97dac7
commit b33013ca43

View File

@@ -110,7 +110,7 @@ int main()
quantity_point temp{20. * deg_C};
std::cout << "Temperature: "
<< temp.quantity_from_zero() << " ("
<< temp.quantity_from_zero() << " ("
<< temp.in(deg_F).quantity_from_zero() << ")\n";
}
```