style: whitespaces fixed to make pre-commit happy

This commit is contained in:
Mateusz Pusz
2024-01-27 22:53:56 +01:00
parent 99167fd3c4
commit 62100e5745
3 changed files with 10 additions and 10 deletions

View File

@@ -64,11 +64,11 @@ The library source code is hosted on [GitHub](https://github.com/mpusz/mp-units)
#include <mp-units/systems/si/si.h>
#include <mp-units/systems/usc/usc.h>
#include <print>
using namespace mp_units;
inline constexpr struct smoot : named_unit<"smoot", mag<67> * usc::inch> {} smoot;
int main()
{
constexpr quantity dist = 364.4 * smoot;