diff --git a/example/include/geographic.h b/example/include/geographic.h index ea62b93f..c163afbb 100644 --- a/example/include/geographic.h +++ b/example/include/geographic.h @@ -79,11 +79,10 @@ inline constexpr struct prime_meridian final : mp_units::absolute_point_origin -using latitude = mp_units::quantity_point>; +using latitude = mp_units::quantity_point>; template -using longitude = - mp_units::quantity_point>; +using longitude = mp_units::quantity_point>; template std::basic_ostream& operator<<(std::basic_ostream& os, const latitude& lat)