Skip to content

Commit

Permalink
Uncrustify
Browse files Browse the repository at this point in the history
  • Loading branch information
rotu committed Jun 25, 2019
1 parent ca7d0ff commit 6896cf4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nav2_costmap_2d/plugins/static_layer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,8 @@ StaticLayer::getParameters()

if (!first_map_from_service_ && first_map_only_) {
throw std::runtime_error(
"Static layer does not have a map. Either set parameter "
"first_map_from_service=true or set parameter first_map_only=false");
"Static layer does not have a map. Either set parameter "
"first_map_from_service=true or set parameter first_map_only=false");
}

// Enforce bounds
Expand Down

0 comments on commit 6896cf4

Please sign in to comment.