Skip to content

Commit cabd7d2

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 3e5e8f0 commit cabd7d2

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

units/unit_definitions.hpp

+5-3
Original file line numberDiff line numberDiff line change
@@ -336,10 +336,12 @@ namespace precise {
336336

337337
/// meter-gram-force system of units
338338
namespace gm {
339-
constexpr precise_unit pond{constants::standard_gravity*100.0, cgs::dyn};
339+
constexpr precise_unit pond{
340+
constants::standard_gravity * 100.0,
341+
cgs::dyn};
340342
constexpr precise_unit hyl{constants::standard_gravity, kg};
341-
constexpr precise_unit at{constants::standard_gravity*10000.0, Pa};
342-
constexpr precise_unit poncelet{constants::standard_gravity*100.0, W};
343+
constexpr precise_unit at{constants::standard_gravity * 10000.0, Pa};
344+
constexpr precise_unit poncelet{constants::standard_gravity * 100.0, W};
343345
constexpr precise_unit PS{735.49875, W}; // metric horsepower
344346

345347
} // namespace gm

0 commit comments

Comments
 (0)