Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Chen <[email protected]>
  • Loading branch information
iche033 committed Dec 2, 2023
1 parent 575e73b commit a283778
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bullet-featherstone/src/SDFFeatures.cc
Original file line number Diff line number Diff line change
Expand Up @@ -815,7 +815,7 @@ Identity SDFFeatures::ConstructSdfModelImpl(
{
for (std::size_t i = 0u; i < _parentModel->ModelCount(); ++i)

Check warning on line 816 in bullet-featherstone/src/SDFFeatures.cc

View check run for this annotation

Codecov / codecov/patch

bullet-featherstone/src/SDFFeatures.cc#L816

Added line #L816 was not covered by tests
{
auto childModel =_parentModel->ModelByIndex(i);
auto childModel = _parentModel->ModelByIndex(i);
if (childModel == _targetModel)

Check warning on line 819 in bullet-featherstone/src/SDFFeatures.cc

View check run for this annotation

Codecov / codecov/patch

bullet-featherstone/src/SDFFeatures.cc#L818-L819

Added lines #L818 - L819 were not covered by tests
{
modelScopedName = _prefix + childModel->Name();
Expand Down

0 comments on commit a283778

Please sign in to comment.