Skip to content

Commit d7a34db

Browse files
committed
Fixed trailing whitespace
Signed-off-by: Shivang <[email protected]>
1 parent 85d4e4f commit d7a34db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SimulationRunner.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ void SimulationRunner::UpdatePhysicsParams()
417417
this->entityCompMgr.Component<components::Gravity>(worldEntity);
418418
if (gravityComp)
419419
{
420-
const gz::math::Vector3<double> newGravity =
420+
const gz::math::Vector3<double> newGravity =
421421
{
422422
physicsParams.gravity().x(),
423423
physicsParams.gravity().y(),

0 commit comments

Comments
 (0)