Skip to content

Commit 2724643

Browse files
committed
missing space
1 parent 1b49f5b commit 2724643

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nav2_costmap_2d/plugins/costmap_filters/binary_filter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ void BinaryFilter::initializeFilter(
126126
throw std::runtime_error(
127127
"BinaryFilter: Service " +
128128
std::string(change_parameters_client->get_service_name()) +
129-
"not available!");
129+
" not available!");
130130
}
131131
RCLCPP_ERROR(
132132
logger_, "BinaryFilter: service %s not available. Skipping ...",

0 commit comments

Comments
 (0)