Skip to content

Commit

Permalink
Fix formatting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerjw committed Mar 18, 2021
1 parent ff29928 commit 02098f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<package>
<name>geometric_shapes</name>
<version>0.7.2</version>
<description>This package contains generic definitions of geometric shapes and bodies.</description>
<description>Generic definitions of geometric shapes and bodies.</description>

<author email="isucan@google.com">Ioan Sucan</author>
<author email="gjones@willowgarage.edu">Gil Jones</author>
Expand Down
2 changes: 1 addition & 1 deletion test/test_shapes.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -465,4 +465,4 @@ int main(int argc, char** argv)
{
testing::InitGoogleTest(&argc, argv);
return RUN_ALL_TESTS();
}
}

0 comments on commit 02098f3

Please sign in to comment.