Skip to content

Commit

Permalink
fix: pednatic warning
Browse files Browse the repository at this point in the history
removed an extraneous semicolon
  • Loading branch information
nholthaus authored Jan 22, 2025
1 parent 2151516 commit 3e67abd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/units/core.h
Original file line number Diff line number Diff line change
Expand Up @@ -692,7 +692,7 @@ namespace units
decltype(NumericalScale::scale(T{})) operator()(T)
{
return scale(T{});
};
}
};
} // namespace detail
/** @endcond */ // END DOXYGEN IGNORE
Expand Down Expand Up @@ -4200,4 +4200,4 @@ namespace units
#endif
#endif

#endif // UNIT_CORE_H
#endif // UNIT_CORE_H

0 comments on commit 3e67abd

Please sign in to comment.