Skip to content

Commit

Permalink
style: clang-format to make pre-commit happy
Browse files Browse the repository at this point in the history
  • Loading branch information
mpusz committed Apr 23, 2024
1 parent 1538910 commit ece2b09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/core/include/mp-units/ostream.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
#include <mp-units/unit.h>

#ifndef MP_UNITS_IN_MODULE_INTERFACE
#include <sstream>
#include <cstdint>
#include <sstream>
#endif

namespace mp_units {
Expand Down
2 changes: 1 addition & 1 deletion src/core/include/mp-units/quantity_spec.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
#include <mp-units/dimension.h>

#ifndef MP_UNITS_IN_MODULE_INTERFACE
#include <tuple>
#include <cstdint>
#include <tuple>
#endif

namespace mp_units {
Expand Down

0 comments on commit ece2b09

Please sign in to comment.