Skip to content

Commit

Permalink
Remove trailing semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
adamkewley committed Aug 8, 2024
1 parent 3a2de5c commit 527047d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ TEST(PairedPoints, EqualityIsValueBased)
namespace
{
class TestablePairedPointSource final : public PairedPointSource {
OpenSim_DECLARE_CONCRETE_OBJECT(TestablePairedPointSource, PairedPointSource);
OpenSim_DECLARE_CONCRETE_OBJECT(TestablePairedPointSource, PairedPointSource)
public:
template<std::ranges::input_range Range>
requires std::convertible_to<std::ranges::range_value_t<Range>, ValidationCheckResult>
Expand Down

0 comments on commit 527047d

Please sign in to comment.