Skip to content

Commit

Permalink
fix codecheck errors
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Chen <[email protected]>
  • Loading branch information
iche033 committed Jul 21, 2020
1 parent dfc841b commit 4297947
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/integration/physics_system.cc
Original file line number Diff line number Diff line change
Expand Up @@ -918,7 +918,8 @@ TEST_F(PhysicsSystemFixture, NestedModel)
auto parentId = _ecm.Component<components::ParentEntity>(_entity);
if (parentId)
{
auto parentName = _ecm.Component<components::Name>(parentId->Data());
auto parentName =
_ecm.Component<components::Name>(parentId->Data());
parents[_name->Data()] = parentName->Data();
}
return true;
Expand Down

0 comments on commit 4297947

Please sign in to comment.