mirror of
https://github.com/mpusz/mp-units.git
synced 2025-08-05 05:04:27 +02:00
style: whitespaces fixed to make pre-commit happy
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user