mirror of
https://github.com/mpusz/mp-units.git
synced 2025-08-03 20:34:26 +02:00
style: whitespaces cleanup to make pre-commit happy
This commit is contained in:
@@ -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
|
||||
naming collisions with unrelated but already existing identifiers in the code base.
|
||||
This is why unit symbols are opt-in.
|
||||
|
||||
|
||||
A user has several options here to choose from depending on the required scenario and possible
|
||||
naming conflicts:
|
||||
|
||||
|
||||
- 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):
|
||||
|
||||
|
||||
```cpp
|
||||
import mp_units;
|
||||
|
||||
|
Reference in New Issue
Block a user