mirror of
https://github.com/mpusz/mp-units.git
synced 2025-08-04 04:44:27 +02:00
style: whitespaces trimmed to make pre-commit happy
This commit is contained in:
@@ -110,7 +110,7 @@ int main()
|
|||||||
|
|
||||||
quantity_point temp{20. * deg_C};
|
quantity_point temp{20. * deg_C};
|
||||||
std::cout << "Temperature: "
|
std::cout << "Temperature: "
|
||||||
<< temp.quantity_from_zero() << " ("
|
<< temp.quantity_from_zero() << " ("
|
||||||
<< temp.in(deg_F).quantity_from_zero() << ")\n";
|
<< temp.in(deg_F).quantity_from_zero() << ")\n";
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
Reference in New Issue
Block a user