style: whitespaces and formatting fixed to make pre-commit happy

This commit is contained in:
Mateusz Pusz
2023-06-21 11:28:24 +02:00
parent 6a17eec09c
commit 3725db4243
8 changed files with 29 additions and 27 deletions

View File

@@ -28,7 +28,7 @@ static_assert(1000 / (1 * s) == 1 * kHz);
```
!!! example "[Try it on Compiler Explorer](https://godbolt.org/z/j8afKnarv)"
This library requires some C++20 features ([concepts and constraints](https://en.cppreference.com/w/cpp/language/constraints),
[classes as NTTP](https://en.cppreference.com/w/cpp/language/template_parameters), ...). Thanks to them,