Skip to content

Commit

Permalink
style: clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
mpusz committed Nov 21, 2024
1 parent de534b3 commit e61243b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/core/include/mp-units/framework.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@
#include <mp-units/framework/dimension.h>
#include <mp-units/framework/dimension_concepts.h>
#include <mp-units/framework/expression_template.h>
#include <mp-units/framework/unit_magnitude.h>
#include <mp-units/framework/unit_magnitude_concepts.h>
#include <mp-units/framework/quantity.h>
#include <mp-units/framework/quantity_cast.h>
#include <mp-units/framework/quantity_concepts.h>
Expand All @@ -44,6 +42,8 @@
#include <mp-units/framework/system_reference.h>
#include <mp-units/framework/unit.h>
#include <mp-units/framework/unit_concepts.h>
#include <mp-units/framework/unit_magnitude.h>
#include <mp-units/framework/unit_magnitude_concepts.h>
#include <mp-units/framework/unit_symbol_formatting.h>
#include <mp-units/framework/value_cast.h>
// IWYU pragma: end_exports

0 comments on commit e61243b

Please sign in to comment.