From 3a1aa5e6d20d27bdeb4708d83b1240bd651d63ae Mon Sep 17 00:00:00 2001 From: Benjamin Perseghetti Date: Fri, 17 May 2024 04:16:13 -0400 Subject: [PATCH] Fix linting. Signed-off-by: Benjamin Perseghetti --- include/gz/math/MassMatrix3.hh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/include/gz/math/MassMatrix3.hh b/include/gz/math/MassMatrix3.hh index 8ddefc41..2ce8b45a 100644 --- a/include/gz/math/MassMatrix3.hh +++ b/include/gz/math/MassMatrix3.hh @@ -942,7 +942,8 @@ namespace gz public: bool SetFromConeZ(const Material &_mat, const T _length, const T _radius, - const Quaternion &_rot = Quaternion::Identity) + const Quaternion &_rot = + Quaternion::Identity) { // Check that density, _radius and _length are strictly positive // and that quaternion is valid @@ -966,7 +967,8 @@ namespace gz public: bool SetFromConeZ(const T _mass, const T _length, const T _radius, - const Quaternion &_rot = Quaternion::Identity) + const Quaternion &_rot = + Quaternion::Identity) { // Check that _mass, _radius and _length are strictly positive // and that quaternion is valid