Skip to content

Commit

Permalink
Linter cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Brawner <[email protected]>
  • Loading branch information
brawner committed Dec 21, 2020
1 parent 9455ea7 commit 62bfcd8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Ellipsoid.cc
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,8 @@ Errors Ellipsoid::Load(ElementPtr _sdf)
if (_sdf->HasElement("radii"))
{
std::pair<ignition::math::Vector3d, bool> pair =
_sdf->Get<ignition::math::Vector3d>("radii", this->dataPtr->ellipsoid.Radii());
_sdf->Get<ignition::math::Vector3d>(
"radii", this->dataPtr->ellipsoid.Radii());

if (!pair.second)
{
Expand Down

0 comments on commit 62bfcd8

Please sign in to comment.