forked from mpusz/mp-units
Indentation refactored to 2 spaces for consistency
This commit is contained in:
@@ -437,7 +437,6 @@ public:
|
|||||||
// user provided format
|
// user provided format
|
||||||
units::detail::units_formatter f(to_quantity_buffer, q, global_specs, rep_specs, unit_specs);
|
units::detail::units_formatter f(to_quantity_buffer, q, global_specs, rep_specs, unit_specs);
|
||||||
parse_units_format(begin, end, f);
|
parse_units_format(begin, end, f);
|
||||||
|
|
||||||
}
|
}
|
||||||
// Format the `quantity buffer` using specs from `global_format_buffer`
|
// Format the `quantity buffer` using specs from `global_format_buffer`
|
||||||
// In the example, equivalent to fmt::format("{:*^10}", "1.2_m")
|
// In the example, equivalent to fmt::format("{:*^10}", "1.2_m")
|
||||||
|
Reference in New Issue
Block a user