Skip to content

Commit 3e67abd

Browse files
authored
fix: pednatic warning
removed an extraneous semicolon
1 parent 2151516 commit 3e67abd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/units/core.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -692,7 +692,7 @@ namespace units
692692
decltype(NumericalScale::scale(T{})) operator()(T)
693693
{
694694
return scale(T{});
695-
};
695+
}
696696
};
697697
} // namespace detail
698698
/** @endcond */ // END DOXYGEN IGNORE
@@ -4200,4 +4200,4 @@ namespace units
42004200
#endif
42014201
#endif
42024202

4203-
#endif // UNIT_CORE_H
4203+
#endif // UNIT_CORE_H

0 commit comments

Comments
 (0)