Skip to content

Commit

Permalink
🎨 Committing clang-format changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jbbjarnason committed May 16, 2024
1 parent 7515205 commit 205bb01
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion libs/stx/inc/public/tfc/utils/json_schema.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ namespace tfc::json {

using schema = glz::schema;


namespace detail {
//
// template <typename value_t>
Expand Down
2 changes: 1 addition & 1 deletion libs/stx/inc/public/tfc/utils/units_glaze_meta.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ struct to_json_schema<mp_units::quantity<ref_t, rep_t>> {
static constexpr mp_units::ratio ratio{ mp_units::as_ratio(ref_t) };
static constexpr auto dimension{ tfc::unit::dimension_name<ref_t>() };
template <auto opts>
static void op([[maybe_unused]] auto& schema,[[maybe_unused]] auto& defs) {
static void op([[maybe_unused]] auto& schema, [[maybe_unused]] auto& defs) {
// fix in https://github.com/Skaginn3x/framework/issues/555
// auto& data = schema.attributes.tfc_metadata;
// if (!data.has_value()) {
Expand Down

0 comments on commit 205bb01

Please sign in to comment.