From 6896cf431952cdbc6651c9fcc84ac2ed9bf19e3c Mon Sep 17 00:00:00 2001 From: Dan Rose Date: Mon, 24 Jun 2019 14:32:33 -0500 Subject: [PATCH] Uncrustify --- nav2_costmap_2d/plugins/static_layer.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nav2_costmap_2d/plugins/static_layer.cpp b/nav2_costmap_2d/plugins/static_layer.cpp index 7a8c4df2119..4a2c102c693 100644 --- a/nav2_costmap_2d/plugins/static_layer.cpp +++ b/nav2_costmap_2d/plugins/static_layer.cpp @@ -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