Skip to content

Commit

Permalink
Minor code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
orduno committed Jan 11, 2019
1 parent c8d0d75 commit 817c108
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions nav2_costmap_2d/include/nav2_costmap_2d/costmap_2d.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,7 @@ namespace nav2_costmap_2d
struct MapLocation
{
MapLocation(const unsigned int x, const unsigned int y)
: x(x), y(y)
{
}
: x(x), y(y) { }

unsigned int x;
unsigned int y;
Expand Down

0 comments on commit 817c108

Please sign in to comment.