style: whitespaces fixed to make pre-commit happy

This commit is contained in:
Mateusz Pusz
2023-10-25 14:18:42 +02:00
parent 9962306fef
commit 26c79a7a86

View File

@ -11,12 +11,12 @@ The library source code is hosted on [GitHub](https://github.com/mpusz/mp-units)
The **mp-units** library might be the subject of ISO standardization for C++29. More on this can The **mp-units** library might be the subject of ISO standardization for C++29. More on this can
be found in the following ISO C++ proposals: be found in the following ISO C++ proposals:
- [P1935: A C++ Approach to Physical Units](https://wg21.link/p1935), - [P1935: A C++ Approach to Physical Units](https://wg21.link/p1935),
- [P2980: A motivation, scope, and plan for a physical quantities and units library](https://wg21.link/p2980), - [P2980: A motivation, scope, and plan for a physical quantities and units library](https://wg21.link/p2980),
- [P2981: Improving our safety with a physical quantities and units library](https://wg21.link/p2981), - [P2981: Improving our safety with a physical quantities and units library](https://wg21.link/p2981),
- [P2982: `std::quantity` as a numeric type](https://wg21.link/p2982). - [P2982: `std::quantity` as a numeric type](https://wg21.link/p2982).
We are actively looking for parties interested in field-trialing the library. We are actively looking for parties interested in field-trialing the library.
??? info "Supported compilers" ??? info "Supported compilers"