style: whitespaces cleanup to make pre-commit happy

This commit is contained in:
Mateusz Pusz
2024-02-26 13:50:32 +01:00
parent a6fd23a5e4
commit 978b1918f9

View File

@@ -96,13 +96,13 @@ The same can be obtained using optional unit symbols:
Unit symbols introduce a lot of short identifiers into the current scope, which may cause Unit symbols introduce a lot of short identifiers into the current scope, which may cause
naming collisions with unrelated but already existing identifiers in the code base. naming collisions with unrelated but already existing identifiers in the code base.
This is why unit symbols are opt-in. This is why unit symbols are opt-in.
A user has several options here to choose from depending on the required scenario and possible A user has several options here to choose from depending on the required scenario and possible
naming conflicts: naming conflicts:
- explicitly "import" all of them from a dedicated `unit_symbols` namespace with a - explicitly "import" all of them from a dedicated `unit_symbols` namespace with a
[using-directive](https://en.cppreference.com/w/cpp/language/namespace#Using-directives): [using-directive](https://en.cppreference.com/w/cpp/language/namespace#Using-directives):
```cpp ```cpp
import mp_units; import mp_units;