forked from mpusz/mp-units
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